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

  /external/skia/src/compute/skc/
path.h 56 union skc_tagged_block_id tag_ids[]; // 8+ ids member in struct:skc_path_head
73 #define SKC_PATH_HEAD_OFFSET_IDS_CALC (SKC_OFFSET_OF(struct skc_path_head,tag_ids) / sizeof(skc_uint))
103 union skc_tagged_block_id tag_ids[]; member in struct:skc_path_node
  /external/skqp/src/compute/skc/
path.h 56 union skc_tagged_block_id tag_ids[]; // 8+ ids member in struct:skc_path_head
73 #define SKC_PATH_HEAD_OFFSET_IDS_CALC (SKC_OFFSET_OF(struct skc_path_head,tag_ids) / sizeof(skc_uint))
103 union skc_tagged_block_id tag_ids[]; member in struct:skc_path_node
  /external/perfetto/src/trace_processor/
android_logs_table.cc 38 .AddStringColumn("tag", &alog.tag_ids(), &storage_->string_pool())
trace_storage.h 571 const std::deque<StringId>& tag_ids() const { return tag_ids_; } function in class:perfetto::trace_processor::TraceStorage::AndroidLogs
    [all...]
  /external/skia/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 365 impl->wip.ids.next = impl->wip.head->tag_ids; // point to local head node
1006 impl->wip.ids.next = impl->wip.node->tag_ids;
    [all...]
  /external/skqp/src/compute/skc/platforms/cl_12/
path_builder_cl_12.c 365 impl->wip.ids.next = impl->wip.head->tag_ids; // point to local head node
1006 impl->wip.ids.next = impl->wip.node->tag_ids;
    [all...]

Completed in 550 milliseconds