Home
last modified time | relevance | path

Searched refs:loadOperation (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.cpp242 const VkAttachmentLoadOp loadOperation, in beginRendering()
256 loadOperation, // VkAttachmentLoadOp loadOp; in beginRendering()
288 const VkAttachmentLoadOp loadOperation, in beginRendering()
302 loadOperation, // VkAttachmentLoadOp loadOp; in beginRendering()
316 loadOperation, // VkAttachmentLoadOp loadOp; in beginRendering()
236 beginRendering(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkImageView colorImageView, const VkRect2D& renderArea, const VkClearValue& clearValue, const VkImageLayout imageLayout, const VkAttachmentLoadOp loadOperation, VkRenderingFlagsKHR renderingFlags, const deUint32 layerCount, const deUint32 viewMask) beginRendering() argument
278 beginRendering(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkImageView colorImageView, const VkImageView depthStencilImageView, const bool useStencilAttachment, const VkRect2D& renderArea, const VkClearValue& clearColorValue, const VkClearValue& clearDepthValue, const VkImageLayout colorImageLayout, const VkImageLayout depthImageLayout, const VkAttachmentLoadOp loadOperation, VkRenderingFlagsKHR renderingFlags, const deUint32 layerCount, const deUint32 viewMask) beginRendering() argument
H A DvkObjUtil.cpp577 const VkAttachmentLoadOp loadOperation, in makeRenderPass()
587 const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
588 const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
595 loadOperation, // VkAttachmentLoadOp loadOp in makeRenderPass()
608 loadOperation, // VkAttachmentLoadOp loadOp in makeRenderPass()
610 loadOperation, // VkAttachmentLoadOp stencilLoadOp in makeRenderPass()
573 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, const VkImageLayout finalLayoutColor, const VkImageLayout finalLayoutDepthStencil, const VkImageLayout subpassLayoutColor, const VkImageLayout subpassLayoutDepthStencil, const VkAllocationCallbacks* const allocationCallbacks, const void* pNext) makeRenderPass() argument
H A DvkCmdUtil.hpp129 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
144 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
H A DvkObjUtil.hpp143 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR,
H A DvkPipelineConstructionUtil.cpp770 RenderPassWrapper::RenderPassWrapper (PipelineConstructionType pipelineConstructionType, const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperation, const VkImageLayout finalLayoutColor, in RenderPassWrapper() argument
780 m_renderPass = vk::makeRenderPass(vk, device, colorFormat, depthStencilFormat, loadOperation, finalLayoutColor, finalLayoutDepthStencil, subpassLayoutColor, subpassLayoutDepthStencil, allocationCallbacks); in RenderPassWrapper()
787 const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in RenderPassWrapper()
788 const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in RenderPassWrapper()
805 subpass.m_colorAttachments[0].attachmentInfo.loadOp = loadOperation; in RenderPassWrapper()
816 loadOperation, // VkAttachmentLoadOp loadOp in RenderPassWrapper()
837 subpass.m_depthStencilAttachment.attachmentInfo.loadOp = loadOperation; in RenderPassWrapper()
840 subpass.m_depthStencilAttachment.stencilLoadOp = loadOperation; in RenderPassWrapper()
850 loadOperation, // VkAttachmentLoadOp loadOp in RenderPassWrapper()
852 loadOperation, // VkAttachmentLoadO in RenderPassWrapper()
[all...]
H A DvkPipelineConstructionUtil.hpp152 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp238 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR, in makeRenderPass()
249 const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
250 const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
256 loadOperation, // VkAttachmentLoadOp loadOp; in makeRenderPass()
268 loadOperation, // VkAttachmentLoadOp loadOp; in makeRenderPass()
270 loadOperation, // VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp238 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR, in makeRenderPass()
249 const VkImageLayout initialLayoutColor = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
250 const VkImageLayout initialLayoutDepthStencil = loadOperation == VK_ATTACHMENT_LOAD_OP_LOAD ? VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL : VK_IMAGE_LAYOUT_UNDEFINED; in makeRenderPass()
256 loadOperation, // VkAttachmentLoadOp loadOp; in makeRenderPass()
268 loadOperation, // VkAttachmentLoadOp loadOp; in makeRenderPass()
270 loadOperation, // VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3364 VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD; in drawClears() local
3368 loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR; in drawClears()
3370 loadOperation = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in drawClears()
3372 loadOperation = VK_ATTACHMENT_LOAD_OP_MAX_ENUM; in drawClears()
3382 loadOperation, in drawClears()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3471 VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD; in drawClears() local
3475 loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR; in drawClears()
3477 loadOperation = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in drawClears()
3479 loadOperation = VK_ATTACHMENT_LOAD_OP_MAX_ENUM; in drawClears()
3489 loadOperation, in drawClears()

Completed in 33 milliseconds