Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c418 const int32_t n_comp = 3; /* 3 components: R, G, B */ in fxt1_quantize_CHROMA() local
424 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { in fxt1_quantize_CHROMA()
425 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); in fxt1_quantize_CHROMA()
430 for (i = 0; i < n_comp; i++) { in fxt1_quantize_CHROMA()
442 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
447 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
460 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ in fxt1_quantize_ALPHA0() local
467 for (i = 0; i < n_comp; i++) { in fxt1_quantize_ALPHA0()
472 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { in fxt1_quantize_ALPHA0()
473 fxt1_lloyd(vec, n_vect, reord, n_comp, in fxt1_quantize_ALPHA0()
512 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ fxt1_quantize_ALPHA1() local
670 const int32_t n_comp = 3; /* 3 components: R, G, B */ fxt1_quantize_HI() local
745 const int32_t n_comp = 3; /* 3 components: R, G, B */ fxt1_quantize_MIXED1() local
883 const int32_t n_comp = 3; /* 3 components: R, G, B */ fxt1_quantize_MIXED0() local
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_foozzie_test.py237 def cut_verbose_output(stdout, n_comp):
238 # This removes the first lines containing d8 commands of `n_comp` comparison
240 return '\n'.join(stdout.split('\n')[n_comp * 2:])

Completed in 3 milliseconds