HomeSort by relevance Sort by last modified time
    Searched defs:AllocationKind (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 87 enum AllocationKind
457 , allocationKind (ALLOCATION_KIND_SUBALLOCATED)
468 AllocationKind allocationKind;
537 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE
538 || config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
596 if (config.allocationKind == ALLOCATION_KIND_DEDICATED_IMAGE)
601 else if (config.allocationKind == ALLOCATION_KIND_DEDICATED_BUFFER)
628 log << TestLog::Message << "Memory type does not support " << allocationKindName[static_cast<deUint32>(config.allocationKind)] << '.' << TestLog::EndMessage;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewCreateTests.cpp 46 enum AllocationKind
63 AllocationKind bufferAllocationKind;
413 for (deUint32 allocationKind = 0; allocationKind < ALLOCATION_KIND_LAST; ++allocationKind)
435 static_cast<AllocationKind>(allocationKind) // AllocationKind bufferAllocationKind;
441 bufferViewAllocationGroupTests[allocationKind]->addChild(usageGroup.release());
vktApiBufferTests.cpp 46 enum AllocationKind
705 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind)
729 createBufferUsageCases(*newTestGroup, currentNdx + 1u, newBufferUsageFlags, allocationKind);
747 const int numBufferCreateFlags = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? DE_LENGTH_OF_ARRAY(bufferCreateFlags) : 1;
760 const std::string allocStr = (allocationKind == ALLOCATION_KIND_SUBALLOCATED) ? "suballocation of " : "dedicated alloc. of ";
764 switch (allocationKind)
vktApiBufferViewAccessTests.cpp 55 enum AllocationKind
67 AllocationKind bufferAllocationKind;
68 AllocationKind imageAllocationKind;
    [all...]
vktApiImageClearingTests.cpp 65 enum AllocationKind
80 AllocationKind allocationKind)
82 switch (allocationKind)
110 AllocationKind allocationKind)
112 switch (allocationKind)
470 AllocationKind allocationKind;
569 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED
    [all...]
vktApiCopiesAndBlittingTests.cpp 68 enum AllocationKind
150 AllocationKind allocationKind;
168 AllocationKind allocationKind)
170 switch (allocationKind)
198 AllocationKind allocationKind)
200 switch (allocationKind)
326 if (m_params.allocationKind == ALLOCATION_KIND_DEDICATED
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 42 enum AllocationKind
64 AllocationKind allocationKind = ALLOCATION_KIND_SUBALLOCATED);
81 const AllocationKind m_allocationKind;
vktPipelineRenderToImageTests.cpp 87 enum AllocationKind
112 AllocationKind allocationKind;
177 AllocationKind allocationKind)
179 switch (allocationKind)
205 AllocationKind allocationKind)
207 switch (allocationKind)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 93 enum AllocationKind
106 AllocationKind allocationKind)
108 switch (allocationKind)
136 AllocationKind allocationKind)
138 switch (allocationKind)
718 AllocationKind allocationKind_)
727 , allocationKind (allocationKind_)
739 AllocationKind allocationKind
    [all...]

Completed in 7281 milliseconds