Searched refs:aub_context (Results 1 – 3 of 3) sorted by relevance
75 struct aub_context { struct101 struct aub_context contexts[MAX_CONTEXT_COUNT];
54 static struct aub_context *aub_context_new(struct aub_file *aub, uint32_t new_id);615 static struct aub_context *620 struct aub_context *ctx = &aub->contexts[aub->num_contexts++]; in aub_context_new()640 static struct aub_context *655 struct aub_context *ctx = aub_context_find(aub, ctx_id); in aub_write_ensure_context()
2778 - intel/tools: Add basic aub_context code and helpers.