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

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 438 uint32_t mem_type_index = 0; local
439 for (mem_type_index = 0; mem_type_index < dev_mem_props.memoryTypeCount; ++mem_type_index) {
440 if (mem_props == (mem_props & dev_mem_props.memoryTypes[mem_type_index].propertyFlags)) break;
443 assert(mem_type_index < dev_mem_props.memoryTypeCount);
444 VkMemoryAllocateInfo info = alloc_info(reqs.size, mem_type_index);
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 1027 int mem_type_index = ATTR_INDEX_GET(desc); local
1030 if (mem_type_index == ATTR_IWBWA_OWBWA_NTR_INDEX) {
1032 } else if (mem_type_index == ATTR_NON_CACHEABLE_INDEX) {
1035 assert(mem_type_index == ATTR_DEVICE_INDEX);
    [all...]

Completed in 484 milliseconds