/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 33 D3DBLENDOP ConvertBlendOp(GLenum blendOp);
|
D | renderer9_utils.cpp | 130 D3DBLENDOP ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument 134 switch (blendOp) in ConvertBlendOp()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 33 D3DBLENDOP ConvertBlendOp(GLenum blendOp);
|
D | renderer9_utils.cpp | 130 D3DBLENDOP ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument 134 switch (blendOp) in ConvertBlendOp()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() argument 68 switch (blendOp) in mapVkBlendOp()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 2230 for (deUint64 blendOp = 0u; blendOp < DE_LENGTH_OF_ARRAY(blendOps); blendOp++) in createBlendOperationAdvancedTests() local 2232 …deBool isAdditionalRGBBlendOp = blendOps[blendOp] >= VK_BLEND_OP_PLUS_EXT && blendOps[blendOp] < V… in createBlendOperationAdvancedTests() 2251 testParams.blendOps.push_back(blendOps[blendOp]); in createBlendOperationAdvancedTests()
|
D | vktPipelineReferenceRenderer.hpp | 375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
D | vktPipelineExtendedDynamicStateTests.cpp | 771 bool isAdvancedBlendOp (const vk::VkBlendOp blendOp) in isAdvancedBlendOp() argument 775 switch (blendOp) in isAdvancedBlendOp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() argument 68 switch (blendOp) in mapVkBlendOp()
|
D | vktPipelineBlendOperationAdvancedTests.cpp | 2230 for (deUint64 blendOp = 0u; blendOp < DE_LENGTH_OF_ARRAY(blendOps); blendOp++) in createBlendOperationAdvancedTests() local 2232 …deBool isAdditionalRGBBlendOp = blendOps[blendOp] >= VK_BLEND_OP_PLUS_EXT && blendOps[blendOp] < V… in createBlendOperationAdvancedTests() 2251 testParams.blendOps.push_back(blendOps[blendOp]); in createBlendOperationAdvancedTests()
|
D | vktPipelineReferenceRenderer.hpp | 375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
|
D | vktPipelineExtendedDynamicStateTests.cpp | 771 bool isAdvancedBlendOp (const vk::VkBlendOp blendOp) in isAdvancedBlendOp() argument 775 switch (blendOp) in isAdvancedBlendOp()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 99 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
|
D | utilities.cpp | 2085 sw::BlendOperation ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument 2087 switch(blendOp) in ConvertBlendOp() 2094 default: UNREACHABLE(blendOp); in ConvertBlendOp()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 158 perRT[i].blendOp = bs->rt[i].blendeq; in define_blend_state_object()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 32 uint8_t PackGLBlendOp(GLenum blendOp) in PackGLBlendOp() argument 34 switch (blendOp) in PackGLBlendOp()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 1482 uint8 blendOp; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 63 uint8_t PackGLBlendOp(GLenum blendOp) in PackGLBlendOp() argument 65 switch (blendOp) in PackGLBlendOp()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1797 _debug_printf("\t\t.perRT[%u].blendOp = %u\n", i, rt->blendOp); in dump_SVGA3dCmdDXDefineBlendState()
|