Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1083 for (uint32_t i = 0; i < loc->postSubpassSampleLocationsCount; i++) { in clone_rp_sample_locations()
1094 loc->postSubpassSampleLocationsCount); in clone_rp_sample_locations()
1123 for (uint32_t i = 0; i < loc->postSubpassSampleLocationsCount; i++) { in clone_rp_sample_locations()
1151 .postSubpassSampleLocationsCount = loc->postSubpassSampleLocationsCount, in clone_rp_sample_locations()
1162 for (uint32_t i = 0; i < loc->postSubpassSampleLocationsCount; i++) { in get_subpass_sample_locations()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6341 …AN_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount ); in operator ()()
Dvulkan_hash.hpp12187 …AN_HPP_HASH_COMBINE( seed, renderPassSampleLocationsBeginInfoEXT.postSubpassSampleLocationsCount ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc6228 * pname:postSubpassSampleLocationsCount is the number of elements in the
6231 pname:postSubpassSampleLocationsCount slink:VkSubpassSampleLocationsEXT
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12106 uint32_t postSubpassSampleLocationsCount; member