Home
last modified time | relevance | path

Searched refs:clearAttachments (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp868 std::vector<VkClearAttachment> clearAttachments; in createCommandBuffer() local
876 clearAttachments.push_back(clearAttachment); in createCommandBuffer()
886 clearAttachments.push_back(clearAttachment); in createCommandBuffer()
908 if (!clearAttachments.empty()) in createCommandBuffer()
910 vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), clearAttachments.data(), 1u, &clearRect); in createCommandBuffer()
932 std::vector<VkClearAttachment> clearAttachments; in createCommandBufferDynamicRendering() local
940 clearAttachments.push_back(clearAttachment); in createCommandBufferDynamicRendering()
950 clearAttachments.push_back(clearAttachment); in createCommandBufferDynamicRendering()
1051 if (!clearAttachments in createCommandBufferDynamicRendering()
[all...]
H A DvktRenderPassLoadStoreOpNoneTests.cpp772 std::vector<VkClearAttachment> clearAttachments; in drawCommands() local
783 clearAttachments.push_back({ aspectMask, 0u, makeClearValueDepthStencil(0.25, 64) }); in drawCommands()
787 clearAttachments.push_back({ VK_IMAGE_ASPECT_COLOR_BIT, colorAttIdx++, in drawCommands()
792 if (!clearAttachments.empty()) in drawCommands()
793 vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect); in drawCommands()
H A DvktRenderPassMultisampleResolveTests.cpp190 void clearAttachments (VkCommandBuffer commandBuffer) const;
480 void MultisampleRenderPassTestBase::clearAttachments (VkCommandBuffer commandBuffer) const in clearAttachments() function in vkt::__anon28592::MultisampleRenderPassTestBase
711 clearAttachments(cmdBuffer); in drawCommands()
2015 clearAttachments(*commandBuffer); in submit()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp869 std::vector<VkClearAttachment> clearAttachments; in createCommandBuffer() local
877 clearAttachments.push_back(clearAttachment); in createCommandBuffer()
887 clearAttachments.push_back(clearAttachment); in createCommandBuffer()
909 if (!clearAttachments.empty()) in createCommandBuffer()
911 vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), clearAttachments.data(), 1u, &clearRect); in createCommandBuffer()
933 std::vector<VkClearAttachment> clearAttachments; in createCommandBufferDynamicRendering() local
941 clearAttachments.push_back(clearAttachment); in createCommandBufferDynamicRendering()
951 clearAttachments.push_back(clearAttachment); in createCommandBufferDynamicRendering()
1052 if (!clearAttachments in createCommandBufferDynamicRendering()
[all...]
H A DvktRenderPassLoadStoreOpNoneTests.cpp774 std::vector<VkClearAttachment> clearAttachments; in drawCommands() local
785 clearAttachments.push_back({ aspectMask, 0u, makeClearValueDepthStencil(0.25, 64) }); in drawCommands()
789 clearAttachments.push_back({ VK_IMAGE_ASPECT_COLOR_BIT, colorAttIdx++, in drawCommands()
794 if (!clearAttachments.empty()) in drawCommands()
795 vk.cmdClearAttachments(cmdBuffer, (deUint32)clearAttachments.size(), clearAttachments.data(), 1u, &rect); in drawCommands()
H A DvktRenderPassMultisampleResolveTests.cpp188 void clearAttachments (VkCommandBuffer commandBuffer) const;
476 void MultisampleRenderPassTestBase::clearAttachments (VkCommandBuffer commandBuffer) const in clearAttachments() function in vkt::__anon29771::MultisampleRenderPassTestBase
700 clearAttachments(cmdBuffer); in drawCommands()
2002 clearAttachments(*commandBuffer); in submit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp445 vector<VkClearAttachment> clearAttachments; in drawCommands() local
451 static_cast<deUint32>(clearAttachments.size()), // uint32_t colorAttachment in drawCommands()
454 clearAttachments.push_back(clearAttachment); in drawCommands()
461 static_cast<deUint32>(clearAttachments.size()), // uint32_t colorAttachment in drawCommands()
464 clearAttachments.push_back(clearAttachment); in drawCommands()
472 vk.cmdClearAttachments(cmdBuffer, static_cast<deUint32>(clearAttachments.size()), clearAttachments.data(), 1, &clearRect); in drawCommands()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp445 vector<VkClearAttachment> clearAttachments; in drawCommands() local
451 static_cast<deUint32>(clearAttachments.size()), // uint32_t colorAttachment in drawCommands()
454 clearAttachments.push_back(clearAttachment); in drawCommands()
461 static_cast<deUint32>(clearAttachments.size()), // uint32_t colorAttachment in drawCommands()
464 clearAttachments.push_back(clearAttachment); in drawCommands()
472 vk.cmdClearAttachments(cmdBuffer, static_cast<deUint32>(clearAttachments.size()), clearAttachments.data(), 1, &clearRect); in drawCommands()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h79 void clearAttachments(uint32_t attachmentCount,
296 ANGLE_INLINE void VulkanSecondaryCommandBuffer::clearAttachments( in clearAttachments() function in rx::vk::VulkanSecondaryCommandBuffer
304 CommandBuffer::clearAttachments(attachmentCount, attachments, rectCount, rects); in clearAttachments()
H A Dvk_wrapper.h234 void clearAttachments(uint32_t attachmentCount,
830 ANGLE_INLINE void CommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments() function in rx::DescriptorSetIndex::priv::CommandBuffer
H A DSecondaryCommandBuffer.h546 void clearAttachments(uint32_t attachmentCount,
1029 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments() function in rx::vk::priv::SecondaryCommandBuffer
H A DFramebufferVk.cpp2402 renderPassCommandBuffer->clearAttachments(static_cast<uint32_t>(attachments.size()), in clearWithCommand()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h79 void clearAttachments(const GrVkGpu* gpu,
H A DGrVkOpsRenderPass.cpp475 this->currentCommandBuffer()->clearAttachments(fGpu, 1, &attachment, 1, &clearRect); in onClearStencilClip()
496 // We always do a sub rect clear with clearAttachments since we are inside a render pass in onClear()
521 this->currentCommandBuffer()->clearAttachments(fGpu, 1, &attachment, 1, &clearRect); in onClear()
H A DGrVkCommandBuffer.cpp214 void GrVkCommandBuffer::clearAttachments(const GrVkGpu* gpu,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp116 void clearAttachments(uint32_t attachmentCount, const VkClearAttachment *pAttachments,
H A DVkCommandBuffer.cpp1632 void CommandBuffer::clearAttachments(uint32_t attachmentCount, const VkClearAttachment *pAttachments, in clearAttachments() function in vk::CommandBuffer
H A DlibVulkan.cpp2779 vk::Cast(commandBuffer)->clearAttachments(attachmentCount, pAttachments, rectCount, pRects); in vkCmdClearAttachments()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp260 void clearAttachments (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) const;
H A DvkPipelineConstructionUtil.cpp911 void RenderPassWrapper::clearAttachments(const DeviceInterface& vk, const VkCommandBuffer commandBuffer) const in clearAttachments() function in vk::RenderPassWrapper
1310 clearAttachments(vk, commandBuffer); in begin()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp3531 void clearAttachments( uint32_t attachmentCount,
3538 void clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
H A Dvulkan_raii.hpp4149 clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
10157 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments(
H A Dvulkan_funcs.hpp5096 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( uint32_t attachmentCount,
5113 CommandBuffer::clearAttachments( ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp4619 void clearAttachments( uint32_t attachmentCount,
4626 void clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
H A Dvulkan_funcs.hpp4850 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( uint32_t attachmentCount,
4866 VULKAN_HPP_INLINE void CommandBuffer::clearAttachments( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ClearAttachment> const & attachments,
[all...]

Completed in 185 milliseconds

12