Searched refs:TGSI_OPCODE_BGNLOOP (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 354 #define TGSI_OPCODE_BGNLOOP 99 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 601 case TGSI_OPCODE_BGNLOOP: in iter_instruction() 612 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
|
D | tgsi_info.c | 139 { 0, 0, 0, 1, 0, 1, NONE, "BGNLOOP", TGSI_OPCODE_BGNLOOP },
|
D | tgsi_exec.c | 3946 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 309 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 850 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 1400 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/ |
D | r300_vs_draw.c | 302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP || in transform_inst()
|
D | r300_tgsi_to_rc.c | 108 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1122 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()
|
D | st_mesa_to_tgsi.c | 537 return TGSI_OPCODE_BGNLOOP; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2671 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/ |
D | nvfx_vertprog.c | 752 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 863 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1113 bld_base->op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5345 {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/ |
D | nv50_ir_from_tgsi.cpp | 2119 case TGSI_OPCODE_BGNLOOP: in handleInstruction()
|