Home
last modified time | relevance | path

Searched refs:ALLOCATION_KIND_SUBALLOCATED (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.hpp47 ALLOCATION_KIND_SUBALLOCATED, enumerator
67 AllocationKind allocationKind_ = ALLOCATION_KIND_SUBALLOCATED, in ImageSamplingInstanceParams()
H A DvktPipelineRenderToImageTests.cpp95 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
188 case ALLOCATION_KIND_SUBALLOCATED: in bindBuffer()
216 case ALLOCATION_KIND_SUBALLOCATED: in bindImage()
1905 addTestCasesWithFunctions(group, pipelineConstructionType, ALLOCATION_KIND_SUBALLOCATED); in addCoreRenderToImageTests()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp186 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
216 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
1878 imageDescriptorType, 1u, ALLOCATION_KIND_SUBALLOCATED, in getImageSamplingInstanceParams()
H A DvktPipelineImageTests.cpp903 de::MovePtr<tcu::TestCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_SUBALLOCATED, pipelineConstructionType); in createSuballocationTests()
H A DvktPipelineImageSamplingInstance.cpp66 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
96 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.hpp45 ALLOCATION_KIND_SUBALLOCATED, enumerator
65 AllocationKind allocationKind_ = ALLOCATION_KIND_SUBALLOCATED, in ImageSamplingInstanceParams()
H A DvktPipelineRenderToImageTests.cpp93 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
186 case ALLOCATION_KIND_SUBALLOCATED: in bindBuffer()
214 case ALLOCATION_KIND_SUBALLOCATED: in bindImage()
1778 addTestCasesWithFunctions(group, pipelineConstructionType, ALLOCATION_KIND_SUBALLOCATED); in addCoreRenderToImageTests()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp134 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
164 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
1717 imageDescriptorType, 1u, ALLOCATION_KIND_SUBALLOCATED, in getImageSamplingInstanceParams()
H A DvktPipelineImageTests.cpp892 de::MovePtr<tcu::TestCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_SUBALLOCATED, pipelineConstructionType); in createSuballocationTests()
H A DvktPipelineImageSamplingInstance.cpp64 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
94 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp50 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
643 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1; in createBufferUsageCases()
656 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of "; in createBufferUsageCases()
661 case ALLOCATION_KIND_SUBALLOCATED: in createBufferUsageCases()
772 createBufferUsageCases(*regularAllocation, 0u, 0u, ALLOCATION_KIND_SUBALLOCATED); in createBufferTests()
H A DvktApiBufferViewCreateTests.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
H A DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
99 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
129 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
2936 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_SUBALLOCATED); in createCoreImageClearingTests()
H A DvktApiCopiesAndBlittingTests.cpp115 ALLOCATION_KIND_SUBALLOCATED, enumerator
412 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
443 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
16861 addCopiesAndBlittingTests(group, ALLOCATION_KIND_SUBALLOCATED, extensionFlags); in addCoreCopiesAndBlittingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp50 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
645 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1; in createBufferUsageCases()
658 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of "; in createBufferUsageCases()
664 case ALLOCATION_KIND_SUBALLOCATED: in createBufferUsageCases()
775 createBufferUsageCases(*regularAllocation, 0u, 0u, ALLOCATION_KIND_SUBALLOCATED); in createBufferTests()
H A DvktApiBufferViewCreateTests.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
H A DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
91 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
121 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
2621 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_SUBALLOCATED); in createCoreImageClearingTests()
H A DvktApiCopiesAndBlittingTests.cpp102 ALLOCATION_KIND_SUBALLOCATED, enumerator
356 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
387 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
14930 addCopiesAndBlittingTests(group, ALLOCATION_KIND_SUBALLOCATED, EXTENSION_USE_NONE); in addCoreCopiesAndBlittingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp93 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
510 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
1950 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp93 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
549 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
2052 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp136 ALLOCATION_KIND_SUBALLOCATED, enumerator
164 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
194 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
7944 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, groupParams);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp126 ALLOCATION_KIND_SUBALLOCATED, enumerator
154 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
184 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
7891 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, groupParams);

Completed in 94 milliseconds