Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c47 for (unsigned i = 2; i < ARRAY_SIZE(device->info.ppipe_subslices); i++) in emit_slice_hashing_state()
48 assert(device->info.ppipe_subslices[i] == 0); in emit_slice_hashing_state()
50 if (device->info.ppipe_subslices[0] == device->info.ppipe_subslices[1]) in emit_slice_hashing_state()
58 const bool flip = device->info.ppipe_subslices[0] < in emit_slice_hashing_state()
59 device->info.ppipe_subslices[1]; in emit_slice_hashing_state()
82 ppipes_of[n] += (device->info.ppipe_subslices[p] == n); in emit_slice_hashing_state()
86 for (unsigned p = 3; p < ARRAY_SIZE(device->info.ppipe_subslices); p++) in emit_slice_hashing_state()
87 assert(device->info.ppipe_subslices[p] == 0); in emit_slice_hashing_state()
120 for (unsigned p = 0; p < ARRAY_SIZE(device->info.ppipe_subslices); in emit_slice_hashing_state()
[all...]
/third_party/mesa3d/src/intel/dev/
H A 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()
H A 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()
H A Dintel_device_info.h222 unsigned ppipe_subslices[INTEL_DEVICE_MAX_PIXEL_PIPES]; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A 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); in upload_pixel_hashing_tables()
[all...]

Completed in 13 milliseconds