Home
last modified time | relevance | path

Searched refs:VkCommandBufferInheritanceInfo (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.cpp41 VkCommandBufferInheritanceInfo *inheritanceInfoOut) in InitializeRenderPassInheritanceInfo()
76 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in initialize()
86 const VkCommandBufferInheritanceInfo &inheritanceInfo) in begin()
DVulkanSecondaryCommandBuffer.h44 VkCommandBufferInheritanceInfo *inheritanceInfoOut);
52 const VkCommandBufferInheritanceInfo &inheritanceInfo);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp272 const VkCommandBufferInheritanceInfo commandBufferInheritanceInfo = in beginSecondaryCommandBuffer()
954 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in addCommandsToBuffer()
1217 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in recordSingleSecondaryBufferTest()
1287 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in recordLargeSecondaryBufferTest()
1462 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in submitSecondaryBufferTwiceTest()
1664 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in oneTimeSubmitFlagSecondaryBufferTest()
1849 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in simultaneousUseSecondaryBufferOnePrimaryBufferTest()
2057 VkCommandBufferInheritanceInfo inheritanceInfo; in badInheritanceInfoTest()
2068 VkCommandBufferInheritanceInfo* info; in badInheritanceInfoTest()
2103 beginInfo.pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&invalidStructure); in badInheritanceInfoTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCommandBuffersTests.cpp272 const VkCommandBufferInheritanceInfo commandBufferInheritanceInfo = in beginSecondaryCommandBuffer()
954 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in addCommandsToBuffer()
1217 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in recordSingleSecondaryBufferTest()
1287 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in recordLargeSecondaryBufferTest()
1462 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in submitSecondaryBufferTwiceTest()
1664 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in oneTimeSubmitFlagSecondaryBufferTest()
1849 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in simultaneousUseSecondaryBufferOnePrimaryBufferTest()
2057 VkCommandBufferInheritanceInfo inheritanceInfo; in badInheritanceInfoTest()
2068 VkCommandBufferInheritanceInfo* info; in badInheritanceInfoTest()
2103 beginInfo.pInheritanceInfo = reinterpret_cast<VkCommandBufferInheritanceInfo*>(&invalidStructure); in badInheritanceInfoTest()
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp39 (const VkCommandBufferInheritanceInfo*)DE_NULL, in beginCommandBuffer()
50 const VkCommandBufferInheritanceInfo inheritanceInfo = in beginSecondaryCommandBuffer()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcmdbuffers.txt603 sname:VkCommandBufferInheritanceInfo structure
633 sname:VkCommandBufferInheritanceInfo structure, used if
723 [open,refpage='VkCommandBufferInheritanceInfo',desc='Structure specifying command buffer inheritanc…
726 sname:VkCommandBufferInheritanceInfo structure defines any state that will
729 include::{generated}/api/structs/VkCommandBufferInheritanceInfo.txt[]
784 * [[VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056]]
787 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-00057]]
791 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-02788]]
794 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-02789]]
798 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-00058]]
[all …]
Dcmdbuffers.adoc603 sname:VkCommandBufferInheritanceInfo structure
633 sname:VkCommandBufferInheritanceInfo structure, used if
722 [open,refpage='VkCommandBufferInheritanceInfo',desc='Structure specifying command buffer inheritanc…
725 sname:VkCommandBufferInheritanceInfo structure defines any state that will
728 include::{generated}/api/structs/VkCommandBufferInheritanceInfo.adoc[]
783 * [[VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056]]
786 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-00057]]
790 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-02788]]
793 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-02789]]
798 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-00058]]
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp31 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer()
44 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer()
379 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginOutsideRenderPassRecording()
406 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginInsideRenderPassRecording()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemUtils.hpp112 typedef vk::VkCommandBufferInheritanceInfo CmdBuffInheritance;
DvktProtectedMemCopyBufferToImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp112 typedef vk::VkCommandBufferInheritanceInfo CmdBuffInheritance;
DvktProtectedMemCopyBufferToImageTests.cpp162 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp112 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = in iterate()
DvktConditionalIgnoreTests.cpp220 const VkCommandBufferInheritanceInfo inheritanceInfo = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp112 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = in iterate()
DvktConditionalIgnoreTests.cpp220 const VkCommandBufferInheritanceInfo inheritanceInfo = in iterate()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp58 …VkResult begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritance…
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp220 …(const VkCommandBufferInheritanceInfo*)DE_NULL // const VkCommandBufferInheritanceInfo* pIn… in testEarlyDestroy()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp245 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp69 (const VkCommandBufferInheritanceInfo*)DE_NULL, in beginCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp220 …(const VkCommandBufferInheritanceInfo*)DE_NULL // const VkCommandBufferInheritanceInfo* pIn… in testEarlyDestroy()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawBaseClass.cpp245 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp69 (const VkCommandBufferInheritanceInfo*)DE_NULL, in beginCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp535 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in beginSecondaryCommandBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderUtil.cpp535 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = in beginSecondaryCommandBuffer()

1234567