HomeSort by: relevance | last modified time | path
    Searched refs:map_object (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/nullhw-layer/
intel_nullhw.c 77 static void map_object(uint64_t obj, void *data) function
193 map_object(HKEY(data->device), data);
270 map_object(HKEY(data->instance), data);
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 229 static void map_object(uint64_t obj, void *data) function
325 map_object(HKEY(data->instance), data);
352 map_object(HKEY(physicalDevices[i]), instance_data);
366 map_object(HKEY(data->device), data);
382 map_object(HKEY(data->queue), data);
473 map_object(HKEY(data->cmd_buffer), data);
494 map_object(HKEY(data->swapchain), data);
2058 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2060 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2085 map_object(HKEY(cmd_buffer_data->pipeline_query_pool), (void *)(uintptr_t)(count - 1))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 241 static void map_object(uint64_t obj, void *data) function
332 map_object(HKEY(data->instance), data);
361 map_object(HKEY(physicalDevices[i]), instance_data);
375 map_object(HKEY(data->device), data);
391 map_object(HKEY(data->queue), data);
481 map_object(HKEY(data->cmd_buffer), data);
502 map_object(HKEY(data->swapchain), data);
2370 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2372 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2398 map_object(HKEY(cmd_buffer_data->pipeline_query_pool), (void *)(uintptr_t)(count - 1))
    [all...]

Completed in 8 milliseconds