Searched refs:bheight (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_compute.c | 175 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/ |
D | formatquery.c | 1508 GLuint bwidth, bheight; in _mesa_GetInternalformativ() local 1511 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); in _mesa_GetInternalformativ() 1512 assert(bwidth > 0 && bheight > 0); in _mesa_GetInternalformativ() 1515 buffer[0] = block_size / bheight; in _mesa_GetInternalformativ()
|
/external/igt-gpu-tools/lib/ |
D | igt_fb.c | 1785 static void box_init(struct box *box, int x, int y, int bwidth, int bheight) in box_init() argument 1790 box->height = bheight; in box_init()
|