Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h187 #define PIX_PP_TXABLEND2 4 macro
Dr200_texstate.c227 GLuint alpha_scale = rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] & in r200UpdateTextureEnv()
627 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] != alpha_scale) { in r200UpdateTextureEnv()
632 rmesa->hw.pix[slot].cmd[PIX_PP_TXABLEND2] = alpha_scale; in r200UpdateTextureEnv()
Dr200_state_init.c1112 rmesa->hw.pix[i].cmd[PIX_PP_TXABLEND2] = in r200InitState()