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
64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
DvktPipelineRenderToImageTests.cpp90 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
182 case ALLOCATION_KIND_SUBALLOCATED: in bindBuffer()
210 case ALLOCATION_KIND_SUBALLOCATED: in bindImage()
1837 addTestCasesWithFunctions(group, ALLOCATION_KIND_SUBALLOCATED); in addCoreRenderToImageTests()
DvktPipelineImageTests.cpp803 …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.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
754 …const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH… in createBufferUsageCases()
767 …const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation o… in createBufferUsageCases()
773 case ALLOCATION_KIND_SUBALLOCATED: in createBufferUsageCases()
795 createBufferUsageCases(*regularAllocation, 0u, 0u, ALLOCATION_KIND_SUBALLOCATED); in createBufferTests()
DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
85 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
115 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
1886 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_SUBALLOCATED); in createCoreImageClearingTests()
DvktApiBufferViewCreateTests.cpp48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
DvktApiCopiesAndBlittingTests.cpp72 ALLOCATION_KIND_SUBALLOCATED, enumerator
193 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
223 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
7541 addCopiesAndBlittingTests(group, ALLOCATION_KIND_SUBALLOCATED); in addCoreCopiesAndBlittingTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp89 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
457 , allocationKind (ALLOCATION_KIND_SUBALLOCATED) in TestConfig()
1775 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release()); in createMappingTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp105 ALLOCATION_KIND_SUBALLOCATED, enumerator
133 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer()
163 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
6943 addRenderPassTests(suballocationTestsGroup.get(), ALLOCATION_KIND_SUBALLOCATED, renderPassType); in createSuballocationTests()