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 D | liveness.c | 204 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 D | st_tests_common.cpp | 406 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 D | st_tests_common.cpp | 406 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 D | asm.h | 63 struct asm_instruction *next_instr(int tok);
|
| H A D | parser.y | 58 instr = next_instr(tok);
|
| H A D | asm.c | 52 next_instr(int tok) function in typeref:struct:asm_instruction *
|
Completed in 5 milliseconds