/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_nested_command_buffer.adoc | 20 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
|
D | VK_NV_inherited_viewport_scissor.adoc | 22 flink:vkCmdExecuteCommands call.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 119 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 …]
|
D | renderpass.adoc | 651 flink:vkCmdExecuteCommands. 6398 from the primary command buffer, and flink:vkCmdExecuteCommands is the 6405 flink:vkCmdExecuteCommands.
|
D | limits.adoc | 3834 of calls to flink:vkCmdExecuteCommands from <<glossary, Secondary
|
D | features.adoc | 6217 flink:vkCmdExecuteCommands inside a <<glossary, Secondary Command
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 57 <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/ |
D | goldfish_vk_dispatch.h | 207 PFN_vkCmdExecuteCommands vkCmdExecuteCommands; member
|
D | goldfish_vk_dispatch.cpp | 493 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/ |
D | vulkansc.hpp | 1762 …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 5233 …vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCom… in init() 5655 …vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in init()
|
D | vulkan.hpp | 1829 …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 10439 …vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetInstanceProcAddr( instance, "vkCmdExecuteCom… in init() 11521 …vkCmdExecuteCommands = PFN_vkCmdExecuteCommands( vkGetDeviceProcAddr( device, "vkCmdExecuteCommand… in init()
|
D | vulkansc_raii.hpp | 396 …vkCmdExecuteCommands = 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()
|
D | vulkan_raii.hpp | 721 …vkCmdExecuteCommands = 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()
|
D | vulkansc_funcs.hpp | 3668 …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/ |
D | VkEncoder.h | 407 void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount,
|
D | ResourceTracker.cpp | 6910 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands() 6923 enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, in on_vkCmdExecuteCommands()
|
D | VkEncoder.cpp | 16149 void VkEncoder::vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, in vkCmdExecuteCommands() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 587 void vkCmdExecuteCommands(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 1606 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()
|
D | VkDecoderGlobalState.cpp | 5141 vk->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in on_vkCmdExecuteCommands()
|
D | VkDecoder.cpp | 8773 m_state->snapshot()->vkCmdExecuteCommands( in decode()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1722 * 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/ |
D | vulkan_core.h | 4879 VKAPI_ATTR void VKAPI_CALL vkCmdExecuteCommands(
|