Home
last modified time | relevance | path

Searched refs:vkCmdExecuteCommands (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_nested_command_buffer.adoc20 With core Vulkan it is not legal to call flink:vkCmdExecuteCommands when
34 vkCmdExecuteCommands to be `primary,secondary` when this extension is
37 *RESOLVED*: The `cmdbufferlevel` attribute for flink:vkCmdExecuteCommands
DVK_NV_inherited_viewport_scissor.adoc22 flink:vkCmdExecuteCommands call.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc119 a primary command buffer via flink:vkCmdExecuteCommands.
1236 using flink:vkCmdExecuteCommands, the render pass transform parameters of
1321 flink:vkCmdExecuteCommands command, the inherited state (if enabled) is
1327 pname:pCommandBuffers array of flink:vkCmdExecuteCommands, if [eq]#i >
1334 command buffer at the point the flink:vkCmdExecuteCommands command was
1352 buffer executed as part of a different `vkCmdExecuteCommands` command.
2747 [open,refpage='vkCmdExecuteCommands',desc='Execute a secondary command buffer from a primary comman…
2753 include::{generated}/api/protos/vkCmdExecuteCommands.adoc[]
2772 is enabled it is valid usage for fname:vkCmdExecuteCommands to also be
2778 * [[VUID-vkCmdExecuteCommands-pCommandBuffers-00088]]
[all …]
Drenderpass.adoc651 flink:vkCmdExecuteCommands.
6398 from the primary command buffer, and flink:vkCmdExecuteCommands is the
6405 flink:vkCmdExecuteCommands.
Dlimits.adoc3834 of calls to flink:vkCmdExecuteCommands from <<glossary, Secondary
Dfeatures.adoc6217 flink:vkCmdExecuteCommands inside a <<glossary, Secondary Command
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_dynamic_rendering_unused_attachments.adoc57 <dt>[VUID-vkCmdExecuteCommands-imageView-07606](https://www.khronos.org/registry/vulkan/specs/1.3/h…
58 <dd>If vkCmdExecuteCommands is being called within a render pass instance begun with vkCmdBeginRend…
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h207 PFN_vkCmdExecuteCommands vkCmdExecuteCommands; member
Dgoldfish_vk_dispatch.cpp493 out->vkCmdExecuteCommands = (PFN_vkCmdExecuteCommands)dlSymFunc(lib, "vkCmdExecuteCommands"); in init_vulkan_dispatch_from_system_loader()
1331 out->vkCmdExecuteCommands = in init_vulkan_dispatch_from_instance()
2266 out->vkCmdExecuteCommands = in init_vulkan_dispatch_from_device()
3429 if (!vk->vkCmdExecuteCommands) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1762 …void vkCmdExecuteCommands( VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCom… in vkCmdExecuteCommands() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1764 return ::vkCmdExecuteCommands( commandBuffer, commandBufferCount, pCommandBuffers ); in vkCmdExecuteCommands()
4743 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
5233vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCom… in init()
5655vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in init()
Dvulkan.hpp1829 …void vkCmdExecuteCommands( VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCom… in vkCmdExecuteCommands() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1831 return ::vkCmdExecuteCommands( commandBuffer, commandBufferCount, pCommandBuffers ); in vkCmdExecuteCommands()
9273 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
10439vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCom… in init()
11521vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in init()
Dvulkansc_raii.hpp396vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in DeviceDispatcher()
756 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7251 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdExecuteCommands && "Function <vkCmdExecuteCommands> requir… in executeCommands()
7255 …getDispatcher()->vkCmdExecuteCommands( static_cast<VkCommandBuffer>( m_commandBuffer ), commandBuf… in executeCommands()
Dvulkan_raii.hpp721vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in DeviceDispatcher()
1599 PFN_vkCmdExecuteCommands vkCmdExecuteCommands = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
12081 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdExecuteCommands && "Function <vkCmdExecuteCommands> requir… in executeCommands()
12085 …getDispatcher()->vkCmdExecuteCommands( static_cast<VkCommandBuffer>( m_commandBuffer ), commandBuf… in executeCommands()
Dvulkansc_funcs.hpp3668 …d.vkCmdExecuteCommands( m_commandBuffer, commandBufferCount, reinterpret_cast<const VkCommandBuffe… in executeCommands()
3679 …d.vkCmdExecuteCommands( m_commandBuffer, commandBuffers.size(), reinterpret_cast<const VkCommandBu… in executeCommands()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h407 void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount,
DResourceTracker.cpp6910 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands()
6923 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands()
DVkEncoder.cpp16149 void VkEncoder::vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, in vkCmdExecuteCommands() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h587 void vkCmdExecuteCommands(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp1606 void vkCmdExecuteCommands(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkCmdExecuteCommands() function in VkDecoderSnapshot::Impl
5088 void VkDecoderSnapshot::vkCmdExecuteCommands(const uint8_t* snapshotTraceBegin, in vkCmdExecuteCommands() function in VkDecoderSnapshot
5094 mImpl->vkCmdExecuteCommands(snapshotTraceBegin, snapshotTraceBytes, pool, commandBuffer, in vkCmdExecuteCommands()
DVkDecoderGlobalState.cpp5141 vk->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in on_vkCmdExecuteCommands()
DVkDecoder.cpp8773 m_state->snapshot()->vkCmdExecuteCommands( in decode()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1722 * Add valid usage statement for flink:vkCmdExecuteCommands clarifying that
2552 * Add valid usage statements to flink:vkCmdExecuteCommands requiring that
3029 valid usage statements for flink:vkCmdExecuteCommands and common VUs for
6808 * Remove redundant valid usage statement for flink:vkCmdExecuteCommands
6812 flink:vkCmdExecuteCommands valid usage statements (public pull request
11395 flink:vkCmdExecuteCommands::pname:pCommandBuffers parameter (public
11458 * Clarify render pass compatibility for flink:vkCmdExecuteCommands (public
11933 * Add a valid usage statement to flink:vkCmdExecuteCommands saying
12363 * Fixed flink:vkCmdExecuteCommands validity statement for
12438 * Fix validity language for flink:vkCmdExecuteCommands to refer to the
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4879 VKAPI_ATTR void VKAPI_CALL vkCmdExecuteCommands(