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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 161 const mem_req_t *mem_reqs, int nreqs,
172 if (mem_reqs[i].calc_sz != NULL) {
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) {
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 488 VkMemoryRequirements mem_reqs; local
489 vk::GetBufferMemoryRequirements(dev_, frame_data_[0].buf, &mem_reqs);
491 VkDeviceSize aligned_size = mem_reqs.size;
492 if (aligned_size % mem_reqs.alignment)
493 aligned_size += mem_reqs.alignment - (aligned_size % mem_reqs.alignment);
499 mem_reqs.size;
502 if ((mem_reqs.memoryTypeBits & (1 << idx)) &&
  /external/vulkan-validation-layers/demos/
cube.c 962 VkMemoryRequirements mem_reqs; local
1090 VkMemoryRequirements mem_reqs; local
1277 VkMemoryRequirements mem_reqs; local
    [all...]
tri.c 762 VkMemoryRequirements mem_reqs; local
773 vkGetImageMemoryRequirements(demo->device, demo->depth.image, &mem_reqs);
776 mem_alloc.allocationSize = mem_reqs.size;
777 pass = memory_type_from_properties(demo, mem_reqs.memoryTypeBits,
836 VkMemoryRequirements mem_reqs; local
842 vkGetImageMemoryRequirements(demo->device, tex_obj->image, &mem_reqs);
844 mem_alloc.allocationSize = mem_reqs.size;
846 memory_type_from_properties(demo, mem_reqs.memoryTypeBits,
1043 VkMemoryRequirements mem_reqs; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 532 // Checks each mmap has the size requirement specificied by mem_reqs.
536 const mem_req_t *mem_reqs, int nreqs,
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 595 VkMemoryRequirements mem_reqs; local
627 vkGetImageMemoryRequirements(m_device->device(), image, &mem_reqs);
629 mem_alloc.allocationSize = mem_reqs.size;
632 m_device->phy().set_memory_type(mem_reqs.memoryTypeBits, &mem_alloc, 0,
677 // VkMemoryRequirements mem_reqs;
708 // &mem_reqs);
711 // mem_alloc.allocationSize = mem_reqs.size;
713 // err = m_device->phy().set_memory_type(mem_reqs.memoryTypeBits, &mem_alloc,
749 VkMemoryRequirements mem_reqs; local
782 vkGetImageMemoryRequirements(m_device->device(), image, &mem_reqs);
1029 VkMemoryRequirements mem_reqs; local
1101 VkMemoryRequirements mem_reqs; local
    [all...]

Completed in 391 milliseconds