Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c67 #define NUM_FLOAT_CONSTS 9 macro
86 static float consts[NUM_FLOAT_CONSTS][4] = {
114 alignas(16) float consts[NUM_FLOAT_CONSTS][4];
117 int8_t const_to_reg[NUM_FLOAT_CONSTS + NUM_UNSIGNED_CONSTS];
181 if (id < NUM_FLOAT_CONSTS) in get_const()
184 c = &p->uconsts[id - NUM_FLOAT_CONSTS][0]; in get_const()

Completed in 3 milliseconds