/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 159 { 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/ |
D | tgsi_transform.c | 177 if (fullinst->Instruction.Opcode == TGSI_OPCODE_END in tgsi_transform_shader()
|
D | tgsi_sanity.c | 315 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 451 case TGSI_OPCODE_END: in analyse_instruction() 564 if (inst->Instruction.Opcode == TGSI_OPCODE_END || in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 704 case TGSI_OPCODE_END: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1189 bld_base->op_actions[TGSI_OPCODE_END].emit = end_emit; in lp_set_default_actions()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 450 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 459 #define TGSI_OPCODE_END 117 /* aka HALT */ macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 343 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in r300_tgsi_to_rc()
|
D | r300_vs_draw.c | 246 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in transform_inst()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 157 { 0, 0, 0, 0, 0, 0, NONE, "END", TGSI_OPCODE_END },
|
D | tgsi_sanity.c | 315 if (inst->Instruction.Opcode == TGSI_OPCODE_END) { in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 89 [ TGSI_OPCODE_END ] = { false, false, 0, 0, 0 },
|
D | i915_fpc_translate.c | 608 case TGSI_OPCODE_END: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 683 case TGSI_OPCODE_END: { in get_temp_registers_required_lifetimes()
|
D | st_mesa_to_tgsi.c | 502 return TGSI_OPCODE_END; in translate_opcode()
|
D | st_atifs_to_tgsi.c | 414 ureg_insn(t->ureg, TGSI_OPCODE_END, dst, 0, src, 0, 0); in finalize_shader()
|
D | st_glsl_to_tgsi.cpp | 4621 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/ |
D | tgsi_to_nir.c | 1571 [TGSI_OPCODE_END] = 0, 1643 if (tgsi_op == TGSI_OPCODE_END) in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 986 if (opc == TGSI_OPCODE_END) in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 765 case TGSI_OPCODE_END: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 457 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3185 return (insn.getOpcode() == TGSI_OPCODE_END || in isEndOfSubroutine() 3773 case TGSI_OPCODE_END: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 585 case TGSI_OPCODE_END: in translate_opcode() 5597 case TGSI_OPCODE_END: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2820 case TGSI_OPCODE_END: in svga_emit_instruction()
|