Searched refs:pidx (Results 1 – 2 of 2) sorted by relevance
906 for (int pidx = 0; pidx < plane_count; ++pidx) in prepare_descriptor_exynos_formats() local908 if (plane[pidx].size == plane[pidx].byte_stride * plane[pidx].alloc_height) in prepare_descriptor_exynos_formats()910 align_plane_stride(plane, pidx, format_info, GPU_BYTE_ALIGN_DEFAULT); in prepare_descriptor_exynos_formats()911 plane[pidx].size = plane[pidx].byte_stride * plane[pidx].alloc_height; in prepare_descriptor_exynos_formats()920 plane[pidx].size, plane[pidx].byte_stride, plane[pidx].alloc_height); in prepare_descriptor_exynos_formats()930 for (int pidx = 0; pidx < plane_count; pidx++) in prepare_descriptor_exynos_formats() local932 if (plane[pidx].fd_idx == fidx) in prepare_descriptor_exynos_formats()934 size += plane[pidx].size; in prepare_descriptor_exynos_formats()
3831 const ssize_t pidx = mTable.getResourcePackageIndex(attrRes); in applyStyle() local3832 if (pidx < 0) { in applyStyle()3838 curPackageIndex = pidx; in applyStyle()3839 curPI = mPackages[pidx]; in applyStyle()3843 mPackages[pidx] = curPI; in applyStyle()