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

  /external/skia/include/gpu/vk/
GrVkMemoryAllocator.h 26 kLazyAllocation = 0x2,
  /external/skqp/include/gpu/vk/
GrVkMemoryAllocator.h 26 kLazyAllocation = 0x2,
  /external/skia/src/gpu/vk/
GrVkAMDMemoryAllocator.cpp 79 if (AllocationPropertyFlags::kLazyAllocation & flags) {
129 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) {
  /external/skqp/src/gpu/vk/
GrVkAMDMemoryAllocator.cpp 79 if (AllocationPropertyFlags::kLazyAllocation & flags) {
129 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) {

Completed in 137 milliseconds