Searched refs:blendOpColor (Results 1 – 15 of 15) sorted by relevance
143 key.blendOpColor = VK_BLEND_OP_ADD; in ConvertStateToVulkanKey()189 key.blendOpColor = vkBlendEqLookup[(size_t)blendState.eqColor]; in ConvertStateToVulkanKey()204 key.blendOpColor = VK_BLEND_OP_ADD; in ConvertStateToVulkanKey()228 key.blendOpColor = VK_BLEND_OP_ADD; in ConvertStateToVulkanKey()
33 unsigned int blendOpColor : 3; // VkBlendOp member
172 blend0.colorBlendOp = (VkBlendOp)key.blendOpColor; in CreateVulkanPipeline()512 str << "Blend(C:" << blendOps[raster.blendOpColor] << "/" in GetDescription()
20 unsigned int blendOpColor : 3; // D3D11_BLEND_OP member
183 keys_.blend.blendOpColor = d3d11BlendEqLookup[(size_t)blendState.eqColor]; in ApplyDrawState()221 rt.BlendOp = (D3D11_BLEND_OP)keys_.blend.blendOpColor; in ApplyDrawState()238 rt.BlendOp = (D3D11_BLEND_OP)keys_.blend.blendOpColor; in ApplyDrawState()