Home
last modified time | relevance | path

Searched refs:pColorBlendEnables (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dframebuffer.adoc294 pname:pColorBlendEnables array.
295 * pname:pColorBlendEnables an array of booleans to indicate whether color
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Ddraw_common.adoc708 * [[VUID-{refpage}-pColorBlendEnables-07470]]
711 call to flink:vkCmdSetColorBlendEnableEXT set pname:pColorBlendEnables
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl1707 …ffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables) const
1709 …m_vk.cmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEnables
DvkConcreteDeviceInterface.inl346 …fer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables) const;
DvkVirtualDeviceInterface.inl346 … uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables) const = 0;
DvkNullDriverImpl.inl3136 …mandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables) argument
3141 DE_UNREF(pColorBlendEnables);
DvkFunctionPointerTypes.inl495 …andBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables);
DvkVulkan_c.inl16903 …andBuffer, deUint32 firstAttachment, deUint32 attachmentCount, const VkBool32* pColorBlendEnables);
16965 const VkBool32* pColorBlendEnables);
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.c6986 const VkBool32* pColorBlendEnables) { in CmdSetColorBlendEnableEXT() argument
6994 …sp->CmdSetColorBlendEnableEXT(commandBuffer, firstAttachment, attachmentCount, pColorBlendEnables); in CmdSetColorBlendEnableEXT()
Dvk_dispatch_table_helper.h351 …uffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables) { } in StubCmdSetColorBlendEnableEXT() argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp5514 … const VkBool32 * pColorBlendEnables ) const VULKAN_HPP_NOEXCEPT in vkCmdSetColorBlendEnableEXT()
5516 …vkCmdSetColorBlendEnableEXT( commandBuffer, firstAttachment, attachmentCount, pColorBlendEnables ); in vkCmdSetColorBlendEnableEXT()
Dvulkan_core.h15000 …andBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const VkBool32* pColorBlendEnables);
15062 const VkBool32* pColorBlendEnables);
Dvulkan_funcs.hpp20505 … const VULKAN_HPP_NAMESPACE::Bool32 * pColorBlendEnables, in setColorBlendEnableEXT() argument
20509 …ffer, firstAttachment, attachmentCount, reinterpret_cast<const VkBool32 *>( pColorBlendEnables ) ); in setColorBlendEnableEXT()
Dvulkan_handles.hpp5230 const VULKAN_HPP_NAMESPACE::Bool32 * pColorBlendEnables,