Home
last modified time | relevance | path

Searched refs:allocationKind (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp56 AllocationKind allocationKind,
67 ImageSamplingInstanceParams getImageSamplingInstanceParams (AllocationKind allocationKind,
103 AllocationKind allocationKind, in ImageTest()
115 , m_allocationKind (allocationKind) in ImageTest()
157 ImageSamplingInstanceParams ImageTest::getImageSamplingInstanceParams (AllocationKind allocationKind, in getImageSamplingInstanceParams() argument
218 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, separateStencilUsage, samplingType, imageCount, allocationKind, vk::VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, pipelineFlags); in getImageSamplingInstanceParams()
482 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount) in createImageSizeTests() argument
630 allocationKind, in createImageSizeTests()
648 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat) in createImageCountTests() argument
652 const int* imageCounts = (allocationKind in createImageCountTests()
101 ImageTest(tcu::TestContext& testContext, const char* name, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
671 createImageFormatTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType) createImageFormatTests() argument
844 createImageViewTypeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType) createImageViewTypeTests() argument
877 createImageSamplingTypeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType) createImageSamplingTypeTests() argument
[all...]
H A DvktPipelineRenderToImageTests.cpp119 AllocationKind allocationKind; member
184 AllocationKind allocationKind) in bindBuffer()
186 switch (allocationKind) in bindBuffer()
212 AllocationKind allocationKind) in bindImage()
214 switch (allocationKind) in bindImage()
963 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind)); in testWithSizeReduction()
993 colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
1001 depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
1010 vertexBufferAlloc = bindBuffer(vki, vk, physDevice, device, *vertexBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind); in testWithSizeReduction()
1238 if (caseDef.allocationKind in checkSupportAttachmentSize()
177 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
205 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
1771 addTestCasesWithFunctions(tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType, AllocationKind allocationKind) addTestCasesWithFunctions() argument
[all...]
H A DvktPipelineImageSamplingInstance.hpp84 , allocationKind (allocationKind_) in ImageSamplingInstanceParams()
103 AllocationKind allocationKind; member
H A DvktPipelineImageSamplingInstance.cpp62 AllocationKind allocationKind) in allocateBuffer()
64 switch (allocationKind) in allocateBuffer()
92 AllocationKind allocationKind) in allocateImage()
94 switch (allocationKind) in allocateImage()
328 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
360 , m_allocationKind (params.allocationKind) in ImageSamplingInstance()
55 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
85 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp182 AllocationKind allocationKind) in allocateImage()
184 switch (allocationKind) in allocateImage()
212 AllocationKind allocationKind) in allocateBuffer()
214 switch (allocationKind) in allocateBuffer()
175 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
205 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp55 AllocationKind allocationKind,
66 ImageSamplingInstanceParams getImageSamplingInstanceParams (AllocationKind allocationKind,
103 AllocationKind allocationKind, in ImageTest()
115 , m_allocationKind (allocationKind) in ImageTest()
151 ImageSamplingInstanceParams ImageTest::getImageSamplingInstanceParams (AllocationKind allocationKind, in getImageSamplingInstanceParams() argument
212 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, separateStencilUsage, samplingType, imageCount, allocationKind, vk::VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, pipelineFlags); in getImageSamplingInstanceParams()
476 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount) in createImageSizeTests() argument
625 allocationKind, in createImageSizeTests()
643 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat) in createImageCountTests() argument
647 const int* imageCounts = (allocationKind in createImageCountTests()
100 ImageTest(tcu::TestContext& testContext, const char* name, const char* description, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
666 createImageFormatTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType) createImageFormatTests() argument
833 createImageViewTypeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType) createImageViewTypeTests() argument
866 createImageSamplingTypeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType) createImageSamplingTypeTests() argument
[all...]
H A DvktPipelineRenderToImageTests.cpp117 AllocationKind allocationKind; member
182 AllocationKind allocationKind) in bindBuffer()
184 switch (allocationKind) in bindBuffer()
210 AllocationKind allocationKind) in bindImage()
212 switch (allocationKind) in bindImage()
879 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind)); in testWithSizeReduction()
911 colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
921 depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
930 vertexBufferAlloc = bindBuffer(vki, vk, physDevice, device, *vertexBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind); in testWithSizeReduction()
1152 if (caseDef.allocationKind in checkSupportAttachmentSize()
175 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
203 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
1644 addTestCasesWithFunctions(tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType, AllocationKind allocationKind) addTestCasesWithFunctions() argument
[all...]
H A DvktPipelineImageSamplingInstance.hpp82 , allocationKind (allocationKind_) in ImageSamplingInstanceParams()
101 AllocationKind allocationKind; member
H A DvktPipelineImageSamplingInstance.cpp60 AllocationKind allocationKind) in allocateBuffer()
62 switch (allocationKind) in allocateBuffer()
90 AllocationKind allocationKind) in allocateImage()
92 switch (allocationKind) in allocateImage()
326 if (params.allocationKind == ALLOCATION_KIND_DEDICATED) in checkSupportImageSamplingInstance()
358 , m_allocationKind (params.allocationKind) in ImageSamplingInstance()
53 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
83 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp130 AllocationKind allocationKind) in allocateImage()
132 switch (allocationKind) in allocateImage()
160 AllocationKind allocationKind) in allocateBuffer()
162 switch (allocationKind) in allocateBuffer()
123 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
153 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp370 AllocationKind allocationKind; member
382 allocationKind = ALLOCATION_KIND_DEDICATED; in TestParams()
408 AllocationKind allocationKind) in allocateBuffer()
410 switch (allocationKind) in allocateBuffer()
438 AllocationKind allocationKind, in allocateImage()
441 switch (allocationKind) in allocateImage()
782 bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisible, memAlloc, m_params.allocationKind); in uploadImageAspect()
987 bufferAlloc = allocateBuffer(vki, vk, physDevice, device, *buffer, MemoryRequirement::HostVisible, allocator, m_params.allocationKind); in readImageAspect()
1298 m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, m_device, *m_source, MemoryRequirement::Any, *m_allocator, m_params.allocationKind, 0u); in CopyImageToImage()
1325 m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, m_device, *m_destination, MemoryRequirement::Any, *m_allocator, m_params.allocationKind, in CopyImageToImage()
401 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
431 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind, const deUint32 offset) allocateImage() argument
16621 addResolveImageDiffImageSizeTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, deUint32 extensionFlags) addResolveImageDiffImageSizeTests() argument
16778 addDepthStencilCopyMSAATestGroup(tcu::TestCaseGroup* group, AllocationKind allocationKind, deUint32 extensionFlags) addDepthStencilCopyMSAATestGroup() argument
16809 addResolveImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, deUint32 extensionFlags) addResolveImageTests() argument
16825 addCopiesAndBlittingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, deUint32 extensionFlags) addCopiesAndBlittingTests() argument
[all...]
H A DvktApiBufferViewCreateTests.cpp424 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind) in createBufferViewCreateTests()
445 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind; in createBufferViewCreateTests()
451 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release()); in createBufferViewCreateTests()
H A DvktApiImageClearingTests.cpp95 AllocationKind allocationKind) in allocateBuffer()
97 switch (allocationKind) in allocateBuffer()
125 AllocationKind allocationKind) in allocateImage()
127 switch (allocationKind) in allocateImage()
507 AllocationKind allocationKind; member
536 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED)
805 de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, image, MemoryRequirement::Any, m_allocator, m_params.allocationKind)); in allocateAndBindImageMemory()
812 de::MovePtr<Allocation> stagingBufferMemory = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, buffer, MemoryRequirement::HostVisible, m_allocator, m_params.allocationKind); in allocateAndBindBufferMemory()
1223 bufferAlloc = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, *buffer, MemoryRequirement::HostVisible, m_allocator, m_params.allocationKind); in readImage()
2091 TestCaseGroup* createImageClearingTestsCommon (TestContext& testCtx, tcu::TestCaseGroup* imageClearingTests, AllocationKind allocationKind) in createImageClearingTestsCommon() argument
88 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
118 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
2714 allocationKind, // AllocationKind allocationKind; createImageClearingTestsCommon() local
[all...]
H A DvktApiBufferTests.cpp599 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind) in createBufferUsageCases() argument
623 createBufferUsageCases(*newTestGroup, currentNdx + 1u, newBufferUsageFlags, allocationKind); in createBufferUsageCases()
643 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1; in createBufferUsageCases()
656 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of "; in createBufferUsageCases()
659 switch (allocationKind) in createBufferUsageCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp318 AllocationKind allocationKind; member
329 allocationKind = ALLOCATION_KIND_DEDICATED; in TestParams()
352 AllocationKind allocationKind) in allocateBuffer()
354 switch (allocationKind) in allocateBuffer()
382 AllocationKind allocationKind, in allocateImage()
385 switch (allocationKind) in allocateImage()
690 bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisible, memAlloc, m_params.allocationKind); in uploadImageAspect()
895 bufferAlloc = allocateBuffer(vki, vk, physDevice, device, *buffer, MemoryRequirement::HostVisible, allocator, m_params.allocationKind); in readImageAspect()
1078 m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::Any, memAlloc, m_params.allocationKind, 0u); in CopyImageToImage()
1105 m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryRequirement::Any, memAlloc, m_params.allocationKind, in CopyImageToImage()
345 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
375 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind, const deUint32 offset) allocateImage() argument
7324 AllocationKind allocationKind; global() member
8574 addImageToImageSimpleTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageSimpleTests() argument
9209 addImageToImageAllFormatsColorTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageAllFormatsColorTests() argument
9381 addImageToImageDimensionsTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageDimensionsTests() argument
9615 addImageToImageAllFormatsDepthStencilTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageAllFormatsDepthStencilTests() argument
9893 addImageToImageAllFormatsTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageAllFormatsTests() argument
9899 addImageToImage3dImagesTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImage3dImagesTests() argument
10237 addImageToImageCubeTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageCubeTests() argument
10575 addImageToImageArrayTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageArrayTests() argument
10762 addImageToImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToImageTests() argument
10772 add1dImageToBufferTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) add1dImageToBufferTests() argument
10915 add2dImageToBufferTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) add2dImageToBufferTests() argument
11248 addImageToBufferTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addImageToBufferTests() argument
11254 addBufferToDepthStencilTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBufferToDepthStencilTests() argument
11414 add1dBufferToImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) add1dBufferToImageTests() argument
11557 add2dBufferToImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) add2dBufferToImageTests() argument
11880 addBufferToImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBufferToImageTests() argument
11886 addBufferToBufferTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBufferToBufferTests() argument
12449 addBlittingImageSimpleTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageSimpleTests() argument
13073 addBlittingImageAllFormatsColorTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsColorTests() argument
13360 addBlittingImageAllFormatsDepthStencilTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsDepthStencilTests() argument
13783 addBlittingImageAllFormatsBaseLevelMipmapTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsBaseLevelMipmapTests() argument
13894 addBlittingImageAllFormatsPreviousLevelMipmapTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsPreviousLevelMipmapTests() argument
14055 addBlittingImageAllFormatsMipmapTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsMipmapTests() argument
14061 addBlittingImageAllFormatsTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageAllFormatsTests() argument
14068 addBlittingImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addBlittingImageTests() argument
14085 addResolveImageWholeTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeTests() argument
14136 addResolveImagePartialTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImagePartialTests() argument
14187 addResolveImageWithRegionsTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWithRegionsTests() argument
14238 addResolveImageWholeCopyBeforeResolvingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeCopyBeforeResolvingTests() argument
14290 addComputeAndTransferQueueTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addComputeAndTransferQueueTests() argument
14344 addResolveImageWholeCopyWithoutCabBeforeResolvingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeCopyWithoutCabBeforeResolvingTests() argument
14396 addResolveImageWholeCopyDiffLayoutsBeforeResolvingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeCopyDiffLayoutsBeforeResolvingTests() argument
14467 addResolveImageLayerCopyBeforeResolvingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageLayerCopyBeforeResolvingTests() argument
14522 addResolveCopyImageWithRegionsTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveCopyImageWithRegionsTests() argument
14603 addResolveImageWholeArrayImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeArrayImageTests() argument
14657 addResolveImageWholeArrayImageSingleRegionTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageWholeArrayImageSingleRegionTests() argument
14706 addResolveImageDiffImageSizeTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageDiffImageSizeTests() argument
14869 addDepthStencilCopyMSAATestGroup(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addDepthStencilCopyMSAATestGroup() argument
14900 addResolveImageTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addResolveImageTests() argument
14916 addCopiesAndBlittingTests(tcu::TestCaseGroup* group, AllocationKind allocationKind, ExtensionUse extensionUse) addCopiesAndBlittingTests() argument
[all...]
H A DvktApiBufferViewCreateTests.cpp424 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind) in createBufferViewCreateTests()
446 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind; in createBufferViewCreateTests()
452 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release()); in createBufferViewCreateTests()
H A DvktApiImageClearingTests.cpp87 AllocationKind allocationKind) in allocateBuffer()
89 switch (allocationKind) in allocateBuffer()
117 AllocationKind allocationKind) in allocateImage()
119 switch (allocationKind) in allocateImage()
479 AllocationKind allocationKind; member
594 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance()
729 de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, image, MemoryRequirement::Any, m_allocator, m_params.allocationKind)); in allocateAndBindImageMemory()
736 de::MovePtr<Allocation> stagingBufferMemory = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, buffer, MemoryRequirement::HostVisible, m_allocator, m_params.allocationKind); in allocateAndBindBufferMemory()
1091 bufferAlloc = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, *buffer, MemoryRequirement::HostVisible, m_allocator, m_params.allocationKind); in readImage()
1903 TestCaseGroup* createImageClearingTestsCommon (TestContext& testCtx, tcu::TestCaseGroup* imageClearingTests, AllocationKind allocationKind) in createImageClearingTestsCommon() argument
80 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
110 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
2426 allocationKind, // AllocationKind allocationKind; createImageClearingTestsCommon() local
[all...]
H A DvktApiBufferTests.cpp601 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind) in createBufferUsageCases() argument
625 createBufferUsageCases(*newTestGroup, currentNdx + 1u, newBufferUsageFlags, allocationKind); in createBufferUsageCases()
645 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1; in createBufferUsageCases()
658 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of "; in createBufferUsageCases()
662 switch (allocationKind) in createBufferUsageCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp144 : allocationKind (allocationKind_) in TestConfigExternal()
149 AllocationKind allocationKind; member
160 AllocationKind allocationKind) in allocateBuffer()
162 switch (allocationKind) in allocateBuffer()
190 AllocationKind allocationKind) in allocateImage()
192 switch (allocationKind) in allocateImage()
793 , allocationKind (allocationKind_) in TestConfig()
816 AllocationKind allocationKind; member
1375 AllocationKind allocationKind) in createImageMemory()
1378 de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind); in createImageMemory()
153 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
183 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
1368 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument
1438 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument
2271 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp134 : allocationKind (allocationKind_) in TestConfigExternal()
139 AllocationKind allocationKind; member
150 AllocationKind allocationKind) in allocateBuffer()
152 switch (allocationKind) in allocateBuffer()
180 AllocationKind allocationKind) in allocateImage()
182 switch (allocationKind) in allocateImage()
783 , allocationKind (allocationKind_) in TestConfig()
806 AllocationKind allocationKind; member
1363 AllocationKind allocationKind) in createImageMemory()
1366 de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind); in createImageMemory()
143 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
173 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
1356 createImageMemory(const InstanceInterface& vki, const VkPhysicalDevice& vkd, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image, bool lazy, AllocationKind allocationKind) createImageMemory() argument
1426 AttachmentResources(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const DeviceInterface& vk, VkDevice device, Allocator& allocator, deUint32 queueIndex, const UVec2& size, const Attachment& attachmentInfo, VkImageUsageFlags usageFlags, const AllocationKind allocationKind) AttachmentResources() argument
2257 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, const RenderPass& renderPassInfo, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const VkRect2D& renderArea, const vector<Maybe<VkClearValue> >& renderPassClearValues, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const AllocationKind allocationKind, const bool dynamicRendering, const bool secondaryCmdBufferCompletelyContainsDynamicRenderpass) SubpassRenderer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp510 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
522 AllocationKind allocationKind;
711 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE)
716 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
746 log << TestLog::Message << "Memory type does not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << TestLog::EndMessage;
1674 AllocationKind allocationKind)
1683 config.allocationKind = allocationKind;
1780 AllocationKind allocationKind)
1782 return subMappedConfig(allocationSize, MemoryRange(0, allocationSize), op, seed, allocationKind);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp549 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
561 AllocationKind allocationKind;
759 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE)
764 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
794 log << TestLog::Message << "Memory type does not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << TestLog::EndMessage;
1731 AllocationKind allocationKind,
1741 config.allocationKind = allocationKind;
1839 AllocationKind allocationKind,
1842 return subMappedConfig(allocationSize, MemoryRange(0, allocationSize), op, seed, allocationKind, memoryMap
[all...]

Completed in 57 milliseconds