HomeSort by relevance Sort by last modified time
    Searched refs:allocationKind (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 56 AllocationKind allocationKind,
77 AllocationKind m_allocationKind;
89 AllocationKind allocationKind,
98 , m_allocationKind (allocationKind)
414 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount)
546 allocationKind,
559 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat
    [all...]
vktPipelineRenderToImageTests.cpp 88 enum AllocationKind
113 AllocationKind allocationKind;
178 AllocationKind allocationKind)
180 switch (allocationKind)
206 AllocationKind allocationKind)
208 switch (allocationKind)
    [all...]
vktPipelineImageSamplingInstance.hpp 42 enum AllocationKind
64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
81 const AllocationKind m_allocationKind;
vktPipelineImageSamplingInstance.cpp 60 AllocationKind allocationKind)
62 switch (allocationKind)
90 AllocationKind allocationKind)
92 switch (allocationKind)
202 AllocationKind allocationKind)
204 , m_allocationKind (allocationKind)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 70 enum AllocationKind
169 AllocationKind allocationKind;
189 AllocationKind allocationKind)
191 switch (allocationKind)
219 AllocationKind allocationKind)
221 switch (allocationKind)
489 bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisible, memAlloc, m_params.allocationKind);
    [all...]
vktApiBufferViewCreateTests.cpp 46 enum AllocationKind
63 AllocationKind bufferAllocationKind;
418 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind)
440 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind;
446 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release());
vktApiBufferTests.cpp 46 enum AllocationKind
712 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind)
736 createBufferUsageCases(*newTestGroup, currentNdx + 1u, newBufferUsageFlags, allocationKind);
754 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1;
767 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of ";
771 switch (allocationKind)
vktApiImageClearingTests.cpp 66 enum AllocationKind
81 AllocationKind allocationKind)
83 switch (allocationKind)
111 AllocationKind allocationKind)
113 switch (allocationKind)
472 AllocationKind allocationKind;
572 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 103 enum AllocationKind
111 TestConfigExternal (AllocationKind allocationKind_,
113 : allocationKind (allocationKind_)
118 AllocationKind allocationKind;
129 AllocationKind allocationKind)
131 switch (allocationKind)
159 AllocationKind allocationKind)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 87 enum AllocationKind
457 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
468 AllocationKind allocationKind;
534 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE
535 || config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
591 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE)
596 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
623 log << TestLog::Message << "Memory type does not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << TestLog::EndMessage;
    [all...]

Completed in 258 milliseconds