Home
last modified time | relevance | path

Searched refs:pCustomSampleOrders (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2124 * pname:pCustomSampleOrders is a pointer to an array of
2134 sample count not enumerated in pname:pCustomSampleOrders will be identical
2148 * [[VUID-VkPipelineViewportCoarseSampleOrderStateCreateInfoNV-pCustomSampleOrders-02234]]
2149 The array pname:pCustomSampleOrders must: not contain two structures
2168 provided in either the pname:pCustomSampleOrders member of
2170 pname:pCustomSampleOrders member of flink:vkCmdSetCoarseSampleOrderNV.
2307 * pname:pCustomSampleOrders is a pointer to an array of
2314 sample count not enumerated in pname:pCustomSampleOrders will be identical
2333 * [[VUID-vkCmdSetCoarseSampleOrderNV-pCustomSampleOrders-02235]]
2334 The array pname:pCustomSampleOrders must: not contain two structures
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12483 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member
12488 …rderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
12506 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp3667 …nt32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV * pCustomSampleOrders ) const VUL… in vkCmdSetCoarseSampleOrderNV()
3669 …CoarseSampleOrderNV( commandBuffer, sampleOrderType, customSampleOrderCount, pCustomSampleOrders ); in vkCmdSetCoarseSampleOrderNV()
Dvulkan_hash.hpp11444 …N_HPP_HASH_COMBINE( seed, pipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrders ); in operator ()()