Home
last modified time | relevance | path

Searched refs:subpassIndex (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1132 .subpassIndex = sp_sl_in->subpassIndex, in clone_rp_sample_locations()
1163 if (loc->pPostSubpassSampleLocations[i].subpassIndex == subpass_idx) in get_subpass_sample_locations()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc2909 array for which the pname:subpassIndex member equals the index of the
6288 * pname:subpassIndex is the index of the subpass for which the sample
6293 pname:subpassIndex.
6296 identified by pname:subpassIndex was not created with
6305 * [[VUID-VkSubpassSampleLocationsEXT-subpassIndex-01532]]
6306 pname:subpassIndex must: be less than the pname:subpassCount specified
Dprimsrast.adoc979 a pname:subpassIndex matching the current subpass index and the
Dpipelines.adoc8476 pname:subpassIndex matching the current subpass index and the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6326 VULKAN_HPP_HASH_COMBINE( seed, subpassSampleLocationsEXT.subpassIndex ); in operator ()()
Dvulkan_hash.hpp12172 VULKAN_HPP_HASH_COMBINE( seed, subpassSampleLocationsEXT.subpassIndex ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12097 uint32_t subpassIndex; member