Home
last modified time | relevance | path

Searched refs:VkColorBlendEquationEXT (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp290 vk::VkColorBlendEquationEXT colorBlendEquation = { in setDefaultShaderObjectDynamicStates()
H A DvktShaderObjectBindingTests.cpp177 vk::VkColorBlendEquationEXT colorBlendEquation = { in setDynamicStates()
329 vk::VkColorBlendEquationEXT colorBlendEquation = { in iterate()
H A DvktShaderObjectRenderingTests.cpp687 vk::VkColorBlendEquationEXT colorBlendEquation = { in iterate()
700 std::vector<vk::VkColorBlendEquationEXT> colorBlendEquations (count, colorBlendEquation); in iterate()
H A DvktShaderObjectMiscTests.cpp270 vk::VkColorBlendEquationEXT colorBlendEquation = { in iterate()
1021 vk::VkColorBlendEquationEXT colorBlendEquation = {
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1876 std::vector<VkColorBlendEquationEXT> blendEquations;
4079 vk::VkColorBlendEquationEXT blendEquation = { in setShaderObjectDynamicStates()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h17768 typedef struct VkColorBlendEquationEXT { struct
17775 } VkColorBlendEquationEXT; typedef
17794 typedef void (VKAPI_PTR *PFN_vkCmdSetColorBlendEquationEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkColorBlendEquationEXT* pColorBlendEquations);
17861 const VkColorBlendEquationEXT* pColorBlendEquations);
H A Dvulkan_static_assertions.hpp6550 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ColorBlendEquationEXT ) == sizeof( VkColorBlendEquationEXT ),
H A Dvulkan.hpp5548 const VkColorBlendEquationEXT * pColorBlendEquations ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp[all...]
H A Dvulkan_structs.hpp14343 using NativeType = VkColorBlendEquationEXT;
14363 ColorBlendEquationEXT( VkColorBlendEquationEXT const & rhs ) VULKAN_HPP_NOEXCEPT
14371 ColorBlendEquationEXT & operator=( VkColorBlendEquationEXT const & rhs ) VULKAN_HPP_NOEXCEPT
14415 operator VkColorBlendEquationEXT const &() const VULKAN_HPP_NOEXCEPT
14417 return *reinterpret_cast<const VkColorBlendEquationEXT *>( this );
14420 operator VkColorBlendEquationEXT &() VULKAN_HPP_NOEXCEPT
14422 return *reinterpret_cast<VkColorBlendEquationEXT *>( this );
[all...]
H A Dvulkan_raii.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4124 // VUID-VkColorBlendEquationEXT-colorBlendOp-07361 forbids colorBlendOp and alphaBlendOp to be any advanced operation. in setDynamicStates()
4135 const vk::VkColorBlendEquationEXT equation = in setDynamicStates()
4144 const std::vector<vk::VkColorBlendEquationEXT> equations (testConfig.colorAttachmentCount, equation); in setDynamicStates()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3407 const vk::VkColorBlendEquationEXT equation = in setDynamicStates()
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c8771 const VkColorBlendEquationEXT* pColorBlendEquations) { in CmdSetColorBlendEquationEXT()

Completed in 270 milliseconds