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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c316 case TGSI_OPCODE_BGNSUB:
429 inst->Instruction.Opcode == TGSI_OPCODE_BGNSUB) {
H A Dlp_bld_tgsi_aos.c853 case TGSI_OPCODE_BGNSUB:
H A Dlp_bld_tgsi_soa.c2107 bld.bld_base.op_actions[TGSI_OPCODE_BGNSUB].emit = bgnsub_emit;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c140 { 0, 0, 0, 0, 0, 1, NONE, "BGNSUB", TGSI_OPCODE_BGNSUB },
H A Dtgsi_exec.c3996 case TGSI_OPCODE_BGNSUB:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h355 #define TGSI_OPCODE_BGNSUB 100 macro
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c539 return TGSI_OPCODE_BGNSUB;
H A Dst_glsl_to_tgsi.cpp227 class function_entry *function; /* Set on TGSI_OPCODE_CAL or TGSI_OPCODE_BGNSUB */
3046 inst->op == TGSI_OPCODE_BGNSUB ||
4874 entry->bgn_inst = v->emit(NULL, TGSI_OPCODE_BGNSUB);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1723 insn.getOpcode() == TGSI_OPCODE_BGNSUB);
2166 case TGSI_OPCODE_BGNSUB:
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c846 case TGSI_OPCODE_BGNSUB:
H A Dnvfx_vertprog.c743 case TGSI_OPCODE_BGNSUB:
/external/mesa3d/src/gallium/drivers/r600/
H A 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/
H A Dsvga_tgsi_insn.c2546 case TGSI_OPCODE_BGNSUB:

Completed in 369 milliseconds