Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2120 * pname:sampleOrderType specifies the mechanism used to order coverage
2129 If this structure is not present, pname:sampleOrderType is considered to be
2132 If pname:sampleOrderType is ename:VK_COARSE_SAMPLE_ORDER_TYPE_CUSTOM_NV, the
2144 * [[VUID-VkPipelineViewportCoarseSampleOrderStateCreateInfoNV-sampleOrderType-02072]]
2145 If pname:sampleOrderType is not
2303 * pname:sampleOrderType specifies the mechanism used to order coverage
2312 If pname:sampleOrderType is ename:VK_COARSE_SAMPLE_ORDER_TYPE_CUSTOM_NV, the
2329 * [[VUID-vkCmdSetCoarseSampleOrderNV-sampleOrderType-02081]]
2330 If pname:sampleOrderType is not
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12481 VkCoarseSampleOrderTypeNV sampleOrderType; member
12488 …pleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t cus…
12504 VkCoarseSampleOrderTypeNV sampleOrderType,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp3667 …pleOrderNV( VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t cus… in vkCmdSetCoarseSampleOrderNV() argument
3669 …return ::vkCmdSetCoarseSampleOrderNV( commandBuffer, sampleOrderType, customSampleOrderCount, pCus… in vkCmdSetCoarseSampleOrderNV()
Dvulkan_raii.hpp5255 …void setCoarseSampleOrderNV( VULKAN_HPP_NAMESPACE::CoarseSampleOrderTypeNV sampleOrderType, VULKAN…
16223 …etCoarseSampleOrderNV( VULKAN_HPP_NAMESPACE::CoarseSampleOrderTypeNV sampleOrderType, VULKAN_HPP_N… in setCoarseSampleOrderNV() argument
16229 …dBuffer>( m_commandBuffer ), static_cast<VkCoarseSampleOrderTypeNV>( sampleOrderType ), customSamp… in setCoarseSampleOrderNV()
Dvulkan_hash.hpp11442 …ULKAN_HPP_HASH_COMBINE( seed, pipelineViewportCoarseSampleOrderStateCreateInfoNV.sampleOrderType ); in operator ()()