Home
last modified time | relevance | path

Searched refs:attachmentIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1110 .attachmentIndex = att_sl_in->attachmentIndex, in clone_rp_sample_locations()
2375 assert(att_sl->attachmentIndex < pass->attachment_count); in vk_common_CmdBeginRenderPass2()
2377 &cmd_buffer->attachments[att_sl->attachmentIndex]; in vk_common_CmdBeginRenderPass2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2904 array for which the pname:attachmentIndex member equals the attachment index
6259 * pname:attachmentIndex is the index of the attachment for which the
6267 pname:attachmentIndex was not created with
6273 * [[VUID-VkAttachmentSampleLocationsEXT-attachmentIndex-01531]]
6274 pname:attachmentIndex must: be less than the pname:attachmentCount
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp541 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleLocationsEXT.attachmentIndex ); in operator ()()
Dvulkan_hash.hpp1123 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleLocationsEXT.attachmentIndex ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12092 uint32_t attachmentIndex; member