Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h36 #define NINED3DRS_VSPOINTSIZE (D3DRS_BLENDOPALPHA + 1)
37 #define NINED3DRS_RTMASK (D3DRS_BLENDOPALPHA + 2)
42 #define NINED3DRS_ALPHACOVERAGE (D3DRS_BLENDOPALPHA + 3)
43 #define NINED3DRS_MULTISAMPLE (D3DRS_BLENDOPALPHA + 4)
44 #define NINED3DRS_FETCH4 (D3DRS_BLENDOPALPHA + 5)
46 #define D3DRS_LAST D3DRS_BLENDOPALPHA
Dnine_limits.h75 render_state_limits_table[D3DRS_BLENDOPALPHA + 1] = {
221 sampler_state_limits_table[D3DRS_BLENDOPALPHA + 1] = {
Dnine_pipe.c178 blend.rt[0].alpha_func = d3dblendop_to_pipe_blend(rs[D3DRS_BLENDOPALPHA]); in nine_convert_blend_state()
Dnine_state.c2783 [D3DRS_BLENDOPALPHA] = D3DBLENDOP_ADD,
3550 [D3DRS_BLENDOPALPHA] = NINE_STATE_BLEND
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp743 device->SetRenderState(D3DRS_BLENDOPALPHA, in setBlendFuncsEquations()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp744 device->SetRenderState(D3DRS_BLENDOPALPHA, in setBlendFuncsEquations()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h851 D3DRS_BLENDOPALPHA = 209 enumerator