Home
last modified time | relevance | path

Searched refs:dstPremultiplied (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp331 colorBlendAdvanced.dstPremultiplied = VK_FALSE; in setDefaultShaderObjectDynamicStates()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp543 ASSERT(colorBlendAdvancedCreateInfo->dstPremultiplied == VK_TRUE); in GraphicsState()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp772 // If dstPremultiplied is set to VK_TRUE, the destination components are in calculateFinalColor()
1015 VkBool32 dstPremultiplied) in buildPipeline()
1028 dstPremultiplied, // VkBool32 dstPremultiplied; in buildPipeline()
1712 VK_TRUE, // VkBool32 dstPremultiplied;
1014 buildPipeline(VkBool32 srcPremultiplied, VkBool32 dstPremultiplied) buildPipeline() argument
H A DvktPipelineExtendedDynamicStateTests.cpp4114 VK_TRUE, // VkBool32 dstPremultiplied; in setDynamicStates()
5541 pColorBlendAdvanced->dstPremultiplied = VK_TRUE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp776 // If dstPremultiplied is set to VK_TRUE, the destination components are in calculateFinalColor()
1021 VkBool32 dstPremultiplied) in buildPipeline()
1034 dstPremultiplied, // VkBool32 dstPremultiplied; in buildPipeline()
1703 VK_TRUE, // VkBool32 dstPremultiplied;
1020 buildPipeline(VkBool32 srcPremultiplied, VkBool32 dstPremultiplied) buildPipeline() argument
H A DvktPipelineExtendedDynamicStateTests.cpp3399 VK_TRUE, // VkBool32 dstPremultiplied; in setDynamicStates()
4691 pColorBlendAdvanced->dstPremultiplied = VK_TRUE; in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSafetyCriticalUtil.cpp174 hash_combine(seed, ptr->srcPremultiplied, ptr->dstPremultiplied, deUint32(ptr->blendOverlap)); in hashPNextChain()
H A DvkPipelineConstructionUtil.cpp3629 state->colorBlendAdvanced[i].dstPremultiplied = blendAdvancedState->dstPremultiplied; in buildPipeline()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7015 VkBool32 dstPremultiplied; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h12963 VkBool32 dstPremultiplied; member
17780 VkBool32 dstPremultiplied; member
H A Dvulkan_hash.hpp2155 VULKAN_HPP_HASH_COMBINE( seed, colorBlendAdvancedEXT.dstPremultiplied );
12349 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAdvancedStateCreateInfoEXT.dstPremultiplied );
H A Dvulkan_structs.hpp14234 , dstPremultiplied( dstPremultiplied_ )
14271 dstPremultiplied = dstPremultiplied_;
14310 return std::tie( advancedBlendOp, srcPremultiplied, dstPremultiplied, blendOverlap, clampResults );
14322 return ( advancedBlendOp == rhs.advancedBlendOp ) && ( srcPremultiplied == rhs.srcPremultiplied ) && ( dstPremultiplied == rhs.dstPremultiplied ) &&
14336 VULKAN_HPP_NAMESPACE::Bool32 dstPremultiplied = {}; member
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9589 VkBool32 dstPremultiplied; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp58102 VULKAN_HPP_NAMESPACE::Bool32 dstPremultiplied = {}; global() member
[all...]
H A Dvulkan_core.h9977 VkBool32 dstPremultiplied; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11090 VkBool32 dstPremultiplied; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h10137 VkBool32 dstPremultiplied; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12441 parse_VkBool32("dstPremultiplied", obj["dstPremultiplied"], (o.dstPremultiplied)); in parse_VkPipelineColorBlendAdvancedStateCreateInfoEXT()

Completed in 465 milliseconds