Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c439 int color_size = -1; variable
446 color_size = util_format_get_blocksizebits(format) == 32;
461 assert(color_size >= 0 || depth_size >= 0);
463 if (color_size == 0) {
466 } else if (color_size == 1) {
494 if (color_size >= 0 && depth_size != color_size)
498 if (depth_size >= 0 && depth_size != color_size)
502 if (depth_size == color_size)
H A Dfd2_gmem.c511 int color_size = -1; variable
514 color_size = util_format_get_blocksizebits(format) == 32 ? 4 : 2;
527 size = align(gmem->bin_w * gmem->bin_h * color_size, 0x8000);
539 align(gmem->bin_w * gmem->bin_h * color_size * 2, 0x8000) / 1024;

Completed in 3 milliseconds