Searched refs:TGSI_OPCODE_ENDSUB (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 357 #define TGSI_OPCODE_ENDSUB 102 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 142 { 0, 0, 0, 0, 1, 0, NONE, "ENDSUB", TGSI_OPCODE_ENDSUB },
|
D | tgsi_exec.c | 4000 case TGSI_OPCODE_ENDSUB: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 317 case TGSI_OPCODE_ENDSUB: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 865 case TGSI_OPCODE_ENDSUB: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2116 bld.bld_base.op_actions[TGSI_OPCODE_ENDSUB].emit = endsub_emit; in lp_build_tgsi_soa()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 579 return TGSI_OPCODE_ENDSUB; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 3049 inst->op == TGSI_OPCODE_ENDSUB || in simplify_cmp() 4885 end = v->emit(NULL, TGSI_OPCODE_ENDSUB); in get_mesa_program()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1721 insn.getOpcode() == TGSI_OPCODE_ENDSUB || in isEndOfSubroutine() 2182 case TGSI_OPCODE_ENDSUB: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 746 case TGSI_OPCODE_ENDSUB: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 847 case TGSI_OPCODE_ENDSUB: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5348 {TGSI_OPCODE_ENDSUB, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported}, 5522 {TGSI_OPCODE_ENDSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported}, 5696 {TGSI_OPCODE_ENDSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2549 case TGSI_OPCODE_ENDSUB: in svga_emit_instruction()
|