Home
last modified time | relevance | path

Searched refs:color_size (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c439 int color_size = -1; in fd2_clear_fast() local
446 color_size = util_format_get_blocksizebits(format) == 32; in fd2_clear_fast()
461 assert(color_size >= 0 || depth_size >= 0); in fd2_clear_fast()
463 if (color_size == 0) { in fd2_clear_fast()
466 } else if (color_size == 1) { in fd2_clear_fast()
494 if (color_size >= 0 && depth_size != color_size) in fd2_clear_fast()
498 if (depth_size >= 0 && depth_size != color_size) in fd2_clear_fast()
502 if (depth_size == color_size) in fd2_clear_fast()
Dfd2_gmem.c511 int color_size = -1; in fd2_emit_tile_init() local
514 color_size = util_format_get_blocksizebits(format) == 32 ? 4 : 2; in fd2_emit_tile_init()
527 size = align(gmem->bin_w * gmem->bin_h * color_size, 0x8000); in fd2_emit_tile_init()
539 align(gmem->bin_w * gmem->bin_h * color_size * 2, 0x8000) / 1024; in fd2_emit_tile_init()
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_parallel_arrays.txt166 switch (<color_size>){
168 Color<color_size><color_type> (*(color_type*)pr,
173 Color<color_size><color_type> (*(color_type*)pr,
180 i * color_size * sizeof(color_type);
183 Color<color_size><color_type>v ((color_type*)p);
/third_party/openGLES/extensions/INTEL/
DINTEL_parallel_arrays.txt166 switch (<color_size>){
168 Color<color_size><color_type> (*(color_type*)pr,
173 Color<color_size><color_type> (*(color_type*)pr,
180 i * color_size * sizeof(color_type);
183 Color<color_size><color_type>v ((color_type*)p);
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h526 unsigned color_size);
Dmeta.c329 unsigned color_size) in _mesa_meta_setup_vertex_objects() argument
353 assert(color_size == 0); in _mesa_meta_setup_vertex_objects()
397 if (color_size > 0) { in _mesa_meta_setup_vertex_objects()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_array.txt354 i * color_size * sizeof(color_type);
357 Color<color_size><color_type>v ((color_type*)p);
/third_party/openGLES/extensions/EXT/
DEXT_vertex_array.txt354 i * color_size * sizeof(color_type);
357 Color<color_size><color_type>v ((color_type*)p);