/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.cpp | 331 colorBlendAdvanced.dstPremultiplied = VK_FALSE; in setDefaultShaderObjectDynamicStates()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 543 ASSERT(colorBlendAdvancedCreateInfo->dstPremultiplied == VK_TRUE); in GraphicsState()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 772 // 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 D | vktPipelineExtendedDynamicStateTests.cpp | 4114 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 D | vktPipelineBlendOperationAdvancedTests.cpp | 776 // 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 D | vktPipelineExtendedDynamicStateTests.cpp | 3399 VK_TRUE, // VkBool32 dstPremultiplied; in setDynamicStates() 4691 pColorBlendAdvanced->dstPremultiplied = VK_TRUE; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 174 hash_combine(seed, ptr->srcPremultiplied, ptr->dstPremultiplied, deUint32(ptr->blendOverlap)); in hashPNextChain()
|
H A D | vkPipelineConstructionUtil.cpp | 3629 state->colorBlendAdvanced[i].dstPremultiplied = blendAdvancedState->dstPremultiplied; in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7015 VkBool32 dstPremultiplied; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 12963 VkBool32 dstPremultiplied; member 17780 VkBool32 dstPremultiplied; member
|
H A D | vulkan_hash.hpp | 2155 VULKAN_HPP_HASH_COMBINE( seed, colorBlendAdvancedEXT.dstPremultiplied ); 12349 VULKAN_HPP_HASH_COMBINE( seed, pipelineColorBlendAdvancedStateCreateInfoEXT.dstPremultiplied );
|
H A D | vulkan_structs.hpp | 14234 , 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 D | vulkan_core.h | 9589 VkBool32 dstPremultiplied; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 58102 VULKAN_HPP_NAMESPACE::Bool32 dstPremultiplied = {}; global() member [all...] |
H A D | vulkan_core.h | 9977 VkBool32 dstPremultiplied; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11090 VkBool32 dstPremultiplied; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10137 VkBool32 dstPremultiplied; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 12441 parse_VkBool32("dstPremultiplied", obj["dstPremultiplied"], (o.dstPremultiplied)); in parse_VkPipelineColorBlendAdvancedStateCreateInfoEXT()
|