Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1080 &loc->pAttachmentInitialSampleLocations[i]; in clone_rp_sample_locations()
1103 &loc->pAttachmentInitialSampleLocations[i]; in clone_rp_sample_locations()
1150 .pAttachmentInitialSampleLocations = new_att_sl, in clone_rp_sample_locations()
2373 &rp_sl_info->pAttachmentInitialSampleLocations[i]; in vk_common_CmdBeginRenderPass2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2903 sname:VkRenderPassSampleLocationsBeginInfoEXT::pname:pAttachmentInitialSampleLocations
6218 the pname:pAttachmentInitialSampleLocations array.
6219 * pname:pAttachmentInitialSampleLocations is a pointer to an array of
6223 Each element of pname:pAttachmentInitialSampleLocations can: specify the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6340 …_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations ); in operator ()()
Dvulkan_hash.hpp12186 …_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.pAttachmentInitialSampleLocations ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12105 const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations; member