Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp563 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()
DvktPipelineImageSamplingInstance.hpp45 ALLOCATION_KIND_DEDICATED, enumerator
DvktPipelineRenderToImageTests.cpp91 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()
DvktPipelineImageSamplingInstance.cpp71 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/
DvktApiBufferViewCreateTests.cpp49 ALLOCATION_KIND_DEDICATED, enumerator
133 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport()
337 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate()
DvktApiBufferViewAccessTests.cpp60 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()
DvktApiBufferTests.cpp49 ALLOCATION_KIND_DEDICATED, enumerator
776 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases()
801 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
DvktApiImageClearingTests.cpp69 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()
DvktApiCopiesAndBlittingTests.cpp73 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/
DvktRenderPassTests.cpp106 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()