Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_BGNSUB (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c316 case TGSI_OPCODE_BGNSUB: in analyse_instruction()
429 inst->Instruction.Opcode == TGSI_OPCODE_BGNSUB) { in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c853 case TGSI_OPCODE_BGNSUB: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2107 bld.bld_base.op_actions[TGSI_OPCODE_BGNSUB].emit = bgnsub_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h355 #define TGSI_OPCODE_BGNSUB 100 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c140 { 0, 0, 0, 0, 0, 1, NONE, "BGNSUB", TGSI_OPCODE_BGNSUB },
Dtgsi_exec.c3996 case TGSI_OPCODE_BGNSUB: in exec_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c539 return TGSI_OPCODE_BGNSUB; in translate_opcode()
Dst_glsl_to_tgsi.cpp3046 inst->op == TGSI_OPCODE_BGNSUB || in simplify_cmp()
4874 entry->bgn_inst = v->emit(NULL, TGSI_OPCODE_BGNSUB); in get_mesa_program()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1723 insn.getOpcode() == TGSI_OPCODE_BGNSUB); in isEndOfSubroutine()
2166 case TGSI_OPCODE_BGNSUB: in handleInstruction()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c743 case TGSI_OPCODE_BGNSUB: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c846 case TGSI_OPCODE_BGNSUB: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5346 {TGSI_OPCODE_BGNSUB, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5520 {TGSI_OPCODE_BGNSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5694 {TGSI_OPCODE_BGNSUB, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2546 case TGSI_OPCODE_BGNSUB: in svga_emit_instruction()