Home
last modified time | relevance | path

Searched refs:pColorAttachmentSamples (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c703 .pColorAttachmentSamples = color_samples, in vk_common_CreateRenderPass2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c1946 info.color_att_samples = MAX2(info.color_att_samples, sample_info->pColorAttachmentSamples[i]); in radv_pipeline_init_graphics_info()
7126 sample_info.pColorAttachmentSamples = samples; in radv_graphics_pipeline_create()
H A Dradv_cmd_buffer.c4950 sample_info ? sample_info->pColorAttachmentSamples[i] : dyn_info->rasterizationSamples; in radv_inherit_dynamic_rendering()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7829 const VkSampleCountFlagBits* pColorAttachmentSamples; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6623 const VkSampleCountFlagBits* pColorAttachmentSamples; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp6409 , pColorAttachmentSamples( pColorAttachmentSamples_ )
6428 , pColorAttachmentSamples( colorAttachmentSamples_.data() )
6459 pColorAttachmentSamples = pColorAttachmentSamples_;
6468 pColorAttachmentSamples = colorAttachmentSamples_.data();
6503 return std::tie( sType, pNext, colorAttachmentCount, pColorAttachmentSamples, depthStencilAttachmentSamples );
6516 ( pColorAttachmentSamples == rhs.pColorAttachmentSamples ) && ( depthStencilAttachmentSamples == rhs.depthStencilAttachmentSamples );
6530 const VULKAN_HPP_NAMESPACE::SampleCountFlagBits * pColorAttachmentSamples = {}; member
[all...]
H A Dvulkan_core.h8820 const VkSampleCountFlagBits* pColorAttachmentSamples; member
H A Dvulkan_hash.hpp1191 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleCountInfoAMD.pColorAttachmentSamples );

Completed in 219 milliseconds