Searched refs:gen_ctx_find_instruction (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 204 gen_ctx_find_instruction(struct gen_batch_decode_ctx *ctx, const uint32_t *p) in gen_ctx_find_instruction() function 212 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in handle_state_base_address() 330 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in handle_media_interface_descriptor_load() 394 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in handle_3dstate_vertex_buffers() 457 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in handle_3dstate_index_buffer() 507 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in decode_single_ksp() 549 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in decode_ps_kernels() 642 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in decode_3dstate_constant() 738 struct gen_group *inst = gen_ctx_find_instruction(ctx, p); in decode_dynamic_state_pointers() 1074 inst = gen_ctx_find_instruction(ctx, p); in gen_print_batch()
|