Searched refs:next_instr (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c204 ppir_instr *next_instr; local in function:ppir_liveness_compute_live_sets
218 next_instr = list_first_entry(&succ->instr_list, ppir_instr, list);
219 assert(next_instr);
222 instr->live_set, next_instr->live_set,
223 instr->live_mask, next_instr->live_mask);
227 ppir_instr *next_instr = LIST_ENTRY(ppir_instr, instr->list.next, list); local in function:ppir_liveness_compute_live_sets
229 instr->live_set, next_instr->live_set,
230 instr->live_mask, next_instr->live_mask);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp406 glsl_to_tgsi_instruction *next_instr = new(mem_ctx) glsl_to_tgsi_instruction(); local in function:FakeCodeline::get_codeline
407 next_instr->op = op;
408 next_instr->info = tgsi_get_opcode_info(op);
410 assert(src.size() == num_inst_src_regs(next_instr));
411 assert(dst.size() == num_inst_dst_regs(next_instr));
414 copy(src.begin(), src.end(), next_instr->src);
415 copy(dst.begin(), dst.end(), next_instr->dst);
417 next_instr->tex_offset_num_offset = tex_offsets.size();
419 if (next_instr->tex_offset_num_offset > 0) {
420 next_instr
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp406 glsl_to_tgsi_instruction *next_instr = new(mem_ctx) glsl_to_tgsi_instruction(); local in function:FakeCodeline::get_codeline
407 next_instr->op = op;
408 next_instr->info = tgsi_get_opcode_info(op);
410 assert(src.size() == num_inst_src_regs(next_instr));
411 assert(dst.size() == num_inst_dst_regs(next_instr));
414 copy(src.begin(), src.end(), next_instr->src);
415 copy(dst.begin(), dst.end(), next_instr->dst);
417 next_instr->tex_offset_num_offset = tex_offsets.size();
419 if (next_instr->tex_offset_num_offset > 0) {
420 next_instr
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dasm.h63 struct asm_instruction *next_instr(int tok);
H A Dparser.y58 instr = next_instr(tok);
H A Dasm.c52 next_instr(int tok) function in typeref:struct:asm_instruction *

Completed in 5 milliseconds