/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.cpp | 242 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 D | vkObjUtil.cpp | 577 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 D | vkCmdUtil.hpp | 129 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD, 144 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
|
H A D | vkObjUtil.hpp | 143 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
H A D | vkPipelineConstructionUtil.cpp | 770 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 D | vkPipelineConstructionUtil.hpp | 152 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 238 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 D | vktImagelessFramebufferTests.cpp | 238 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 D | vktMultiViewRenderTests.cpp | 3364 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 D | vktMultiViewRenderTests.cpp | 3471 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()
|