Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1078 for (uint32_t i = 0; i < loc->attachmentInitialSampleLocationsCount; i++) { in clone_rp_sample_locations()
1092 loc->attachmentInitialSampleLocationsCount); in clone_rp_sample_locations()
1101 for (uint32_t i = 0; i < loc->attachmentInitialSampleLocationsCount; i++) { in clone_rp_sample_locations()
1149 .attachmentInitialSampleLocationsCount = loc->attachmentInitialSampleLocationsCount, in clone_rp_sample_locations()
2371 for (uint32_t i = 0; i < rp_sl_info->attachmentInitialSampleLocationsCount; i++) { in vk_common_CmdBeginRenderPass2()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6339 …_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount ); in operator ()()
Dvulkan_hash.hpp12185 …_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.attachmentInitialSampleLocationsCount ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc6217 * pname:attachmentInitialSampleLocationsCount is the number of elements in
6220 pname:attachmentInitialSampleLocationsCount
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12104 uint32_t attachmentInitialSampleLocationsCount; member