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/api/
DvktApiBufferViewCreateTests.cpp49 ALLOCATION_KIND_DEDICATED, enumerator
133 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport()
335 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.cpp50 ALLOCATION_KIND_DEDICATED, enumerator
649 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases()
717 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()
595 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance()
2478 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
DvktApiCopiesAndBlittingTests.cpp95 ALLOCATION_KIND_DEDICATED, enumerator
333 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
363 case ALLOCATION_KIND_DEDICATED: in allocateImage()
1363 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport()
5666 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests()
6000 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests()
6267 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageDimensionsTests()
8740 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests()
9183 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsColorTests()
9943 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsBaseLevelMipmapTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp586 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests()
589 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests()
741 const VkFormat* formats = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests()
744 const size_t formatsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests()
841 …estCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationTests()
DvktPipelineImageSamplingInstance.hpp45 ALLOCATION_KIND_DEDICATED, enumerator
DvktPipelineRenderToImageTests.cpp94 ALLOCATION_KIND_DEDICATED, enumerator
190 case ALLOCATION_KIND_DEDICATED: in bindBuffer()
218 case ALLOCATION_KIND_DEDICATED: in bindImage()
1240 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportAttachmentSize()
1383 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportRenderToMipMaps()
1796 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions()
1853 addTestCasesWithFunctions(group, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
DvktPipelineImageSamplingInstance.cpp71 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
101 case ALLOCATION_KIND_DEDICATED: in allocateImage()
326 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp115 ALLOCATION_KIND_DEDICATED, enumerator
149 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
179 case ALLOCATION_KIND_DEDICATED: in allocateImage()
4647 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) in renderPassTest()
7153 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, renderPassType); in createDedicatedAllocationTests()