/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 2725 uint32_t firstAttachment, in vk_common_CmdSetColorBlendEnableEXT() argument 2733 uint32_t a = firstAttachment + i; in vk_common_CmdSetColorBlendEnableEXT() 2743 uint32_t firstAttachment, in vk_common_CmdSetColorBlendEquationEXT() argument 2751 uint32_t a = firstAttachment + i; in vk_common_CmdSetColorBlendEquationEXT() 2782 uint32_t firstAttachment, in vk_common_CmdSetColorWriteMaskEXT() argument 2790 uint32_t a = firstAttachment + i; in vk_common_CmdSetColorWriteMaskEXT() 2811 uint32_t firstAttachment, in vk_common_CmdSetColorBlendAdvancedEXT() argument
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 2013 * [[VUID-{refpage}-firstAttachment-07476]] 2018 specified by the pname:firstAttachment and pname:attachmentCount 2028 the attachments specified by the pname:firstAttachment and 2033 * [[VUID-{refpage}-firstAttachment-07477]] 2038 attachments specified by the pname:firstAttachment and 2049 the attachments specified by the pname:firstAttachment and 2054 * [[VUID-{refpage}-firstAttachment-07478]] 2059 specified by the pname:firstAttachment and pname:attachmentCount 2069 the attachments specified by the pname:firstAttachment and 2075 * [[VUID-{refpage}-firstAttachment-07479]] [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | framebuffer.adoc | 316 * pname:firstAttachment the first color attachment the color blending 358 * pname:firstAttachment the first color attachment the color blend factors 501 * pname:firstAttachment the first color attachment the color write masks
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_blend_operation_advanced/ |
D | advanced_blend.adoc | 71 * pname:firstAttachment the first color attachment the advanced blend
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 5029 …void vkCmdSetColorBlendEnableEXT( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_… in vkCmdSetColorBlendEnableEXT() argument 5031 …return ::vkCmdSetColorBlendEnableEXT( commandBuffer, firstAttachment, attachmentCount, pColorBlend… in vkCmdSetColorBlendEnableEXT() 5035 …void vkCmdSetColorBlendEquationEXT( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint3… in vkCmdSetColorBlendEquationEXT() argument 5037 …return ::vkCmdSetColorBlendEquationEXT( commandBuffer, firstAttachment, attachmentCount, pColorBle… in vkCmdSetColorBlendEquationEXT() 5041 …void vkCmdSetColorWriteMaskEXT( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t … in vkCmdSetColorWriteMaskEXT() argument 5043 …return ::vkCmdSetColorWriteMaskEXT( commandBuffer, firstAttachment, attachmentCount, pColorWriteMa… in vkCmdSetColorWriteMaskEXT() 5077 …void vkCmdSetColorBlendAdvancedEXT( VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint3… in vkCmdSetColorBlendAdvancedEXT() argument 5079 …return ::vkCmdSetColorBlendAdvancedEXT( commandBuffer, firstAttachment, attachmentCount, pColorBle… in vkCmdSetColorBlendAdvancedEXT()
|
D | vulkan_raii.hpp | 5580 …void setColorBlendEnableEXT( uint32_t firstAttachment, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULK… 5583 …void setColorBlendEquationEXT( uint32_t firstAttachment, VULKAN_HPP_NAMESPACE::ArrayProxy<const VU… 5586 …void setColorWriteMaskEXT( uint32_t firstAttachment, VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN… 5604 …void setColorBlendAdvancedEXT( uint32_t firstAttachment, VULKAN_HPP_NAMESPACE::ArrayProxy<const VU… 19204 …VULKAN_HPP_INLINE void CommandBuffer::setColorBlendEnableEXT( uint32_t firstAttachment, VULKAN_HPP… in setColorBlendEnableEXT() argument 19210 …olorBlendEnableEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), firstAttachment, colorBlendEn… in setColorBlendEnableEXT() 19217 …VULKAN_HPP_INLINE void CommandBuffer::setColorBlendEquationEXT( uint32_t firstAttachment, VULKAN_H… in setColorBlendEquationEXT() argument 19223 …orBlendEquationEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), firstAttachment, colorBlendEq… in setColorBlendEquationEXT() 19230 …VULKAN_HPP_INLINE void CommandBuffer::setColorWriteMaskEXT( uint32_t firstAttachment, VULKAN_HPP_N… in setColorWriteMaskEXT() argument 19236 …tColorWriteMaskEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), firstAttachment, colorWriteMa… in setColorWriteMaskEXT() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 16814 …vkCmdSetColorBlendEnableEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 16815 …CmdSetColorBlendEquationEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 16816 …N_vkCmdSetColorWriteMaskEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 16822 …CmdSetColorBlendAdvancedEXT)(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t att… 16874 uint32_t firstAttachment, 16880 uint32_t firstAttachment, 16886 uint32_t firstAttachment, 16912 uint32_t firstAttachment,
|