Home
last modified time | relevance | path

Searched refs:inheritanceInfo (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.cpp76 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in initialize() local
77 inheritanceInfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in initialize()
78 ANGLE_TRY(begin(context, inheritanceInfo)); in initialize()
86 const VkCommandBufferInheritanceInfo &inheritanceInfo) in begin() argument
93 beginInfo.pInheritanceInfo = &inheritanceInfo; in begin()
94 if (inheritanceInfo.renderPass != VK_NULL_HANDLE) in begin()
DVulkanSecondaryCommandBuffer.h52 const VkCommandBufferInheritanceInfo &inheritanceInfo);
DSecondaryCommandBuffer.h728 angle::Result begin(Context *context, const VkCommandBufferInheritanceInfo &inheritanceInfo) in begin() argument
Dvk_helpers.cpp1747 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginRenderPass() local
1749 contextVk, framebuffer, renderPassDesc, &inheritanceInfo)); in beginRenderPass()
1750 ANGLE_TRY(mCommandBuffer.begin(contextVk, inheritanceInfo)); in beginRenderPass()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp31 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer() argument
44 const VkCommandBufferInheritanceInfo &inheritanceInfo, in InitAndBeginCommandBuffer() argument
62 beginInfo.pInheritanceInfo = &inheritanceInfo; in InitAndBeginCommandBuffer()
379 VkCommandBufferInheritanceInfo inheritanceInfo = {}; in beginOutsideRenderPassRecording() local
380 inheritanceInfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in beginOutsideRenderPassRecording()
381 inheritanceInfo.renderPass = VK_NULL_HANDLE; in beginOutsideRenderPassRecording()
382 inheritanceInfo.subpass = 0; in beginOutsideRenderPassRecording()
383 inheritanceInfo.framebuffer = VK_NULL_HANDLE; in beginOutsideRenderPassRecording()
384 inheritanceInfo.occlusionQueryEnable = in beginOutsideRenderPassRecording()
386 inheritanceInfo.queryFlags = 0; in beginOutsideRenderPassRecording()
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp896 VkCommandBufferInheritanceInfo inheritanceInfo; in begin() local
897 memset(&inheritanceInfo, 0, sizeof(VkCommandBufferInheritanceInfo)); in begin()
898 inheritanceInfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in begin()
899 inheritanceInfo.pNext = nullptr; in begin()
900 inheritanceInfo.renderPass = fActiveRenderPass->vkRenderPass(); in begin()
901 inheritanceInfo.subpass = 0; // Currently only using 1 subpass for each render pass in begin()
902 inheritanceInfo.framebuffer = framebuffer ? framebuffer->framebuffer() : VK_NULL_HANDLE; in begin()
903 inheritanceInfo.occlusionQueryEnable = false; in begin()
904 inheritanceInfo.queryFlags = 0; in begin()
905 inheritanceInfo.pipelineStatistics = 0; in begin()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp942 VkCommandBufferInheritanceInfo inheritanceInfo; in begin() local
943 memset(&inheritanceInfo, 0, sizeof(VkCommandBufferInheritanceInfo)); in begin()
944 inheritanceInfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in begin()
945 inheritanceInfo.pNext = nullptr; in begin()
946 inheritanceInfo.renderPass = fActiveRenderPass->vkRenderPass(); in begin()
947 inheritanceInfo.subpass = 0; // Currently only using 1 subpass for each render pass in begin()
948 inheritanceInfo.framebuffer = framebuffer ? framebuffer->framebuffer() : VK_NULL_HANDLE; in begin()
949 inheritanceInfo.occlusionQueryEnable = false; in begin()
950 inheritanceInfo.queryFlags = 0; in begin()
951 inheritanceInfo.pipelineStatistics = 0; in begin()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp690 VkCommandBufferInheritanceInfo inheritanceInfo; in generateWork() local
910 deMemset(&inheritanceInfo, 0xcd, sizeof(inheritanceInfo)); in generateWork()
911 inheritanceInfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in generateWork()
912 inheritanceInfo.pNext = DE_NULL; in generateWork()
913 inheritanceInfo.renderPass = testContext.renderPass.get(); in generateWork()
914 inheritanceInfo.subpass = 0; in generateWork()
915 inheritanceInfo.framebuffer = *testContext.framebuffer; in generateWork()
916 inheritanceInfo.occlusionQueryEnable = VK_FALSE; in generateWork()
917 inheritanceInfo.queryFlags = 0u; in generateWork()
918 inheritanceInfo.pipelineStatistics = 0u; in generateWork()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp106 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = in iterate() local
123 &inheritanceInfo in iterate()
DvktConditionalDispatchTests.cpp259 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = in iterate() local
276 &inheritanceInfo in iterate()
DvktConditionalDrawTests.cpp348 const vk::VkCommandBufferInheritanceInfo inheritanceInfo = in iterate() local
365 &inheritanceInfo in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp601 VkCommandBufferInheritanceInfo inheritanceInfo { in startRenderCmds() local
613 &inheritanceInfo }; in startRenderCmds()
660 inheritanceInfo.pNext = &inheritViewportInfo; in startRenderCmds()
662 inheritanceInfo.pNext = NULL; in startRenderCmds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp2214 VkCommandBufferInheritanceInfo inheritanceInfo; in badInheritanceInfoTest() local
2242 auto itr = reinterpret_cast<deUint8*>(&inheritanceInfo); in badInheritanceInfoTest()
2245 for (size_t i = 0; i < sizeof(inheritanceInfo); ++i) in badInheritanceInfoTest()
2248 beginInfo.pInheritanceInfo = &inheritanceInfo; in badInheritanceInfoTest()
4619 const VkCommandBufferInheritanceInfo inheritanceInfo = in iterate() local
4637 &inheritanceInfo, // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp2893 const VkCommandBufferInheritanceInfo inheritanceInfo = in configCommandBuffer() local
2910 &inheritanceInfo // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in configCommandBuffer()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1191 const VkCommandBufferInheritanceInfo inheritanceInfo = in beginSecondaryCommandBuffer() local
1208 &inheritanceInfo, // const VkCommandBufferInheritanceInfo* pInheritanceInfo; in beginSecondaryCommandBuffer()