Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog.c42 #define __CONST(x, y) \ macro
199 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1()
200 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1()
217 inst[3] = __CONST(1, RC_SWIZZLE_ZERO); in ei_vector2()
233 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1()
234 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1()
361 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_pow()