Searched refs:TGSI_OPCODE_BGNLOOP (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c139 { 0, 0, 0, 1, 0, 1, NONE, "BGNLOOP", TGSI_OPCODE_BGNLOOP },
H A Dtgsi_dump.c601 case TGSI_OPCODE_BGNLOOP:
612 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) {
H A Dtgsi_exec.c3946 case TGSI_OPCODE_BGNLOOP:
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h354 #define TGSI_OPCODE_BGNLOOP 99 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c309 case TGSI_OPCODE_BGNLOOP:
H A Dlp_bld_tgsi_aos.c850 case TGSI_OPCODE_BGNLOOP:
H A Dlp_bld_tgsi_soa.c1400 opcode == TGSI_OPCODE_BGNLOOP ||
2106 bld.bld_base.op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c108 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP;
H A Dr300_vs_draw.c302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP ||
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1122 emit(NULL, TGSI_OPCODE_BGNLOOP);
3118 if (inst->op == TGSI_OPCODE_BGNLOOP) {
3147 if (inst->op == TGSI_OPCODE_BGNLOOP) {
3179 if (inst->op == TGSI_OPCODE_BGNLOOP)
3206 if (inst->op == TGSI_OPCODE_BGNLOOP)
3310 case TGSI_OPCODE_BGNLOOP:
3483 case TGSI_OPCODE_BGNLOOP:
4230 case TGSI_OPCODE_BGNLOOP:
H A Dst_mesa_to_tgsi.c537 return TGSI_OPCODE_BGNLOOP;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2671 case TGSI_OPCODE_BGNLOOP:
3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 ||
3164 return (emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c863 case TGSI_OPCODE_BGNLOOP:
H A Dnvfx_vertprog.c752 case TGSI_OPCODE_BGNLOOP:
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c1113 bld_base->op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c5345 {TGSI_OPCODE_BGNLOOP, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_bgnloop},
5519 {TGSI_OPCODE_BGNLOOP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_bgnloop},
5693 {TGSI_OPCODE_BGNLOOP, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_bgnloop},
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp2119 case TGSI_OPCODE_BGNLOOP:

Completed in 288 milliseconds