/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | VulkanSecondaryCommandBuffer.cpp | 33 VkCommandBufferInheritanceInfo *inheritanceInfoOut, in InitializeRenderPassInheritanceInfo() 73 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in initialize() 92 const VkCommandBufferInheritanceInfo &inheritanceInfo) in begin()
|
H A D | CommandGraph.cpp | 32 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer() 45 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer() 457 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginOutsideRenderPassRecording() 484 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginInsideRenderPassRecording()
|
H A D | VulkanSecondaryCommandBuffer.h | 52 VkCommandBufferInheritanceInfo *inheritanceInfoOut, 67 angle::Result begin(Context *context, const VkCommandBufferInheritanceInfo &inheritanceInfo);
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 284 const VkCommandBufferInheritanceInfo commandBufferInheritanceInfo = { in beginSecondaryCommandBuffer() 308 const VkCommandBufferInheritanceInfo commandBufferInheritanceInfo = { in beginNestedCommandBuffer() 956 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in addCommandsToBuffer() 1210 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in recordSingleSecondaryBufferTest() 1275 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in recordLargeSecondaryBufferTest() 1443 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in submitSecondaryBufferTwiceTest() 1638 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in oneTimeSubmitFlagSecondaryBufferTest() 1815 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in simultaneousUseSecondaryBufferOnePrimaryBufferTest() 2076 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in simultaneousUseNestedSecondaryBufferTest() 2234 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in simultaneousUseNestedSecondaryBufferTwiceTest() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 38 (const VkCommandBufferInheritanceInfo *)DE_NULL, in beginCommandBuffer() 47 const VkCommandBufferInheritanceInfo inheritanceInfo = { in beginSecondaryCommandBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.hpp | 93 typedef vk::VkCommandBufferInheritanceInfo CmdBuffInheritance;
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 158 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate()
|
H A D | vktProtectedMemClearColorImageTests.cpp | 160 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate()
|
H A D | vktProtectedMemAttachmentClearTests.cpp | 187 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = { in iterate()
|
H A D | vktProtectedMemBlitImageTests.cpp | 155 const vk::VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in iterate()
|
H A D | vktProtectedMemCopyImageTests.cpp | 155 const vk::VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in iterate()
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 168 const vk::VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalClearAttachmentTests.cpp | 117 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = { in iterate()
|
H A D | vktConditionalIgnoreTests.cpp | 242 const VkCommandBufferInheritanceInfo inheritanceInfo = { in iterate()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.hpp | 91 …VkResult begin(VkCommandBufferUsageFlags flags, const VkCommandBufferInheritanceInfo *pInheritance…
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 68 (const VkCommandBufferInheritanceInfo *)DE_NULL, in beginCommandBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineEarlyDestroyTests.cpp | 228 …(const VkCommandBufferInheritanceInfo *)DE_NULL // const VkCommandBufferInheritanceInfo* pInherita… in testEarlyDestroy()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolConcurrentTests.cpp | 644 const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo) in beginSecondaryCommandBuffer() 678 const vk::VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.cpp | 242 …const vk::VkCommandBufferInheritanceInfo bufferInheritanceInfo = vk::initVulkanStructure(&inherita… in beginSecondaryCmdBuffer()
|
H A D | vktDrawDifferingInterpolationTests.cpp | 444 …const VkCommandBufferInheritanceInfo bufferInheritanceInfo = initVulkanStructure(&inheritanceRende… in beginSecondaryCmdBuffer()
|
H A D | vktDrawSampleAttributeTests.cpp | 306 const VkCommandBufferInheritanceInfo bufferInheritanceInfo{ in iterate()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkCommandBuffer.cpp | 1015 VkCommandBufferInheritanceInfo inheritanceInfo; in begin() 1016 memset(&inheritanceInfo, 0, sizeof(VkCommandBufferInheritanceInfo)); in begin()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 527 const VkCommandBufferInheritanceInfo secCmdBufInheritInfo = { in beginSecondaryCommandBuffer()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vklayertests_command.cpp | 122 VkCommandBufferInheritanceInfo cbii = {VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO, in TEST_F() 596 VkCommandBufferInheritanceInfo cmd_buf_hinfo = {}; in TEST_F() 695 VkCommandBufferInheritanceInfo cmd_buf_hinfo = {}; in TEST_F() 935 VkCommandBufferInheritanceInfo inh = { in TEST_F() 962 VkCommandBufferInheritanceInfo inh = { in TEST_F() 4030 const VkCommandBufferInheritanceInfo cmdbuff_ii = { in TEST_F() 4086 VkCommandBufferInheritanceInfo command_buffer_inheritance_info = {}; in TEST_F()
|
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2231 VkCommandBufferInheritanceInfo inhe_info; in overlay_BeginCommandBuffer() 2242 VkCommandBufferInheritanceInfo *parent_inhe_info = (VkCommandBufferInheritanceInfo *) in overlay_BeginCommandBuffer() 2244 inhe_info = (VkCommandBufferInheritanceInfo) { in overlay_BeginCommandBuffer()
|