Home
last modified time | relevance | path

Searched defs:n_comp (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format_fxt1.c418 const int32_t n_comp = 3; /* 3 components: R, G, B */ in fxt1_quantize_CHROMA() local
460 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ in fxt1_quantize_ALPHA0() local
512 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ in fxt1_quantize_ALPHA1() local
670 const int32_t n_comp = 3; /* 3 components: R, G, B */ in fxt1_quantize_HI() local
745 const int32_t n_comp = 3; /* 3 components: R, G, B */ in fxt1_quantize_MIXED1() local
883 const int32_t n_comp = 3; /* 3 components: R, G, B */ in fxt1_quantize_MIXED0() local
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie_test.py237 def cut_verbose_output(stdout, n_comp): argument