Searched refs:blendOp (Results 1 – 16 of 16) sorted by relevance
188 INLINE void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc() argument197 switch (blendOp) in BlendFunc()235 SWR_INVALID("Unimplemented blend function: %d", blendOp); in BlendFunc()
33 D3DBLENDOP ConvertBlendOp(GLenum blendOp);
130 D3DBLENDOP ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument134 switch (blendOp) in ConvertBlendOp()
66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() argument68 switch (blendOp) in mapVkBlendOp()
2435 for (deUint64 blendOp = 0u; blendOp < DE_LENGTH_OF_ARRAY(blendOps); blendOp++) in createBlendOperationAdvancedTests() local2437 …deBool isAdditionalRGBBlendOp = blendOps[blendOp] >= VK_BLEND_OP_PLUS_EXT && blendOps[blendOp] < V… in createBlendOperationAdvancedTests()2454 testParams.blendOps.push_back(blendOps[blendOp]); in createBlendOperationAdvancedTests()
368 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
99 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
2085 sw::BlendOperation ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument2087 switch(blendOp) in ConvertBlendOp()2094 default: UNREACHABLE(blendOp); in ConvertBlendOp()
251 void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc()267 switch (blendOp) in BlendFunc()305 SWR_INVALID("Unsupported blend operation: %d", blendOp); in BlendFunc()
158 perRT[i].blendOp = bs->rt[i].blendeq; in define_blend_state_object()
1183 uint8 blendOp; member
32 uint8_t PackGLBlendOp(GLenum blendOp) in PackGLBlendOp() argument34 switch (blendOp) in PackGLBlendOp()
63 uint8_t PackGLBlendOp(GLenum blendOp) in PackGLBlendOp() argument65 switch (blendOp) in PackGLBlendOp()
1797 _debug_printf("\t\t.perRT[%u].blendOp = %u\n", i, rt->blendOp); in dump_SVGA3dCmdDXDefineBlendState()