Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
183 bheight = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_HEIGHT]; in softpipe_launch_grid()
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
201 for (h = 0; h < bheight; h++) { in softpipe_launch_grid()
203 int idx = w + (h * bwidth) + (d * bheight * bwidth); in softpipe_launch_grid()
211 bwidth, bheight, bdepth, in softpipe_launch_grid()
/external/mesa3d/src/mesa/main/
Dformatquery.c1480 GLuint bwidth, bheight; in _mesa_GetInternalformativ() local
1483 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); in _mesa_GetInternalformativ()
1484 assert(bwidth > 0 && bheight > 0); in _mesa_GetInternalformativ()
1487 buffer[0] = block_size / bheight; in _mesa_GetInternalformativ()