Home
last modified time | relevance | path

Searched refs:vkCmdBeginQueryIndexedEXT (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvk_headers.h82 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h321 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; member
789 extern PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT;
H A Dvolk.c531 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 Dvk_utils.cpp1027 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = nullptr; member
1117 GET_DEVICE_FUNC(vkCmdBeginQueryIndexedEXT); in InitTransformFeedbackEXTFunctions()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp3296 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 Dvulkan_raii.hpp1065 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 Dvulkan_core.h8870 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
H A Dvulkan_funcs.hpp9644 d.vkCmdBeginQueryIndexedEXT(
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c1559 VN_CMD_ENQUEUE(vkCmdBeginQueryIndexedEXT, commandBuffer, queryPool, query, in vn_CmdBeginQueryIndexedEXT()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2891 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 Dvulkan_raii.hpp925 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 Dvulkan_core.h11768 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
H A Dvulkan_funcs.hpp10102 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 Dvulkan_core.h8555 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h9964 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9030 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(

Completed in 458 milliseconds