Lines Matching refs:HKEY
229 #define HKEY(obj) ((uint64_t)(obj))
230 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj)))
332 map_object(HKEY(data->instance), data);
342 unmap_object(HKEY(data->instance));
361 map_object(HKEY(physicalDevices[i]), instance_data);
363 unmap_object(HKEY(physicalDevices[i]));
375 map_object(HKEY(data->device), data);
391 map_object(HKEY(data->queue), data);
412 unmap_object(HKEY(data->queue));
461 unmap_object(HKEY(data->device));
481 map_object(HKEY(data->cmd_buffer), data);
487 unmap_object(HKEY(data->cmd_buffer));
502 map_object(HKEY(data->swapchain), data);
508 unmap_object(HKEY(data->swapchain));
2370 map_object(HKEY(pipeline_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2372 map_object(HKEY(timestamp_query_pool), (void *)(uintptr_t) pAllocateInfo->commandBufferCount);
2392 uint64_t count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->pipeline_query_pool));
2394 unmap_object(HKEY(cmd_buffer_data->pipeline_query_pool));
2398 map_object(HKEY(cmd_buffer_data->pipeline_query_pool), (void *)(uintptr_t)(count - 1));
2400 count = (uintptr_t)find_object_data(HKEY(cmd_buffer_data->timestamp_query_pool));
2402 unmap_object(HKEY(cmd_buffer_data->timestamp_query_pool));
2406 map_object(HKEY(cmd_buffer_data->timestamp_query_pool), (void *)(uintptr_t)(count - 1));