/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
H A D | vk_headers.h | 82 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 321 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; member 789 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
|
H A D | volk.c | 531 vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); in volkGenLoadDevice() 932 table->vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)load(context, "vkCmdBeginQueryIndexedEXT"); in volkGenLoadDeviceTable() 1404 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1027 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = nullptr; member 1117 GET_DEVICE_FUNC(vkCmdBeginQueryIndexedEXT); in InitTransformFeedbackEXTFunctions()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 3296 void vkCmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, 3302 return ::vkCmdBeginQueryIndexedEXT( commandBuffer, queryPool, query, flags, index ); 11188 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12241 vkCmdBeginQueryIndexedEXT = 12242 PFN_vkCmdBeginQueryIndexedEXT( vkGetInstanceProcAddr( instance, "vkCmdBeginQueryIndexedEXT" ) ); 13325 vkCmdBeginQueryIndexedEXT = 13326 PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) );
|
H A D | vulkan_raii.hpp | 1065 vkCmdBeginQueryIndexedEXT = in init() 1066 PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) ); in init() 1863 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 11798 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdBeginQueryIndexedEXT && 11799 "Function <vkCmdBeginQueryIndexedEXT> needs extension <VK_EXT_transform_feedback> enabled!" ); 11801 getDispatcher()->vkCmdBeginQueryIndexedEXT( static_cast<VkCommandBuffer>( m_commandBuffer ),
|
H A D | vulkan_core.h | 8870 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
|
H A D | vulkan_funcs.hpp | 9644 d.vkCmdBeginQueryIndexedEXT( [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.c | 1559 VN_CMD_ENQUEUE(vkCmdBeginQueryIndexedEXT, commandBuffer, queryPool, query, in vn_CmdBeginQueryIndexedEXT()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2891 void vkCmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags, uint32_t index ) const 2894 return ::vkCmdBeginQueryIndexedEXT( commandBuffer, queryPool, query, flags, index ); 16735 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17943 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetInstanceProcAddr( instance, "vkCmdBeginQueryIndexedEXT" ) ); 19168 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) );
|
H A D | vulkan_raii.hpp | 925 vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBeginQueryIndexedEXT" ) ); in DeviceDispatcher() 1962 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 15788 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdBeginQueryIndexedEXT && "Function <vkCmdBeginQueryIndexedEXT> requires <VK_EXT_transform_feedback>" ); 15790 getDispatcher()->vkCmdBeginQueryIndexedEXT( [all...] |
H A D | vulkan_core.h | 11768 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
|
H A D | vulkan_funcs.hpp | 10102 d.vkCmdBeginQueryIndexedEXT( m_commandBuffer, static_cast<VkQueryPool>( queryPool ), query, static_cast<VkQueryControlFlags>( flags ), index ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 8555 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 9964 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 9030 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
|