/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 652 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 655 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 813 const VkFormat* formats = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 816 const size_t formatsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 913 de::MovePtr<tcu::TestCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_DEDICATED, pipelineConstructionType); in createDedicatedAllocationTests()
|
H A D | vktPipelineRenderToImageTests.cpp | 96 ALLOCATION_KIND_DEDICATED, enumerator 193 case ALLOCATION_KIND_DEDICATED: in bindBuffer() 221 case ALLOCATION_KIND_DEDICATED: in bindImage() 1238 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportAttachmentSize() 1430 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportRenderToMipMaps() 1851 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions() 1910 addTestCasesWithFunctions(group, pipelineConstructionType, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
|
H A D | vktPipelineImageSamplingInstance.hpp | 48 ALLOCATION_KIND_DEDICATED, enumerator
|
H A D | vktPipelineImageSamplingInstance.cpp | 73 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 103 case ALLOCATION_KIND_DEDICATED: in allocateImage() 328 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 193 case ALLOCATION_KIND_DEDICATED: in allocateImage() 223 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 647 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 650 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests() 802 const VkFormat* formats = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 805 const size_t formatsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageFormatTests() 902 de::MovePtr<tcu::TestCaseGroup> samplingTypeTests = createImageSamplingTypeTests(testCtx, ALLOCATION_KIND_DEDICATED, pipelineConstructionType); in createDedicatedAllocationTests()
|
H A D | vktPipelineRenderToImageTests.cpp | 94 ALLOCATION_KIND_DEDICATED, enumerator 191 case ALLOCATION_KIND_DEDICATED: in bindBuffer() 219 case ALLOCATION_KIND_DEDICATED: in bindImage() 1152 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportAttachmentSize() 1303 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportRenderToMipMaps() 1724 if (allocationKind != ALLOCATION_KIND_DEDICATED) in addTestCasesWithFunctions() 1783 addTestCasesWithFunctions(group, pipelineConstructionType, ALLOCATION_KIND_DEDICATED); in addDedicatedAllocationRenderToImageTests()
|
H A D | vktPipelineImageSamplingInstance.hpp | 46 ALLOCATION_KIND_DEDICATED, enumerator
|
H A 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()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 141 case ALLOCATION_KIND_DEDICATED: in allocateImage() 171 case ALLOCATION_KIND_DEDICATED: in allocateBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 49 ALLOCATION_KIND_DEDICATED, enumerator 132 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 342 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate()
|
H A D | vktApiBufferTests.cpp | 51 ALLOCATION_KIND_DEDICATED, enumerator 664 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases() 778 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
|
H A D | vktApiBufferViewAccessTests.cpp | 63 ALLOCATION_KIND_DEDICATED = 1, enumerator 201 if (m_testCase.imageAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance() 211 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance()
|
H A D | vktApiImageClearingTests.cpp | 69 ALLOCATION_KIND_DEDICATED, enumerator 106 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 136 case ALLOCATION_KIND_DEDICATED: in allocateImage() 536 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) 2941 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
|
H A D | vktApiCopiesAndBlittingTests.cpp | 116 ALLOCATION_KIND_DEDICATED, enumerator 382 allocationKind = ALLOCATION_KIND_DEDICATED; in TestParams() 419 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 451 case ALLOCATION_KIND_DEDICATED: in allocateImage() 1618 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 2088 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 9168 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) 9737 if (testGroupParams->allocationKind == ALLOCATION_KIND_DEDICATED) 10362 if (testGroupParams->allocationKind == ALLOCATION_KIND_DEDICATED) 14575 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewCreateTests.cpp | 49 ALLOCATION_KIND_DEDICATED, enumerator 133 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 343 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in iterate()
|
H A D | vktApiBufferTests.cpp | 51 ALLOCATION_KIND_DEDICATED, enumerator 667 case ALLOCATION_KIND_DEDICATED: in createBufferUsageCases() 781 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests()
|
H A D | vktApiBufferViewAccessTests.cpp | 63 ALLOCATION_KIND_DEDICATED = 1, enumerator 198 if (m_testCase.imageAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance() 208 if (m_testCase.bufferAllocationKind == ALLOCATION_KIND_DEDICATED) in BufferViewTestInstance()
|
H A D | vktApiImageClearingTests.cpp | 69 ALLOCATION_KIND_DEDICATED, enumerator 98 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 128 case ALLOCATION_KIND_DEDICATED: in allocateImage() 594 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance() 2626 createImageClearingTestsCommon(group->getTestContext(), group, ALLOCATION_KIND_DEDICATED); in createDedicatedAllocationImageClearingTests()
|
H A D | vktApiCopiesAndBlittingTests.cpp | 103 ALLOCATION_KIND_DEDICATED, enumerator 329 allocationKind = ALLOCATION_KIND_DEDICATED; in TestParams() 363 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 395 case ALLOCATION_KIND_DEDICATED: in allocateImage() 1399 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 1878 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupport() 8877 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedImageToImageAllFormatsColorSrcFormatTests() 9211 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageAllFormatsColorTests() 9478 if (allocationKind == ALLOCATION_KIND_DEDICATED) in addImageToImageDimensionsTests() 12519 if (testParams.params.allocationKind == ALLOCATION_KIND_DEDICATED) in isAllowedBlittingAllFormatsColorSrcFormatTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 137 ALLOCATION_KIND_DEDICATED, enumerator 171 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 201 case ALLOCATION_KIND_DEDICATED: in allocateImage() 5138 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) 7953 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, groupParams);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 127 ALLOCATION_KIND_DEDICATED, enumerator 161 case ALLOCATION_KIND_DEDICATED: in allocateBuffer() 191 case ALLOCATION_KIND_DEDICATED: in allocateImage() 5113 if (config.allocationKind == ALLOCATION_KIND_DEDICATED) 7900 addRenderPassTests(dedicatedAllocationTestsGroup.get(), ALLOCATION_KIND_DEDICATED, groupParams);
|