Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp49 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
627 …const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH… in createBufferUsageCases()
640 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases()
646 case ALLOCATION_KIND_SUBALLOCATED: in createBufferUsageCases()
711 createBufferUsageCases(*regularAllocation, 0u, 0u, ALLOCATION_KIND_SUBALLOCATED); in createBufferTests()
DvktApiBufferViewCreateTests.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
85 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
115 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
2473 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_SUBALLOCATED); in createCoreImageClearingTests()
DvktApiCopiesAndBlittingTests.cpp94 ALLOCATION_KIND_SUBALLOCATED, enumerator
326 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
356 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
10570 addCopiesAndBlittingTests(group, ALLOCATION_KIND_SUBALLOCATED, EXTENSION_USE_NONE); in addCoreCopiesAndBlittingTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp91 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
508 , allocationKind (ALLOCATION_KIND_SUBALLOCATED) in TestConfig()
1887 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release()); in createMappingTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp114 ALLOCATION_KIND_SUBALLOCATED, enumerator
142 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
172 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
7144 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, renderPassType); in createSuballocationTests()