Home
last modified time | relevance | path

Searched refs:VkAttachmentSampleCountInfoAMD (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h182 /** VkAttachmentSampleCountInfoAMD for this subpass
186 VkAttachmentSampleCountInfoAMD sample_count_info_amd;
332 /** Returns the VkAttachmentSampleCountInfoAMD for a graphics pipeline
335 * vkCreateGraphicsPipelines to get the VkAttachmentSampleCountInfoAMD. If
338 * VkAttachmentSampleCountInfoAMD. If VkGraphicsPipelineCreateInfo::renderPass
339 * is VK_NULL_HANDLE and there is a VkAttachmentSampleCountInfoAMD in the pNext
344 const VkAttachmentSampleCountInfoAMD *
H A Dvk_render_pass.c699 subpass->sample_count_info_amd = (VkAttachmentSampleCountInfoAMD) { in vk_common_CreateRenderPass2()
833 const VkAttachmentSampleCountInfoAMD *
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1941 const VkAttachmentSampleCountInfoAMD *sample_info = in radv_pipeline_init_graphics_info()
7088 VkAttachmentSampleCountInfoAMD sample_info; in radv_graphics_pipeline_create()
H A Dradv_cmd_buffer.c4913 const VkAttachmentSampleCountInfoAMD *sample_info = in radv_inherit_dynamic_rendering()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7825 typedef struct VkAttachmentSampleCountInfoAMD { struct
7831 } VkAttachmentSampleCountInfoAMD; typedef
7833 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6619 typedef struct VkAttachmentSampleCountInfoAMD { struct
6625 } VkAttachmentSampleCountInfoAMD; typedef
6627 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h8816 typedef struct VkAttachmentSampleCountInfoAMD { struct
8822 } VkAttachmentSampleCountInfoAMD; typedef
8824 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
H A Dvulkan_static_assertions.hpp2520 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentSampleCountInfoAMD ) == sizeof( VkAttachmentSampleCountInfoAMD ),
H A Dvulkan_structs.hpp6396 using NativeType = VkAttachmentSampleCountInfoAMD;
6416 AttachmentSampleCountInfoAMD( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT
6437 AttachmentSampleCountInfoAMD & operator=( VkAttachmentSampleCountInfoAMD const & rhs ) VULKAN_HPP_NOEXCEPT
6481 operator VkAttachmentSampleCountInfoAMD const &() const VULKAN_HPP_NOEXCEPT
6483 return *reinterpret_cast<const VkAttachmentSampleCountInfoAMD *>( this );
6486 operator VkAttachmentSampleCountInfoAMD &() VULKAN_HPP_NOEXCEPT
6488 return *reinterpret_cast<VkAttachmentSampleCountInfoAMD *>( this );
[all...]

Completed in 230 milliseconds