Searched refs:color_size (Results 1 – 4 of 4) sorted by relevance
422 int color_size = -1; in fd2_clear_fast() local429 color_size = util_format_get_blocksizebits(format) == 32; in fd2_clear_fast()444 assert(color_size >= 0 || depth_size >= 0); in fd2_clear_fast()446 if (color_size == 0) { in fd2_clear_fast()449 } else if (color_size == 1) { in fd2_clear_fast()477 if (color_size >= 0 && depth_size != color_size) in fd2_clear_fast()480 if (depth_size >= 0 && depth_size != color_size) in fd2_clear_fast()483 if (depth_size == color_size) in fd2_clear_fast()
501 int color_size = -1; in fd2_emit_tile_init() local504 color_size = util_format_get_blocksizebits(format) == 32 ? 4 : 2; in fd2_emit_tile_init()517 size = align(gmem->bin_w * gmem->bin_h * color_size, 0x8000); in fd2_emit_tile_init()528 lines = align(gmem->bin_w * gmem->bin_h * color_size * 2, 0x8000) / 1024; in fd2_emit_tile_init()
526 unsigned color_size);
328 unsigned color_size) in _mesa_meta_setup_vertex_objects() argument352 assert(color_size == 0); in _mesa_meta_setup_vertex_objects()396 if (color_size > 0) { in _mesa_meta_setup_vertex_objects()