Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h354 #define TGSI_OPCODE_BGNLOOP 99 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c601 case TGSI_OPCODE_BGNLOOP: in iter_instruction()
612 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
Dtgsi_info.c139 { 0, 0, 0, 1, 0, 1, NONE, "BGNLOOP", TGSI_OPCODE_BGNLOOP },
Dtgsi_exec.c3946 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c309 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
Dlp_bld_tgsi_aos.c850 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c1400 opcode == TGSI_OPCODE_BGNLOOP || in near_end_of_shader()
2106 bld.bld_base.op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP || in transform_inst()
Dr300_tgsi_to_rc.c108 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1122 emit(NULL, TGSI_OPCODE_BGNLOOP); in visit()
3118 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_read()
3147 if (inst->op == TGSI_OPCODE_BGNLOOP) { in get_first_temp_write()
3179 if (inst->op == TGSI_OPCODE_BGNLOOP) in get_last_temp_read()
3206 if (inst->op == TGSI_OPCODE_BGNLOOP) in get_last_temp_write()
3310 case TGSI_OPCODE_BGNLOOP: in copy_propagate()
3483 case TGSI_OPCODE_BGNLOOP: in eliminate_dead_code_advanced()
4230 case TGSI_OPCODE_BGNLOOP: in compile_tgsi_instruction()
Dst_mesa_to_tgsi.c537 return TGSI_OPCODE_BGNLOOP; in translate_opcode()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2671 case TGSI_OPCODE_BGNLOOP: in svga_emit_instruction()
3142 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_zero()
3164 return (emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1); in needs_to_create_loop_const()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c752 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c863 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1113 bld_base->op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in radeon_llvm_context_init()
/external/mesa3d/src/gallium/drivers/r600/
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/
Dnv50_ir_from_tgsi.cpp2119 case TGSI_OPCODE_BGNLOOP: in handleInstruction()