Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c173 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
182 bdepth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH]; in softpipe_launch_grid()
183 num_threads_in_group = DIV_ROUND_UP(bwidth, TGSI_QUAD_SIZE) * bheight * bdepth; in softpipe_launch_grid()
199 for (local_z = 0; local_z < bdepth; local_z++) { in softpipe_launch_grid()
210 bwidth, bheight, bdepth, in softpipe_launch_grid()

Completed in 1 milliseconds