Home
last modified time | relevance | path

Searched refs:ALLOCATION_KIND_DEDICATED (Results 1 – 9 of 9) 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.cpp90 ALLOCATION_KIND_DEDICATED, enumerator
186 case ALLOCATION_KIND_DEDICATED: in bindBuffer()
214 case ALLOCATION_KIND_DEDICATED: in bindImage()
1189 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in testAttachmentSize()
1372 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in testRenderToMipMaps()
1767 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions()
1824 addTestCasesWithFunctions(group, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
DvktPipelineImageSamplingInstance.cpp67 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
97 case ALLOCATION_KIND_DEDICATED: in allocateImage()
269 if (m_allocationKind == ALLOCATION_KIND_DEDICATED) in ImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp49 ALLOCATION_KIND_DEDICATED = 1, enumerator
333 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate()
DvktApiBufferViewAccessTests.cpp58 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()
DvktApiImageClearingTests.cpp68 ALLOCATION_KIND_DEDICATED, enumerator
90 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
120 case ALLOCATION_KIND_DEDICATED: in allocateImage()
567 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance()
1832 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
DvktApiCopiesAndBlittingTests.cpp71 ALLOCATION_KIND_DEDICATED, enumerator
171 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
201 case ALLOCATION_KIND_DEDICATED: in allocateImage()
315 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in CopiesAndBlittingTestInstance()
3699 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests()
3982 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests()
5408 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests()
5754 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addBlittingImageAllFormatsColorTests()
6262 addCopiesAndBlittingTests(group, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationCopiesAndBlittingTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp96 ALLOCATION_KIND_DEDICATED, enumerator
117 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
147 case ALLOCATION_KIND_DEDICATED: in allocateImage()
4401 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) in renderPassTest()
6364 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationTests()