Searched refs:subpassContents (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemAttachmentClearTests.cpp | 189 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()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 363 VkSubpassContents subpassContents; member 627 void nextSubpass(VkSubpassContents subpassContents); 1314 ANGLE_INLINE void SecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass() argument 1317 paramStruct->subpassContents = subpassContents; in nextSubpass()
|
D | vk_wrapper.h | 200 void beginRenderPass(const VkRenderPassBeginInfo &beginInfo, VkSubpassContents subpassContents); 329 void nextSubpass(VkSubpassContents subpassContents); 766 ANGLE_INLINE void CommandBuffer::nextSubpass(VkSubpassContents subpassContents) 769 vkCmdNextSubpass(mHandle, subpassContents); 906 VkSubpassContents subpassContents) 909 vkCmdBeginRenderPass(mHandle, &beginInfo, subpassContents);
|
D | SecondaryCommandBuffer.cpp | 486 vkCmdNextSubpass(cmdBuffer, params->subpassContents); in executeCommands()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 861 const VkSubpassContents subpassContents) const in recordBeginRenderPass() 886 vk.cmdBeginRenderPass(cmdBuffer, &renderPassBeginInfo, subpassContents); in recordBeginRenderPass()
|