Home
last modified time | relevance | path

Searched refs:renderingType (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp258 RenderingType renderingType) in createRenderPass()
261 const VkImageAspectFlagBits aspectFlag ((renderingType == RENDERING_TYPE_RENDERPASS2) ? VK_IMAGE_ASPECT_COLOR_BIT : in createRenderPass()
416 RenderingType renderingType) in createRenderPass()
418 switch (renderingType) in createRenderPass()
421 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
734 , renderingType (renderingType_) in TestConfig()
741 RenderingType renderingType; member
800 ((config.renderingType != RENDERING_TYPE_RENDERPASS2) || context.requireDeviceFunctionality("VK_KHR_create_renderpass2"))) in SampleReadTestInstance()
801 , m_renderingType (config.renderingType) in SampleReadTestInstance()
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
983 initTests(tcu::TestCaseGroup* group, RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassDitheringTests.cpp58 RenderingType renderingType; member
227 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
231 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
299 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
398 const auto layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in render()
413 const auto layout = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in render()
432 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in render()
508 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in render()
702 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in createDrawResources()
704 else if (m_testParams.renderingType in createDrawResources()
1009 createRenderPassDitheringTests(tcu::TestContext& testCtx, const RenderingType renderingType) createRenderPassDitheringTests() argument
[all...]
H A DvktRenderPassMultisampleTests.cpp539 RenderingType renderingType, in createRenderPass()
570 (renderingType == RENDERING_TYPE_RENDERPASS2) // || VkImageAspectFlags aspectMask; in createRenderPass()
761 const RenderingType renderingType, in createRenderPass()
764 switch (renderingType) in createRenderPass()
767 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStencilUsage); in createRenderPass()
769 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStencilUsage); in createRenderPass()
1232 , renderingType (renderingType_) in TestConfig()
1239 RenderingType renderingType; member
1269 bool isExtensionSupported(Context& context, RenderingType renderingType, TestSeparateUsage separateStencilUsage, VkFormat format) in isExtensionSupported() argument
1271 if (renderingType in isExtensionSupported()
534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument
756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument
2120 initTests(tcu::TestCaseGroup* group, RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassUnusedAttachmentTests.cpp69 RenderingType renderingType; member
104 const VkImageAspectFlags aspectMask = testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
362 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedAttachmentTestInstance()
579 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance()
831 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance()
968 tcu::TestCaseGroup* createRenderPassUnusedAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentTests() argument
1007 params.renderingType = renderingType; in createRenderPassUnusedAttachmentTests()
H A DvktRenderPassLoadStoreOpNoneTests.cpp206 const VkImageAspectFlags aspectMask = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
293 const auto depthStencilAspectMask = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : getImageAspectFlags(mapVkFormat(testParams.depthStencilFormat)); in createRenderPass()
434 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
438 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
804 DE_ASSERT(m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING); in drawCommands()
947 if (m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in iterate()
950 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
1297 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in iterate()
1358 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
1360 else if (m_testParams.groupParams->renderingType in iterate()
[all...]
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp77 RenderingType renderingType; member
245 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
376 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance()
556 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance()
667 const VkImageAspectFlags aspectMask = m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
790 tcu::TestCaseGroup* createRenderPassUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentSparseFillingTests() argument
808 TestParams testParams{ renderingType, activeInputAttachmentCount[attachmentNdx] }; in createRenderPassUnusedAttachmentSparseFillingTests()
H A DvktRenderPassSubpassDependencyTests.cpp393 , renderingType (renderingType_) in ExternalTestConfig()
402 RenderingType renderingType; member
430 const RenderingType renderingType,
499 , m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.requireDeviceFunctionality("VK_KHR_create_renderpass2")) in ExternalDependencyTestInstance()
501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance()
511 , m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses, testConfig.renderingType, testConfig.synchronizationType)) in ExternalDependencyTestInstance()
615 const RenderingType renderingType, in createRenderPasses()
622 renderPasses.push_back(makeSharedPtr(createRenderPass(vkd, device, renderPassInfo, renderingType, synchronizationType))); in createRenderPasses()
997 , renderingType (renderingType_) in SubpassTestConfig()
1004 RenderingType renderingType; member
612 createRenderPasses(const DeviceInterface& vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingType renderingType, const SynchronizationType synchronizationType) createRenderPasses() argument
1821 RenderingType renderingType; global() member
2281 RenderingType renderingType; global() member
2882 RenderingType renderingType; global() member
3902 initTests(tcu::TestCaseGroup* group, const RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassUnusedClearAttachmentTests.cpp262 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
266 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
694 if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance()
696 else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedClearAttachmentTestInstance()
700 if (testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance()
809 if (testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance()
840 if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance()
842 else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedClearAttachmentTestInstance()
1255 if (groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING
H A DvktRenderPassDitheringTests.hpp36 tcu::TestCaseGroup* createRenderPassDitheringTests (tcu::TestContext& testCtx, const RenderingType renderingType);
H A DvktRenderPassSubpassMergeFeedbackTests.hpp34 tcu::TestCaseGroup* createRenderPassSubpassMergeFeedbackTests (tcu::TestContext& testCtx, const RenderingType renderingType);
H A DvktRenderPassUnusedAttachmentSparseFillingTests.hpp36 tcu::TestCaseGroup* createRenderPassUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType);
H A DvktRenderPassUnusedAttachmentTests.hpp36 tcu::TestCaseGroup* createRenderPassUnusedAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp258 RenderingType renderingType) in createRenderPass()
261 const VkImageAspectFlagBits aspectFlag ((renderingType == RENDERING_TYPE_RENDERPASS2) ? VK_IMAGE_ASPECT_COLOR_BIT : in createRenderPass()
416 RenderingType renderingType) in createRenderPass()
418 switch (renderingType) in createRenderPass()
421 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
423 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType); in createRenderPass()
734 , renderingType (renderingType_) in TestConfig()
741 RenderingType renderingType; member
800 ((config.renderingType != RENDERING_TYPE_RENDERPASS2) || context.requireDeviceFunctionality("VK_KHR_create_renderpass2"))) in SampleReadTestInstance()
801 , m_renderingType (config.renderingType) in SampleReadTestInstance()
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
983 initTests(tcu::TestCaseGroup* group, RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassDitheringTests.cpp58 RenderingType renderingType; member
229 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
233 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
301 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
400 const auto layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in render()
415 const auto layout = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in render()
434 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in render()
510 if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in render()
704 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in createDrawResources()
706 else if (m_testParams.renderingType in createDrawResources()
1011 createRenderPassDitheringTests(tcu::TestContext& testCtx, const RenderingType renderingType) createRenderPassDitheringTests() argument
[all...]
H A DvktRenderPassMultisampleTests.cpp539 RenderingType renderingType, in createRenderPass()
570 (renderingType == RENDERING_TYPE_RENDERPASS2) // || VkImageAspectFlags aspectMask; in createRenderPass()
761 const RenderingType renderingType, in createRenderPass()
764 switch (renderingType) in createRenderPass()
767 return createRenderPass<AttachmentDescription1, AttachmentReference1, SubpassDescription1, SubpassDependency1, RenderPassCreateInfo1>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStencilUsage); in createRenderPass()
769 return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, SubpassDependency2, RenderPassCreateInfo2>(vkd, device, srcFormat, dstFormat, sampleCount, renderingType, separateStencilUsage); in createRenderPass()
1232 , renderingType (renderingType_) in TestConfig()
1239 RenderingType renderingType; member
1269 bool isExtensionSupported(Context& context, RenderingType renderingType, TestSeparateUsage separateStencilUsage) in isExtensionSupported() argument
1271 if (renderingType in isExtensionSupported()
534 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType, TestSeparateUsage separateStencilUsage) createRenderPass() argument
756 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, const RenderingType renderingType, const TestSeparateUsage separateStencilUsage) createRenderPass() argument
2111 initTests(tcu::TestCaseGroup* group, RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassUnusedAttachmentTests.cpp69 RenderingType renderingType; member
104 const VkImageAspectFlags aspectMask = testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
364 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedAttachmentTestInstance()
581 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance()
833 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedAttachmentTestInstance()
970 tcu::TestCaseGroup* createRenderPassUnusedAttachmentTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentTests() argument
1008 params.renderingType = renderingType; in createRenderPassUnusedAttachmentTests()
H A DvktRenderPassLoadStoreOpNoneTests.cpp206 const VkImageAspectFlags aspectMask = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
293 const auto depthStencilAspectMask = testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : getImageAspectFlags(mapVkFormat(testParams.depthStencilFormat)); in createRenderPass()
436 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
440 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
806 DE_ASSERT(m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING); in drawCommands()
946 if (m_testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in iterate()
949 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
1290 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in iterate()
1351 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in iterate()
1353 else if (m_testParams.groupParams->renderingType in iterate()
[all...]
H A DvktRenderPassUnusedAttachmentSparseFillingTests.cpp77 RenderingType renderingType; member
247 if (m_testParams.renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
378 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance()
558 if (testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in InputAttachmentSparseFillingTestInstance()
669 const VkImageAspectFlags aspectMask = m_testParams.renderingType == RENDERING_TYPE_RENDERPASS_LEGACY ? 0 : VK_IMAGE_ASPECT_COLOR_BIT; in createRenderPass()
792 tcu::TestCaseGroup* createRenderPassUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType) in createRenderPassUnusedAttachmentSparseFillingTests() argument
809 TestParams testParams{ renderingType, activeInputAttachmentCount[attachmentNdx] }; in createRenderPassUnusedAttachmentSparseFillingTests()
H A DvktRenderPassSubpassDependencyTests.cpp393 , renderingType (renderingType_) in ExternalTestConfig()
402 RenderingType renderingType; member
430 const RenderingType renderingType,
499 , m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.requireDeviceFunctionality("VK_KHR_create_renderpass2")) in ExternalDependencyTestInstance()
501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance()
511 , m_renderPasses (createRenderPasses(context.getDeviceInterface(), context.getDevice(), testConfig.renderPasses, testConfig.renderingType, testConfig.synchronizationType)) in ExternalDependencyTestInstance()
615 const RenderingType renderingType, in createRenderPasses()
622 renderPasses.push_back(makeSharedPtr(createRenderPass(vkd, device, renderPassInfo, renderingType, synchronizationType))); in createRenderPasses()
997 , renderingType (renderingType_) in SubpassTestConfig()
1004 RenderingType renderingType; member
612 createRenderPasses(const DeviceInterface& vkd, VkDevice device, vector<RenderPass> renderPassInfos, const RenderingType renderingType, const SynchronizationType synchronizationType) createRenderPasses() argument
1821 RenderingType renderingType; global() member
2281 RenderingType renderingType; global() member
2882 RenderingType renderingType; global() member
3902 initTests(tcu::TestCaseGroup* group, const RenderingType renderingType) initTests() argument
[all...]
H A DvktRenderPassUnusedClearAttachmentTests.cpp263 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in checkSupport()
267 if (m_testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in checkSupport()
695 if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance()
697 else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedClearAttachmentTestInstance()
701 if (testParams.groupParams->renderingType != RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance()
810 if (testParams.groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) in UnusedClearAttachmentTestInstance()
841 if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS_LEGACY) in UnusedClearAttachmentTestInstance()
843 else if (testParams.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) in UnusedClearAttachmentTestInstance()
1255 if (groupParams->renderingType == RENDERING_TYPE_DYNAMIC_RENDERING
H A DvktRenderPassDitheringTests.hpp36 tcu::TestCaseGroup* createRenderPassDitheringTests (tcu::TestContext& testCtx, const RenderingType renderingType);
H A DvktRenderPassSubpassMergeFeedbackTests.hpp34 tcu::TestCaseGroup* createRenderPassSubpassMergeFeedbackTests (tcu::TestContext& testCtx, const RenderingType renderingType);
H A DvktRenderPassUnusedAttachmentSparseFillingTests.hpp36 tcu::TestCaseGroup* createRenderPassUnusedAttachmentSparseFillingTests (tcu::TestContext& testCtx, const RenderingType renderingType);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp113 RenderingType renderingType; member
130 RenderingType renderingType, in makeRenderPass()
135 switch (renderingType) in makeRenderPass()
150 RenderingType renderingType) in makeRenderPassWithAttachments()
152 switch (renderingType) in makeRenderPassWithAttachments()
168 RenderingType renderingType) in makeRenderPassWithDepth()
170 switch (renderingType) in makeRenderPassWithDepth()
189 void cmdBeginRenderPass (DeviceInterface& vkd, VkCommandBuffer cmdBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, const VkSubpassContents contents, RenderingType renderingType) in cmdBeginRenderPass() argument
191 switch (renderingType) in cmdBeginRenderPass()
208 void cmdNextSubpass (DeviceInterface& vkd, VkCommandBuffer cmdBuffer, const VkSubpassContents contents, RenderingType renderingType) in cmdNextSubpass() argument
126 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType, const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT, const VkAttachmentLoadOp colorLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, const VkFormat dsFormat = VK_FORMAT_UNDEFINED) makeRenderPass() argument
146 makeRenderPassWithAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType) makeRenderPassWithAttachments() argument
163 makeRenderPassWithDepth(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat, RenderingType renderingType) makeRenderPassWithDepth() argument
226 cmdEndRenderPass(DeviceInterface& vkd, VkCommandBuffer cmdBuffer, RenderingType renderingType) cmdEndRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp126 RenderingType renderingType; member
143 RenderingType renderingType, in makeRenderPass()
148 switch (renderingType) in makeRenderPass()
163 RenderingType renderingType) in makeRenderPassWithAttachments()
165 switch (renderingType) in makeRenderPassWithAttachments()
181 RenderingType renderingType) in makeRenderPassWithDepth()
183 switch (renderingType) in makeRenderPassWithDepth()
202 void cmdBeginRenderPass (DeviceInterface& vkd, VkCommandBuffer cmdBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, const VkSubpassContents contents, RenderingType renderingType) in cmdBeginRenderPass() argument
204 switch (renderingType) in cmdBeginRenderPass()
221 void cmdNextSubpass (DeviceInterface& vkd, VkCommandBuffer cmdBuffer, const VkSubpassContents contents, RenderingType renderingType) in cmdNextSubpass() argument
139 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType, const VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT, const VkAttachmentLoadOp colorLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, const VkFormat dsFormat = VK_FORMAT_UNDEFINED) makeRenderPass() argument
159 makeRenderPassWithAttachments(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, RenderingType renderingType) makeRenderPassWithAttachments() argument
176 makeRenderPassWithDepth(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkFormat dsFormat, RenderingType renderingType) makeRenderPassWithDepth() argument
239 cmdEndRenderPass(DeviceInterface& vkd, VkCommandBuffer cmdBuffer, RenderingType renderingType) cmdEndRenderPass() argument
[all...]

Completed in 39 milliseconds

12