Home
last modified time | relevance | path

Searched refs:ALLOCATION_KIND_SUBALLOCATED (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp44 ALLOCATION_KIND_SUBALLOCATED, enumerator
63 AllocationKind allocationKind_ = ALLOCATION_KIND_SUBALLOCATED) in ImageSamplingInstanceParams()
DvktPipelineRenderToImageTests.cpp93 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
185 case ALLOCATION_KIND_SUBALLOCATED: in bindBuffer()
213 case ALLOCATION_KIND_SUBALLOCATED: in bindImage()
1848 addTestCasesWithFunctions(group, ALLOCATION_KIND_SUBALLOCATED); in addCoreRenderToImageTests()
DvktPipelineImageTests.cpp831 …CaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_SUBALLOCATED); in createSuballocationTests()
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/
DvktApiBufferTests.cpp50 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
628 …const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH… in createBufferUsageCases()
641 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases()
647 case ALLOCATION_KIND_SUBALLOCATED: in createBufferUsageCases()
749 createBufferUsageCases(*regularAllocation, 0u, 0u, ALLOCATION_KIND_SUBALLOCATED); in createBufferTests()
DvktApiBufferViewCreateTests.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
91 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
121 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
2551 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_SUBALLOCATED); in createCoreImageClearingTests()
DvktApiCopiesAndBlittingTests.cpp98 ALLOCATION_KIND_SUBALLOCATED, enumerator
333 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
363 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
12736 addCopiesAndBlittingTests(group, ALLOCATION_KIND_SUBALLOCATED, EXTENSION_USE_NONE); in addCoreCopiesAndBlittingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp93 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
510 , allocationKind (ALLOCATION_KIND_SUBALLOCATED) in TestConfig()
1948 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release()); in createMappingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp115 ALLOCATION_KIND_SUBALLOCATED, enumerator
143 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
173 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
7542 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, renderingType); in createSuballocationTests()