Home
last modified time | relevance | path

Searched refs:allocationKind (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp150 AllocationKind allocationKind; member
160 AllocationKind allocationKind) in allocateBuffer() argument
162 switch (allocationKind) in allocateBuffer()
190 AllocationKind allocationKind) in allocateImage() argument
192 switch (allocationKind) in allocateImage()
315 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in CopiesAndBlittingTestInstance()
451 …kPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisible, memAlloc, m_params.allocationKind); in uploadImageAspect()
648 …, physDevice, device, *buffer, MemoryRequirement::HostVisible, allocator, m_params.allocationKind); in readImageAspect()
876 … vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::Any, memAlloc, m_params.allocationKind); in CopyImageToImage()
903 …vkPhysDevice, vkDevice, *m_destination, MemoryRequirement::Any, memAlloc, m_params.allocationKind); in CopyImageToImage()
[all …]
DvktApiBufferViewCreateTests.cpp414 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind) in createBufferViewCreateTests() local
430 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind; in createBufferViewCreateTests()
432 …bufferViewAllocationGroupTests[allocationKind]->addChild(new BufferViewTestCase(testCtx, testName.… in createBufferViewCreateTests()
DvktApiImageClearingTests.cpp79 AllocationKind allocationKind) in allocateBuffer() argument
81 switch (allocationKind) in allocateBuffer()
109 AllocationKind allocationKind) in allocateImage() argument
111 switch (allocationKind) in allocateImage()
468 AllocationKind allocationKind; member
567 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED) in ImageClearingTestInstance()
668 …tPhysicalDevice(), m_device, image, MemoryRequirement::Any, m_allocator, m_params.allocationKind)); in allocateAndBindImageMemory()
937 …Device(), m_device, *buffer, MemoryRequirement::HostVisible, m_allocator, m_params.allocationKind); in readImage()
1425 …ommon (TestContext& testCtx, tcu::TestCaseGroup* imageClearingTests, AllocationKind allocationKind) in createImageClearingTestsCommon() argument
1700 allocationKind // AllocationKind allocationKind; in createImageClearingTestsCommon()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp56 AllocationKind allocationKind,
89 AllocationKind allocationKind, in ImageTest() argument
98 , m_allocationKind (allocationKind) in ImageTest()
414 …oup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorT… in createImageSizeTests() argument
546 allocationKind, in createImageSizeTests()
559 …estCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorT… in createImageCountTests() argument
563 const int* imageCounts = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests()
566 const size_t imageCountsLength = (allocationKind == ALLOCATION_KIND_DEDICATED) in createImageCountTests()
575 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, sampling… in createImageCountTests()
582 …p> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorT… in createImageFormatTests() argument
[all …]
DvktPipelineRenderToImageTests.cpp112 AllocationKind allocationKind; member
177 AllocationKind allocationKind) in bindBuffer() argument
179 switch (allocationKind) in bindBuffer()
205 AllocationKind allocationKind) in bindImage() argument
207 switch (allocationKind) in bindImage()
911 …sDevice, device, *colorBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind)); in testWithSizeReduction()
943 …i, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
953 …physDevice, device, *depthStencilImage, MemoryRequirement::Any, allocator, caseDef.allocationKind); in testWithSizeReduction()
962 …sDevice, device, *vertexBuffer, MemoryRequirement::HostVisible, allocator, caseDef.allocationKind); in testWithSizeReduction()
1189 if (caseDef.allocationKind == ALLOCATION_KIND_DEDICATED) in testAttachmentSize()
[all …]
DvktPipelineImageSamplingInstance.hpp64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
DvktPipelineImageSamplingInstance.cpp56 AllocationKind allocationKind) in allocateBuffer() argument
58 switch (allocationKind) in allocateBuffer()
86 AllocationKind allocationKind) in allocateImage() argument
88 switch (allocationKind) in allocateImage()
198 AllocationKind allocationKind) in ImageSamplingInstance() argument
200 , m_allocationKind (allocationKind) in ImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp106 AllocationKind allocationKind) in allocateBuffer() argument
108 switch (allocationKind) in allocateBuffer()
136 AllocationKind allocationKind) in allocateImage() argument
138 switch (allocationKind) in allocateImage()
727 , allocationKind (allocationKind_) in TestConfig()
739 AllocationKind allocationKind; member
1264 AllocationKind allocationKind) in createImageMemory() argument
1267 …ation = allocateImage(vki, vk, vkd, device, image, memoryRequirement, allocator, allocationKind); in createImageMemory()
1338 const AllocationKind allocationKind) in AttachmentResources() argument
1340 …llocator, *m_image, ((usageFlags & VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT) != 0), allocationKind)) in AttachmentResources()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp457 , allocationKind (ALLOCATION_KIND_SUBALLOCATED) in TestConfig()
468 AllocationKind allocationKind; member
537 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE in testMemoryMapping()
538 || config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER) in testMemoryMapping()
596 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE) in testMemoryMapping()
601 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER) in testMemoryMapping()
628 …oes not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << Te… in testMemoryMapping()
1545 AllocationKind allocationKind) in subMappedConfig() argument
1553 config.allocationKind = allocationKind; in subMappedConfig()
1633 AllocationKind allocationKind) in fullMappedConfig() argument
[all …]