Searched refs:bheight (Results 1 – 2 of 2) sorted by relevance
175 int bwidth, bheight, bdepth; in softpipe_launch_grid() local183 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()
1497 GLuint bwidth, bheight; in _mesa_GetInternalformativ() local1500 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); in _mesa_GetInternalformativ()1501 assert(bwidth > 0 && bheight > 0); in _mesa_GetInternalformativ()1504 buffer[0] = block_size / bheight; in _mesa_GetInternalformativ()