Home
last modified time | relevance | path

Searched refs:ppipes_of (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c75 /* For each n calculate ppipes_of[n], equal to the number of pixel pipes in emit_slice_hashing_state()
78 unsigned ppipes_of[3] = {}; in emit_slice_hashing_state()
80 for (unsigned n = 0; n < ARRAY_SIZE(ppipes_of); n++) { in emit_slice_hashing_state()
82 ppipes_of[n] += (device->info.ppipe_subslices[p] == n); in emit_slice_hashing_state()
89 if (ppipes_of[2] == 3 || ppipes_of[0] == 2) { in emit_slice_hashing_state()
99 if (ppipes_of[2] == 2 && ppipes_of[0] == 1) in emit_slice_hashing_state()
101 else if (ppipes_of[2] == 1 && ppipes_of[ in emit_slice_hashing_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c842 /* For each n calculate ppipes_of[n], equal to the number of pixel pipes in upload_pixel_hashing_tables()
845 unsigned ppipes_of[3] = {}; in upload_pixel_hashing_tables() local
847 for (unsigned n = 0; n < ARRAY_SIZE(ppipes_of); n++) { in upload_pixel_hashing_tables()
849 ppipes_of[n] += (devinfo->ppipe_subslices[p] == n); in upload_pixel_hashing_tables()
856 if (ppipes_of[2] == 3 || ppipes_of[0] == 2) { in upload_pixel_hashing_tables()
866 if (ppipes_of[2] == 2 && ppipes_of[0] == 1) in upload_pixel_hashing_tables()
868 else if (ppipes_of[2] == 1 && ppipes_of[ in upload_pixel_hashing_tables()
[all...]

Completed in 6 milliseconds