Home
last modified time | relevance | path

Searched refs:blendOp (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h33 D3DBLENDOP ConvertBlendOp(GLenum blendOp);
H A Drenderer9_utils.cpp130 D3DBLENDOP ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument
134 switch (blendOp) in ConvertBlendOp()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h99 sw::BlendOperation ConvertBlendOp(GLenum blendOp);
H A Dutilities.cpp2085 sw::BlendOperation ConvertBlendOp(GLenum blendOp) in ConvertBlendOp() argument
2087 switch(blendOp) in ConvertBlendOp()
2094 default: UNREACHABLE(blendOp); in ConvertBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() argument
68 switch (blendOp) in mapVkBlendOp()
H A DvktPipelineBlendOperationAdvancedTests.cpp1752 // For the second pipeline, the blendOp changed.
2251 for (deUint64 blendOp = 0u; blendOp < DE_LENGTH_OF_ARRAY(blendOps); blendOp++)
2253 deBool isAdditionalRGBBlendOp = blendOps[blendOp] >= VK_BLEND_OP_PLUS_EXT && blendOps[blendOp] < VK_BLEND_OP_MAX_ENUM;
2272 testParams.blendOps.push_back(blendOps[blendOp]);
H A DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
H A DvktPipelineExtendedDynamicStateTests.cpp1117 bool isAdvancedBlendOp (const vk::VkBlendOp blendOp) in isAdvancedBlendOp() argument
1121 switch (blendOp) in isAdvancedBlendOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp66 rr::BlendEquation mapVkBlendOp (VkBlendOp blendOp) in mapVkBlendOp() argument
68 switch (blendOp) in mapVkBlendOp()
H A DvktPipelineBlendOperationAdvancedTests.cpp1743 // For the second pipeline, the blendOp changed.
2230 for (deUint64 blendOp = 0u; blendOp < DE_LENGTH_OF_ARRAY(blendOps); blendOp++)
2232 deBool isAdditionalRGBBlendOp = blendOps[blendOp] >= VK_BLEND_OP_PLUS_EXT && blendOps[blendOp] < VK_BLEND_OP_MAX_ENUM;
2251 testParams.blendOps.push_back(blendOps[blendOp]);
H A DvktPipelineReferenceRenderer.hpp375 rr::BlendEquation mapVkBlendOp (vk::VkBlendOp blendOp);
H A DvktPipelineExtendedDynamicStateTests.cpp771 bool isAdvancedBlendOp (const vk::VkBlendOp blendOp) in isAdvancedBlendOp() argument
775 switch (blendOp) in isAdvancedBlendOp()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c158 perRT[i].blendOp = bs->rt[i].blendeq; in define_blend_state_object()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h1482 uint8 blendOp; member
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1797 _debug_printf("\t\t.perRT[%u].blendOp = %u\n", i, rt->blendOp); in dump_SVGA3dCmdDXDefineBlendState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp63 uint8_t PackGLBlendOp(GLenum blendOp) in PackGLBlendOp() argument
65 switch (blendOp) in PackGLBlendOp()

Completed in 44 milliseconds