Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc336 flink:vkCmdBeginQueryIndexedEXT, flink:vkCmdEndQueryIndexedEXT,
566 …nQuery',desc='Begin a query',type='protos',xrefs='vkCmdEndQuery vkCmdBeginQueryIndexedEXT vkCmdEnd…
590 flink:vkCmdBeginQueryIndexedEXT with the pname:index parameter set to zero.
685 [open,refpage='vkCmdBeginQueryIndexedEXT',desc='Begin an indexed query',type='protos',xrefs='vkCmdB…
687 :refpage: vkCmdBeginQueryIndexedEXT
691 include::{generated}/api/protos/vkCmdBeginQueryIndexedEXT.adoc[]
708 The fname:vkCmdBeginQueryIndexedEXT command operates the same as the
731 * [[VUID-vkCmdBeginQueryIndexedEXT-queryPool-04753]]
736 * [[VUID-vkCmdBeginQueryIndexedEXT-queryType-02338]]
741 * [[VUID-vkCmdBeginQueryIndexedEXT-queryType-02339]]
[all …]
Dfeatures.adoc5223 flink:vkCmdBeginQueryIndexedEXT.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_transform_feedback.adoc93 with the new fname:vkCmdBeginQueryIndexedEXT and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h483 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT; member
Dgoldfish_vk_dispatch.cpp820 out->vkCmdBeginQueryIndexedEXT = in init_vulkan_dispatch_from_system_loader()
1747 out->vkCmdBeginQueryIndexedEXT = (PFN_vkCmdBeginQueryIndexedEXT)vk->vkGetInstanceProcAddr( in init_vulkan_dispatch_from_instance()
2676 out->vkCmdBeginQueryIndexedEXT = in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h908 void vkCmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool,
Dfunc_table.cpp4079 vkEnc->vkCmdBeginQueryIndexedEXT(gfxstream_commandBuffer->internal_object, queryPool, query, in gfxstream_vk_CmdBeginQueryIndexedEXT()
DVkEncoder.cpp32583 void VkEncoder::vkCmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, in vkCmdBeginQueryIndexedEXT() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp2677 …void vkCmdBeginQueryIndexedEXT( VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t que… in vkCmdBeginQueryIndexedEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2679 return ::vkCmdBeginQueryIndexedEXT( commandBuffer, queryPool, query, flags, index ); in vkCmdBeginQueryIndexedEXT()
9465 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10616vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetInstanceProcAddr( instance, "vkCmd… in init()
11633vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBegi… in init()
Dvulkan_raii.hpp833vkCmdBeginQueryIndexedEXT = PFN_vkCmdBeginQueryIndexedEXT( vkGetDeviceProcAddr( device, "vkCmdBegi… in DeviceDispatcher()
1711 PFN_vkCmdBeginQueryIndexedEXT vkCmdBeginQueryIndexedEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
14022 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdBeginQueryIndexedEXT && "Function <vkCmdBeginQueryIndexedE… in beginQueryIndexedEXT()
14026 …getDispatcher()->vkCmdBeginQueryIndexedEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), stati… in beginQueryIndexedEXT()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h1302 void vkCmdBeginQueryIndexedEXT(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkSubDecoder.cpp2669 vk->vkCmdBeginQueryIndexedEXT((VkCommandBuffer)dispatchHandle, queryPool, query, in subDecode()
DVkDecoderSnapshot.cpp3066 void vkCmdBeginQueryIndexedEXT(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdBeginQueryIndexedEXT() function in VkDecoderSnapshot::Impl
6581 void VkDecoderSnapshot::vkCmdBeginQueryIndexedEXT(const uint8_t* snapshotTraceBegin, in vkCmdBeginQueryIndexedEXT() function in VkDecoderSnapshot
6587 mImpl->vkCmdBeginQueryIndexedEXT(snapshotTraceBegin, snapshotTraceBytes, pool, commandBuffer, in vkCmdBeginQueryIndexedEXT()
DVkDecoder.cpp18138 vk->vkCmdBeginQueryIndexedEXT(unboxed_commandBuffer, queryPool, query, flags, in decode()
18145 m_state->snapshot()->vkCmdBeginQueryIndexedEXT( in decode()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc4696 * Fix valid usage statement for flink:vkCmdBeginQueryIndexedEXT to allow
5014 flink:vkCmdBeginQueryIndexedEXT to disallow use with pools created with
6710 flink:vkCmdBeginQuery, and flink:vkCmdBeginQueryIndexedEXT which
7691 flink:vkCmdBeginQueryIndexedEXT (internal issue 1682).
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h10997 VKAPI_ATTR void VKAPI_CALL vkCmdBeginQueryIndexedEXT(