Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
184 bdepth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
200 for (d = 0; d < bdepth; d++) { in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()