/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPipelineConstructionUtil.cpp | 3562 state->coarseCustomSampleOrders[i] = coarseSampleOrder->pCustomSampleOrders[i]; in buildPipeline() 3563 state->coarseSampleLocations[i].resize(coarseSampleOrder->pCustomSampleOrders[i].sampleCount); in buildPipeline() 3564 for (deUint32 j = 0; j < coarseSampleOrder->pCustomSampleOrders[i].sampleCount; ++j) in buildPipeline() 3565 state->coarseSampleLocations[i][j] = coarseSampleOrder->pCustomSampleOrders[i].pSampleLocations[j]; in buildPipeline()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 9869 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member 9874 typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); 9892 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11383 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member 11388 typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); 11406 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 10270 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member 10275 typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); 10293 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
|
H A D | vulkan.hpp | 4404 const VkCoarseSampleOrderCustomNV * pCustomSampleOrders ) const VULKAN_HPP_NOEXCEPT 4407 commandBuffer, sampleOrderType, customSampleOrderCount, pCustomSampleOrders );
|
H A D | vulkan_structs.hpp | 61432 , pCustomSampleOrders( pCustomSampleOrders_ ) pCustomSampleOrders() function 61451 , pCustomSampleOrders( customSampleOrders_.data() ) pCustomSampleOrders() function 61539 const VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV * pCustomSampleOrders = {}; global() member [all...] |
H A D | vulkan_handles.hpp | 4206 const VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV * pCustomSampleOrders,
|
H A D | vulkan_funcs.hpp | 14614 const VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV * pCustomSampleOrders, 14621 reinterpret_cast<const VkCoarseSampleOrderCustomNV *>( pCustomSampleOrders ) ); [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 10430 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member 10435 typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); 10453 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 13266 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders; member 13271 typedef void (VKAPI_PTR *PFN_vkCmdSetCoarseSampleOrderNV)(VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders); 13289 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders);
|
H A D | vulkan.hpp | 4023 const VkCoarseSampleOrderCustomNV * pCustomSampleOrders ) const VULKAN_HPP_NOEXCEPT 4025 return ::vkCmdSetCoarseSampleOrderNV( commandBuffer, sampleOrderType, customSampleOrderCount, pCustomSampleOrders );
|
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_funcs.hpp | 15651 const VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV * pCustomSampleOrders, 15658 reinterpret_cast<const VkCoarseSampleOrderCustomNV *>( pCustomSampleOrders ) ); [all...] |
H A D | vulkan_handles.hpp | 5564 const VULKAN_HPP_NAMESPACE::CoarseSampleOrderCustomNV * pCustomSampleOrders,
|
H A D | vulkan_hash.hpp | 12916 VULKAN_HPP_HASH_COMBINE( seed, pipelineViewportCoarseSampleOrderStateCreateInfoNV.pCustomSampleOrders );
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 6293 const VkCoarseSampleOrderCustomNV* pCustomSampleOrders) { in CmdSetCoarseSampleOrderNV() 6301 disp->CmdSetCoarseSampleOrderNV(commandBuffer, sampleOrderType, customSampleOrderCount, pCustomSampleOrders); in CmdSetCoarseSampleOrderNV() 6289 CmdSetCoarseSampleOrderNV( VkCommandBuffer commandBuffer, VkCoarseSampleOrderTypeNV sampleOrderType, uint32_t customSampleOrderCount, const VkCoarseSampleOrderCustomNV* pCustomSampleOrders) CmdSetCoarseSampleOrderNV() argument
|