Searched refs:ALLOCATION_KIND_DEDICATED (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/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 | 51 ALLOCATION_KIND_DEDICATED, enumerator 650 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases() 755 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
|
D | vktApiImageClearingTests.cpp | 69 ALLOCATION_KIND_DEDICATED, enumerator 98 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 128 case ALLOCATION_KIND_DEDICATED: in allocateImage() 592 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance() 2556 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
|
D | vktApiCopiesAndBlittingTests.cpp | 99 ALLOCATION_KIND_DEDICATED, enumerator 307 allocationKind = ALLOCATION_KIND_DEDICATED; in TestParams() 340 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 370 case ALLOCATION_KIND_DEDICATED: in allocateImage() 1372 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 1849 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 7349 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests() 7683 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests() 7950 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageDimensionsTests() 10530 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests() [all …]
|
/third_party/vk-gl-cts/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() 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()
|
D | vktPipelineRenderToImageTests.cpp | 94 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()
|
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() 326 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 116 ALLOCATION_KIND_DEDICATED, enumerator 150 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 180 case ALLOCATION_KIND_DEDICATED: in allocateImage() 4999 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) in renderPassTest() 7551 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, renderingType); in createDedicatedAllocationTests()
|