Searched refs:ALLOCATION_KIND_DEDICATED (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 563 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 566 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 713 const VkFormat* formats = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 716 const size_t formatsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 813 …estCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationTests()
|
D | vktPipelineImageSamplingInstance.hpp | 45 ALLOCATION_KIND_DEDICATED, enumerator
|
D | vktPipelineRenderToImageTests.cpp | 91 ALLOCATION_KIND_DEDICATED, enumerator 187 case ALLOCATION_KIND_DEDICATED: in bindBuffer() 215 case ALLOCATION_KIND_DEDICATED: in bindImage() 1239 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in testAttachmentSize() 1392 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in testRenderToMipMaps() 1785 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions() 1842 addTestCasesWithFunctions(group, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
|
D | vktPipelineImageSamplingInstance.cpp | 71 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 101 case ALLOCATION_KIND_DEDICATED: in allocateImage() 326 if (m_allocationKind == ALLOCATION_KIND_DEDICATED) in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 49 ALLOCATION_KIND_DEDICATED, enumerator 133 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 337 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate()
|
D | vktApiBufferViewAccessTests.cpp | 60 ALLOCATION_KIND_DEDICATED = 1, enumerator 169 if (m_testCase.imageAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance() 179 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance()
|
D | vktApiBufferTests.cpp | 49 ALLOCATION_KIND_DEDICATED, enumerator 776 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases() 801 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
|
D | vktApiImageClearingTests.cpp | 69 ALLOCATION_KIND_DEDICATED, enumerator 92 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 122 case ALLOCATION_KIND_DEDICATED: in allocateImage() 572 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance() 1891 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
|
D | vktApiCopiesAndBlittingTests.cpp | 73 ALLOCATION_KIND_DEDICATED, enumerator 200 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 230 case ALLOCATION_KIND_DEDICATED: in allocateImage() 1163 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 4283 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests() 4637 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests() 6209 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests() 6651 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsColorTests() 6927 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsBaseLevelMipmapTests() 7038 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsPreviousLevelMipmapTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 106 ALLOCATION_KIND_DEDICATED, enumerator 140 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 170 case ALLOCATION_KIND_DEDICATED: in allocateImage() 4490 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) in renderPassTest() 6952 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, renderPassType); in createDedicatedAllocationTests()
|