Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c45 pass_through(GLuint * state, GLuint blendUnit) in pass_through() argument
47 state[0] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) | in pass_through()
53 state[1] = (_3DSTATE_MAP_BLEND_OP_CMD(blendUnit) | in pass_through()
58 state[2] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) | in pass_through()
62 state[3] = (_3DSTATE_MAP_BLEND_ARG_CMD(blendUnit) | in pass_through()
71 emit_factor(GLuint blendUnit, GLuint * state, GLuint count, in emit_factor() argument
79 blendUnit, factor[0], factor[1], factor[2], factor[3]); in emit_factor()
88 state[count++] = _3DSTATE_COLOR_FACTOR_N_CMD(blendUnit); in emit_factor()
134 GLint blendUnit, in i830SetTexEnvCombine() argument
214 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
[all …]
Di830_context.h200 *combine, GLint blendUnit, GLuint texel_op,