Home
last modified time | relevance | path

Searched refs:VkAttachmentLoadOp (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp50 VkAttachmentLoadOp loadOp,
52 VkAttachmentLoadOp stencilLoadOp,
65 VkAttachmentLoadOp loadOp,
67 VkAttachmentLoadOp stencilLoadOp,
356 VkAttachmentLoadOp loadOp,
359 VkAttachmentLoadOp stencilLoadOp,
368 VkAttachmentLoadOp getLoadOp (void) const;
371 VkAttachmentLoadOp getStencilLoadOp (void) const;
381 VkAttachmentLoadOp m_loadOp;
384 VkAttachmentLoadOp m_stencilLoadO
[all...]
H A DvktDynamicRenderingTests.cpp723 const VkAttachmentLoadOp loadOp,
1031 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1053 if ((static_cast<VkAttachmentLoadOp>(attachmentLoadOp) == VK_ATTACHMENT_LOAD_OP_CLEAR) && in rendering()
1068 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1167 const VkAttachmentLoadOp loadOp, in beginRendering()
1193 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1212 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1233 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1427 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1447 static_cast<VkAttachmentLoadOp>(attachmentLoadO in rendering()
[all...]
H A DvktRenderPassTestsUtil.cpp42 VkAttachmentLoadOp loadOp_, in AttachmentDescription1()
44 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription1()
68 VkAttachmentLoadOp loadOp_, in AttachmentDescription2()
70 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription2()
522 VkAttachmentLoadOp loadOp, in Attachment()
525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
552 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp()
562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const in getStencilLoadOp()
624 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadO in createAttachmentDescription()
[all...]
H A DvktRenderPassUnusedAttachmentTests.cpp65 VkAttachmentLoadOp loadOp;
67 VkAttachmentLoadOp stencilLoadOp;
113 VK_ATTACHMENT_LOAD_OP_CLEAR, // VkAttachmentLoadOp loadOp in createRenderPass()
115 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
126 testParams.loadOp, // VkAttachmentLoadOp loadOp in createRenderPass()
128 testParams.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
139 VK_ATTACHMENT_LOAD_OP_CLEAR, // VkAttachmentLoadOp loadOp in createRenderPass()
141 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
936 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
973 const VkAttachmentLoadOp loadOp in createRenderPassUnusedAttachmentTests()
[all...]
H A DvktRenderPassTests.cpp674 VkAttachmentLoadOp loadOp, in Attachment()
677 VkAttachmentLoadOp stencilLoadOp, in Attachment()
699 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp()
703 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp()
713 VkAttachmentLoadOp m_loadOp;
716 VkAttachmentLoadOp m_stencilLoadOp;
1149 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
1151 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadO in createAttachmentDescription()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp50 VkAttachmentLoadOp loadOp,
52 VkAttachmentLoadOp stencilLoadOp,
65 VkAttachmentLoadOp loadOp,
67 VkAttachmentLoadOp stencilLoadOp,
356 VkAttachmentLoadOp loadOp,
359 VkAttachmentLoadOp stencilLoadOp,
368 VkAttachmentLoadOp getLoadOp (void) const;
371 VkAttachmentLoadOp getStencilLoadOp (void) const;
381 VkAttachmentLoadOp m_loadOp;
384 VkAttachmentLoadOp m_stencilLoadO
[all...]
H A DvktDynamicRenderingTests.cpp718 const VkAttachmentLoadOp loadOp,
1023 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1045 if ((static_cast<VkAttachmentLoadOp>(attachmentLoadOp) == VK_ATTACHMENT_LOAD_OP_CLEAR) && in rendering()
1060 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1159 const VkAttachmentLoadOp loadOp, in beginRendering()
1185 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1204 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1225 loadOp, // VkAttachmentLoadOp loadOp; in beginRendering()
1407 static_cast<VkAttachmentLoadOp>(attachmentLoadOp), in rendering()
1427 static_cast<VkAttachmentLoadOp>(attachmentLoadO in rendering()
[all...]
H A DvktRenderPassTestsUtil.cpp42 VkAttachmentLoadOp loadOp_, in AttachmentDescription1()
44 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription1()
68 VkAttachmentLoadOp loadOp_, in AttachmentDescription2()
70 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription2()
522 VkAttachmentLoadOp loadOp, in Attachment()
525 VkAttachmentLoadOp stencilLoadOp, in Attachment()
552 VkAttachmentLoadOp Attachment::getLoadOp (void) const in getLoadOp()
562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const in getStencilLoadOp()
624 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadO in createAttachmentDescription()
[all...]
H A DvktRenderPassUnusedAttachmentTests.cpp65 VkAttachmentLoadOp loadOp;
67 VkAttachmentLoadOp stencilLoadOp;
113 VK_ATTACHMENT_LOAD_OP_CLEAR, // VkAttachmentLoadOp loadOp in createRenderPass()
115 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
126 testParams.loadOp, // VkAttachmentLoadOp loadOp in createRenderPass()
128 testParams.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
139 VK_ATTACHMENT_LOAD_OP_CLEAR, // VkAttachmentLoadOp loadOp in createRenderPass()
141 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
938 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
974 const VkAttachmentLoadOp loadOp in createRenderPassUnusedAttachmentTests()
[all...]
H A DvktRenderPassTests.cpp664 VkAttachmentLoadOp loadOp, in Attachment()
667 VkAttachmentLoadOp stencilLoadOp, in Attachment()
689 VkAttachmentLoadOp getLoadOp (void) const { return m_loadOp; } in getLoadOp()
693 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp()
703 VkAttachmentLoadOp m_loadOp;
706 VkAttachmentLoadOp m_stencilLoadOp;
1137 attachment.getLoadOp(), // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in createAttachmentDescription()
1139 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadO in createAttachmentDescription()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp44 VkAttachmentLoadOp loadOp,
46 VkAttachmentLoadOp stencilLoadOp,
59 VkAttachmentLoadOp loadOp,
61 VkAttachmentLoadOp stencilLoadOp,
H A DvktMultiViewRenderPassUtil.cpp39 VkAttachmentLoadOp loadOp_, in AttachmentDescription1()
41 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription1()
65 VkAttachmentLoadOp loadOp_, in AttachmentDescription2()
67 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription2()
H A DvktMultiViewRenderUtil.cpp164 const VkAttachmentLoadOp colorLoadOp, in makeRenderPass()
176 colorLoadOp, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass()
178 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
200 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass()
202 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
321 const VkAttachmentLoadOp colorLoadO
[all...]
H A DvktMultiViewRenderUtil.hpp43 vk::Move<vk::VkRenderPass> makeRenderPass (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkSampleCountFlagBits samples, const vk::VkAttachmentLoadOp colorLoadOp, const vk::VkFormat dsFormat);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp44 VkAttachmentLoadOp loadOp,
46 VkAttachmentLoadOp stencilLoadOp,
59 VkAttachmentLoadOp loadOp,
61 VkAttachmentLoadOp stencilLoadOp,
H A DvktMultiViewRenderPassUtil.cpp39 VkAttachmentLoadOp loadOp_, in AttachmentDescription1()
41 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription1()
65 VkAttachmentLoadOp loadOp_, in AttachmentDescription2()
67 VkAttachmentLoadOp stencilLoadOp_, in AttachmentDescription2()
H A DvktMultiViewRenderUtil.cpp164 const VkAttachmentLoadOp colorLoadOp, in makeRenderPass()
176 colorLoadOp, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass()
178 VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
200 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass()
202 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass()
321 const VkAttachmentLoadOp colorLoadO
[all...]
H A DvktMultiViewRenderUtil.hpp43 vk::Move<vk::VkRenderPass> makeRenderPass (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vector<deUint32>& viewMasks, const vk::VkSampleCountFlagBits samples, const vk::VkAttachmentLoadOp colorLoadOp, const vk::VkFormat dsFormat);
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h223 VkAttachmentLoadOp load_op;
229 VkAttachmentLoadOp stencil_load_op;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.hpp129 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
144 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
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()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.h25 VkAttachmentLoadOp fLoadOp;
28 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c668 VkAttachmentLoadOp load_op, in attachment_set_ops()
669 VkAttachmentLoadOp stencil_load_op, in attachment_set_ops()
789 VkAttachmentLoadOp loadOp = pCreateInfo->pAttachments[i].loadOp; in tu_CreateRenderPass2()
790 VkAttachmentLoadOp stencilLoadOp = pCreateInfo->pAttachments[i].stencilLoadOp; in tu_CreateRenderPass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp138 vk::VkAttachmentLoadOp loadOp,
140 vk::VkAttachmentLoadOp stencilLoadOp,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp138 vk::VkAttachmentLoadOp loadOp,
140 vk::VkAttachmentLoadOp stencilLoadOp,

Completed in 32 milliseconds

1234