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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h 299 OT_QUEUE_INFO *p_queue_info = new OT_QUEUE_INFO; local
300 if (p_queue_info != NULL) {
301 memset(p_queue_info, 0, sizeof(OT_QUEUE_INFO));
302 p_queue_info->queue = queue;
303 p_queue_info->queueNodeIndex = queueNodeIndex;
304 queue_info_map[queue] = p_queue_info;
    [all...]
  /external/vulkan-validation-layers/layers/
object_tracker.cpp 59 OT_QUEUE_INFO *p_queue_info = new OT_QUEUE_INFO; local
60 if (p_queue_info != NULL) {
61 memset(p_queue_info, 0, sizeof(OT_QUEUE_INFO));
62 p_queue_info->queue = queue;
63 p_queue_info->queue_node_index = queue_node_index;
64 device_data->queue_info_map[queue] = p_queue_info;
    [all...]

Completed in 44 milliseconds