Searched refs:vkGetPipelineExecutableInternalRepresentationsKHR (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 421 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR; member 940 extern PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR;
|
H A D | volk.c | 631 vkGetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepresentationsKHR)load(context, "vkGetPipelineExecutableInternalRepresentationsKHR"); in volkGenLoadDevice() 1032 table->vkGetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepresentationsKHR)load(context, "vkGetPipelineExecutableInternalRepresentationsKHR"); in volkGenLoadDeviceTable() 1555 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR; variable
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 5075 VkResult vkGetPipelineExecutableInternalRepresentationsKHR( 5081 return ::vkGetPipelineExecutableInternalRepresentationsKHR( 11608 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12887 vkGetPipelineExecutableInternalRepresentationsKHR = PFN_vkGetPipelineExecutableInternalRepresentationsKHR( 12888 vkGetInstanceProcAddr( instance, "vkGetPipelineExecutableInternalRepresentationsKHR" ) ); 13801 vkGetPipelineExecutableInternalRepresentationsKHR = PFN_vkGetPipelineExecutableInternalRepresentationsKHR( 13802 vkGetDeviceProcAddr( device, "vkGetPipelineExecutableInternalRepresentationsKHR" ) );
|
H A D | vulkan_raii.hpp | 1376 vkGetPipelineExecutableInternalRepresentationsKHR = PFN_vkGetPipelineExecutableInternalRepresentationsKHR( in init() 1377 vkGetDeviceProcAddr( device, "vkGetPipelineExecutableInternalRepresentationsKHR" ) ); in init() 2065 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 15471 getDispatcher()->vkGetPipelineExecutableInternalRepresentationsKHR && in getPipelineExecutableInternalRepresentationsKHR() 15472 "Function <vkGetPipelineExecutableInternalRepresentationsKHR> needs extension <VK_KHR_pipeline_executable_properties> enabled!" ); in getPipelineExecutableInternalRepresentationsKHR() 15480 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR() 15489 getDispatcher()->vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR()
|
H A D | vulkan_funcs.hpp | 17519 return static_cast<Result>( d.vkGetPipelineExecutableInternalRepresentationsKHR( 17541 result = static_cast<Result>( d.vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR() 17549 result = static_cast<Result>( d.vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR() 17587 result = static_cast<Result>( d.vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR() 17595 result = static_cast<Result>( d.vkGetPipelineExecutableInternalRepresentationsKHR( in getPipelineExecutableInternalRepresentationsKHR() [all...] |
H A D | vulkan_core.h | 7922 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 4625 vkGetPipelineExecutableInternalRepresentationsKHR( VkDevice device, 4630 return ::vkGetPipelineExecutableInternalRepresentationsKHR( device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations ); 17187 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 18533 vkGetPipelineExecutableInternalRepresentationsKHR = 18534 PFN_vkGetPipelineExecutableInternalRepresentationsKHR( vkGetInstanceProcAddr( instance, "vkGetPipelineExecutableInternalRepresentationsKHR" ) ); 19605 vkGetPipelineExecutableInternalRepresentationsKHR = 19606 PFN_vkGetPipelineExecutableInternalRepresentationsKHR( vkGetDeviceProcAddr( device, "vkGetPipelineExecutableInternalRepresentationsKHR" ) );
|
H A D | vulkan_funcs.hpp | [all...] |
H A D | vulkan_raii.hpp | 1369 vkGetPipelineExecutableInternalRepresentationsKHR = in DeviceDispatcher() 1370 PFN_vkGetPipelineExecutableInternalRepresentationsKHR( vkGetDeviceProcAddr( device, "vkGetPipelineExecutableInternalRepresentationsKHR" ) ); in DeviceDispatcher() 2301 PFN_vkGetPipelineExecutableInternalRepresentationsKHR vkGetPipelineExecutableInternalRepresentationsKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher [all...] |
H A D | vulkan_core.h | 10423 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7797 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 9321 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 8082 VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR(
|
Completed in 401 milliseconds