Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c352 case TGSI_OPCODE_BGNLOOP: in scan_instruction()
1075 case TGSI_OPCODE_BGNLOOP: in get_block_tessfactor_writemask()
1130 case TGSI_OPCODE_BGNLOOP: in get_if_block_tessfactor_writemask()
1215 case TGSI_OPCODE_BGNLOOP: in tgsi_scan_tess_ctrl()
Dtgsi_transform.c257 case TGSI_OPCODE_BGNLOOP: in tgsi_transform_shader()
Dtgsi_dump.c661 case TGSI_OPCODE_BGNLOOP: in iter_instruction()
675 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
Dtgsi_exec.c5387 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h444 TGSI_OPCODE_BGNLOOP = 99, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c302 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP || in transform_inst()
Dr300_tgsi_to_rc.c93 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c119 info.opcode_count[TGSI_OPCODE_BGNLOOP], in softpipe_shader_db()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c446 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
Dlp_bld_tgsi_aos.c750 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2706 opcode == TGSI_OPCODE_BGNLOOP || in near_end_of_shader()
4509 bld.bld_base.op_actions[TGSI_OPCODE_BGNLOOP].emit = bgnloop_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2965 case TGSI_OPCODE_BGNLOOP: in svga_emit_instruction()
3579 emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1 || in needs_to_create_common_immediate()
3605 return (emit->info.opcode_count[TGSI_OPCODE_BGNLOOP] >= 1); in needs_to_create_loop_const()
Dsvga_tgsi_vgpu10.c926 case TGSI_OPCODE_BGNLOOP: in translate_opcode()
9657 if (inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in emit_simple()
10895 case TGSI_OPCODE_BGNLOOP: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1878 [TGSI_OPCODE_BGNLOOP] = 0,
2143 case TGSI_OPCODE_BGNLOOP: in ttn_emit_instruction()
Dnir_to_tgsi.c2937 case TGSI_OPCODE_BGNLOOP: in ntt_emit_block_ureg()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c810 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c734 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c114 {D3D10_SB_OPCODE_LOOP, OF_FLOAT, TGSI_OPCODE_BGNLOOP},
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c3471 shader->num_loops = ctx.info.opcode_count[TGSI_OPCODE_BGNLOOP]; in r600_shader_from_tgsi()
11884 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
12081 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
12308 [TGSI_OPCODE_BGNLOOP] = { ALU_OP0_NOP, tgsi_bgnloop},
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3662 case TGSI_OPCODE_BGNLOOP: in handleInstruction()