Searched refs:attachmentIndex (Results 1 – 5 of 5) sorted by relevance
1110 .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()
2904 array for which the pname:attachmentIndex member equals the attachment index6259 * pname:attachmentIndex is the index of the attachment for which the6267 pname:attachmentIndex was not created with6273 * [[VUID-VkAttachmentSampleLocationsEXT-attachmentIndex-01531]]6274 pname:attachmentIndex must: be less than the pname:attachmentCount
541 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleLocationsEXT.attachmentIndex ); in operator ()()
1123 VULKAN_HPP_HASH_COMBINE( seed, attachmentSampleLocationsEXT.attachmentIndex ); in operator ()()
12092 uint32_t attachmentIndex; member