Searched refs:ALLOCATION_KIND_SUBALLOCATED (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.hpp | 44 ALLOCATION_KIND_SUBALLOCATED, enumerator 64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
|
D | vktPipelineRenderToImageTests.cpp | 90 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()
|
D | vktPipelineImageTests.cpp | 803 …CaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_SUBALLOCATED); in createSuballocationTests()
|
D | vktPipelineImageSamplingInstance.cpp | 64 case ALLOCATION_KIND_SUBALLOCATED: in allocateBuffer() 94 case ALLOCATION_KIND_SUBALLOCATED: in allocateImage()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 48 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()
|
D | vktApiImageClearingTests.cpp | 68 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()
|
D | vktApiBufferViewCreateTests.cpp | 48 ALLOCATION_KIND_SUBALLOCATED = 0, enumerator
|
D | vktApiCopiesAndBlittingTests.cpp | 72 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/ |
D | vktMemoryMappingTests.cpp | 89 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/ |
D | vktRenderPassTests.cpp | 105 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()
|