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

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.hpp 84 static const MemoryRequirement LazilyAllocated;
vkMemUtil.cpp 117 const MemoryRequirement MemoryRequirement::LazilyAllocated = MemoryRequirement(MemoryRequirement::FLAG_LAZY_ALLOCATION);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGetMemoryCommitment.cpp 144 de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(memoryRequirements, MemoryRequirement::LazilyAllocated);
vktApiMemoryRequirementInvarianceTests.cpp 54 MemoryRequirement::Local | MemoryRequirement::LazilyAllocated,
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp 350 | vk::MemoryRequirement::LazilyAllocated);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp     [all...]

Completed in 3000 milliseconds