HomeSort by relevance Sort by last modified time
    Searched refs:memoryTypes (Results 1 - 25 of 30) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 83 requirement.matchesHeap(deviceMemProps.memoryTypes[memoryTypeNdx].propertyFlags))
93 return (deviceMemProps.memoryTypes[memoryTypeNdx].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0u;
vkNullDriver.cpp 502 props->memoryTypes[0].heapIndex = 0u;
503 props->memoryTypes[0].propertyFlags = VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
vkStructTypes.inl 274 VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 163 memoryRequirement.matchesHeap(deviceMemoryProperties.memoryTypes[memoryTypeNdx].propertyFlags))
  /external/skia/src/gpu/vk/
GrVkMemory.cpp 20 uint32_t supportedFlags = physDevMemProps.memoryTypes[i].propertyFlags &
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 364 const VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex];
778 const vector<MemoryType>& memoryTypes,
783 , m_memoryTypes (memoryTypes)
923 vector<vector<MemoryType> > memoryTypes (memoryProperties.memoryHeapCount);
927 if (memoryProperties.memoryTypes[memoryTypeNdx].propertyFlags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT)
928 memoryTypes[memoryProperties.memoryTypes[memoryTypeNdx].heapIndex].push_back(MemoryType(memoryTypeNdx, memoryProperties.memoryTypes[memoryTypeNdx]));
935 if (!memoryTypes[heapIndex].empty())
937 const de::SharedPtr<MemoryHeap> heap (new MemoryHeap(heapInfo, memoryTypes[heapIndex], m_memoryLimits, nonCoherentAtomSize, m_totalMemTracker))
    [all...]
vktMemoryAllocationTests.cpp 136 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex];
346 memoryProperties.memoryTypes[memoryTypeNdx]
vktMemoryPipelineBarrierTests.cpp 591 && (memoryProperties.memoryTypes[memoryTypeIndex].propertyFlags & properties) == properties)
641 && (memoryProperties.memoryTypes[memoryTypeIndex].propertyFlags & properties) == properties)
818 return memoryProperties.memoryTypes[memoryTypeIndex];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 131 const VkMemoryType memoryType = memoryProperties.memoryTypes[heapTypeIndex];
vktApiFeatureInfo.cpp     [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 193 private static final String KEY_MEMORY_TYPES = "memoryTypes";
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 224 if ((memory_properties_.memoryTypes[i].propertyFlags &
226 (memory_properties_.memoryTypes[i].propertyFlags & forbid) ==
  /frameworks/native/vulkan/tools/
vkinfo.cpp 514 if (info.memory.memoryTypes[type].heapIndex != heap)
517 info.memory.memoryTypes[type].propertyFlags;
  /external/vulkan-validation-layers/demos/
vulkaninfo.c     [all...]
cube.c 444 if ((demo->memory_properties.memoryTypes[i].propertyFlags &
    [all...]
tri.c 270 if ((demo->memory_properties.memoryTypes[i].propertyFlags &
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 535 properties->memoryTypes[0].propertyFlags =
540 properties->memoryTypes[0].heapIndex = 0;
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 116 mem_flags_.push_back(mem_props.memoryTypes[i].propertyFlags);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 298 visitor->VisitArray("memoryTypes", properties->memoryTypeCount, &properties->memoryTypes) &&
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 142 milliseconds

1 2