Home
last modified time | relevance | path

Searched refs:ppipe_subslices (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c47 for (unsigned i = 2; i < ARRAY_SIZE(device->info.ppipe_subslices); i++) in genX()
48 assert(device->info.ppipe_subslices[i] == 0); in genX()
50 if (device->info.ppipe_subslices[0] == device->info.ppipe_subslices[1]) in genX()
58 const bool flip = device->info.ppipe_subslices[0] < in genX()
59 device->info.ppipe_subslices[1]; in genX()
82 ppipes_of[n] += (device->info.ppipe_subslices[p] == n); in genX()
86 for (unsigned p = 3; p < ARRAY_SIZE(device->info.ppipe_subslices); p++) in genX()
87 assert(device->info.ppipe_subslices[p] == 0); in genX()
120 for (unsigned p = 0; p < ARRAY_SIZE(device->info.ppipe_subslices); p++) { in genX()
121 if (device->info.ppipe_subslices[p]) in genX()
/third_party/mesa3d/src/intel/dev/
Dintel_dev_info.c154 for (uint32_t pp = 0; pp < ARRAY_SIZE(devinfo.ppipe_subslices); pp++) { in main()
156 pp, devinfo.ppipe_subslices[pp]); in main()
Dintel_device_info.h222 unsigned ppipe_subslices[INTEL_DEVICE_MAX_PIXEL_PIPES]; member
Dintel_device_info.c1109 memset(devinfo->ppipe_subslices, 0, sizeof(devinfo->ppipe_subslices)); in reset_masks()
1160 devinfo->ppipe_subslices[p] = in update_pixel_pipes()
1163 devinfo->ppipe_subslices[p] = 0; in update_pixel_pipes()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c812 for (unsigned i = 2; i < ARRAY_SIZE(devinfo->ppipe_subslices); i++) in upload_pixel_hashing_tables()
813 assert(devinfo->ppipe_subslices[i] == 0); in upload_pixel_hashing_tables()
815 if (devinfo->ppipe_subslices[0] == devinfo->ppipe_subslices[1]) in upload_pixel_hashing_tables()
826 const bool flip = devinfo->ppipe_subslices[0] < devinfo->ppipe_subslices[1]; in upload_pixel_hashing_tables()
849 ppipes_of[n] += (devinfo->ppipe_subslices[p] == n); in upload_pixel_hashing_tables()
853 for (unsigned p = 3; p < ARRAY_SIZE(devinfo->ppipe_subslices); p++) in upload_pixel_hashing_tables()
854 assert(devinfo->ppipe_subslices[p] == 0); in upload_pixel_hashing_tables()
911 for (unsigned p = 0; p < ARRAY_SIZE(devinfo->ppipe_subslices); p++) { in upload_pixel_hashing_tables()
912 if (devinfo->ppipe_subslices[p]) in upload_pixel_hashing_tables()