Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_END (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp159 { TGSI_OPCODE_END} in TEST_F()
170 { TGSI_OPCODE_END} in TEST_F()
187 { TGSI_OPCODE_END} in TEST_F()
207 { TGSI_OPCODE_END} in TEST_F()
227 { TGSI_OPCODE_END} in TEST_F()
249 { TGSI_OPCODE_END} in TEST_F()
270 { TGSI_OPCODE_END} in TEST_F()
293 { TGSI_OPCODE_END} in TEST_F()
316 { TGSI_OPCODE_END} in TEST_F()
336 { TGSI_OPCODE_END} in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c177 if (fullinst->Instruction.Opcode == TGSI_OPCODE_END in tgsi_transform_shader()
Dtgsi_sanity.c315 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c451 case TGSI_OPCODE_END: in analyse_instruction()
564 if (inst->Instruction.Opcode == TGSI_OPCODE_END || in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c704 case TGSI_OPCODE_END: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1189 bld_base->op_actions[TGSI_OPCODE_END].emit = end_emit; in lp_set_default_actions()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h450 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h459 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c343 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in r300_tgsi_to_rc()
Dr300_vs_draw.c246 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in transform_inst()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c157 { 0, 0, 0, 0, 0, 0, NONE, "END", TGSI_OPCODE_END },
Dtgsi_sanity.c315 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c89 [ TGSI_OPCODE_END ] = { false, false, 0, 0, 0 },
Di915_fpc_translate.c608 case TGSI_OPCODE_END: in i915_translate_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp683 case TGSI_OPCODE_END: { in get_temp_registers_required_lifetimes()
Dst_mesa_to_tgsi.c502 return TGSI_OPCODE_END; in translate_opcode()
Dst_atifs_to_tgsi.c414 ureg_insn(t->ureg, TGSI_OPCODE_END, dst, 0, src, 0, 0); in finalize_shader()
Dst_glsl_to_tgsi.cpp4621 inst->op == TGSI_OPCODE_END || in simplify_cmp()
6772 v->emit_asm(NULL, TGSI_OPCODE_END); in get_mesa_program_tgsi()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1571 [TGSI_OPCODE_END] = 0,
1643 if (tgsi_op == TGSI_OPCODE_END) in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c986 if (opc == TGSI_OPCODE_END) in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c765 case TGSI_OPCODE_END: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c457 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3185 return (insn.getOpcode() == TGSI_OPCODE_END || in isEndOfSubroutine()
3773 case TGSI_OPCODE_END: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c585 case TGSI_OPCODE_END: in translate_opcode()
5597 case TGSI_OPCODE_END: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c2820 case TGSI_OPCODE_END: in svga_emit_instruction()

12