Searched refs:ALLOCATION_KIND_DEDICATED (Results 1 – 10 of 10) sorted by relevance
/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() 335 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 648 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases() 673 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() 592 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance() 2183 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
|
D | vktApiCopiesAndBlittingTests.cpp | 73 ALLOCATION_KIND_DEDICATED, enumerator 202 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 232 case ALLOCATION_KIND_DEDICATED: in allocateImage() 1176 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 4671 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests() 5025 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests() 5149 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageDimensionsTests() 7067 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests() 7509 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsColorTests() 8005 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsBaseLevelMipmapTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageTests.cpp | 586 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 589 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 739 const VkFormat* formats = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 742 const size_t formatsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 839 …estCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationTests()
|
D | vktPipelineRenderToImageTests.cpp | 94 ALLOCATION_KIND_DEDICATED, enumerator 190 case ALLOCATION_KIND_DEDICATED: in bindBuffer() 218 case ALLOCATION_KIND_DEDICATED: in bindImage() 1232 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportAttachmentSize() 1375 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportRenderToMipMaps() 1788 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions() 1845 addTestCasesWithFunctions(group, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
|
D | vktPipelineImageSamplingInstance.hpp | 45 ALLOCATION_KIND_DEDICATED, enumerator
|
D | vktPipelineImageSamplingInstance.cpp | 71 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 101 case ALLOCATION_KIND_DEDICATED: in allocateImage() 304 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 113 ALLOCATION_KIND_DEDICATED, enumerator 147 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 177 case ALLOCATION_KIND_DEDICATED: in allocateImage() 4526 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) in renderPassTest() 6970 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, renderPassType); in createDedicatedAllocationTests()
|