Home
last modified time | relevance | path

Searched refs:subpassContents (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp407 …const auto subpassContents = (useSecondaryCmdBuffer ? vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_… in iterate() local
413 …uffer, *m_rpWithClear, *m_fbWithClear, vk::makeRect2D(WIDTH, HEIGHT), clearColor, subpassContents); in iterate()
417 beginLegacyRender(*m_cmdBuffer, subpassContents); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp407 …const auto subpassContents = (useSecondaryCmdBuffer ? vk::VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_… in iterate() local
413 …uffer, *m_rpWithClear, *m_fbWithClear, vk::makeRect2D(WIDTH, HEIGHT), clearColor, subpassContents); in iterate()
417 beginLegacyRender(*m_cmdBuffer, subpassContents); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h165 void nextSubpass(VkSubpassContents subpassContents);
528 ANGLE_INLINE void VulkanSecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() argument
531 CommandBuffer::nextSubpass(subpassContents); in nextSubpass()
DSecondaryCommandBuffer.h366 VkSubpassContents subpassContents; member
644 void nextSubpass(VkSubpassContents subpassContents);
1355 ANGLE_INLINE void SecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() argument
1358 paramStruct->subpassContents = subpassContents; in nextSubpass()
Dvk_wrapper.h196 void beginRenderPass(const VkRenderPassBeginInfo &beginInfo, VkSubpassContents subpassContents);
298 void nextSubpass(VkSubpassContents subpassContents);
719 ANGLE_INLINE void CommandBuffer::nextSubpass(VkSubpassContents subpassContents)
722 vkCmdNextSubpass(mHandle, subpassContents);
853 VkSubpassContents subpassContents)
856 vkCmdBeginRenderPass(mHandle, &beginInfo, subpassContents);
DSecondaryCommandBuffer.cpp480 vkCmdNextSubpass(cmdBuffer, params->subpassContents); in executeCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp189 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate() local
192 …enderPass, *framebuffer, vk::makeRect2D(RENDER_WIDTH, RENDER_HEIGHT), clearValue, subpassContents); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemAttachmentClearTests.cpp189 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate() local
192 …enderPass, *framebuffer, vk::makeRect2D(RENDER_WIDTH, RENDER_HEIGHT), clearValue, subpassContents); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp1032 …const auto subpassContents = (m_params->useSecondary ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFE… in iterate() local
1045 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1055 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1065 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1077 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
DvktMeshShaderApiTestsEXT.cpp526 …const auto subpassContents = (m_params.useSecondaryCmdBuffer ? VK_SUBPASS_CONTENTS_SECONDARY_COMM… in iterate() local
575 …ss(vkd, primary, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp1032 …const auto subpassContents = (m_params->useSecondary ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFE… in iterate() local
1045 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1055 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1065 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
1077 …(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
DvktMeshShaderApiTestsEXT.cpp526 …const auto subpassContents = (m_params.useSecondaryCmdBuffer ? VK_SUBPASS_CONTENTS_SECONDARY_COMM… in iterate() local
575 …ss(vkd, primary, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor, subpassContents); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp938 const VkSubpassContents subpassContents) const in recordBeginRenderPass()
963 vk.cmdBeginRenderPass(cmdBuffer, &renderPassBeginInfo, subpassContents); in recordBeginRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp938 const VkSubpassContents subpassContents) const in recordBeginRenderPass()
963 vk.cmdBeginRenderPass(cmdBuffer, &renderPassBeginInfo, subpassContents); in recordBeginRenderPass()