Searched refs:TGSI_OPCODE_BGNLOOP (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 352 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()
|
D | tgsi_transform.c | 257 case TGSI_OPCODE_BGNLOOP: in tgsi_transform_shader()
|
D | tgsi_dump.c | 661 case TGSI_OPCODE_BGNLOOP: in iter_instruction() 675 inst->Instruction.Opcode == TGSI_OPCODE_BGNLOOP) { in iter_instruction()
|
D | tgsi_exec.c | 5387 case TGSI_OPCODE_BGNLOOP: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 444 TGSI_OPCODE_BGNLOOP = 99, enumerator
|
/third_party/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 | 93 case TGSI_OPCODE_BGNLOOP: return RC_OPCODE_BGNLOOP; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 119 info.opcode_count[TGSI_OPCODE_BGNLOOP], in softpipe_shader_db()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 446 case TGSI_OPCODE_BGNLOOP: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 750 case TGSI_OPCODE_BGNLOOP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2706 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/ |
D | svga_tgsi_insn.c | 2965 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()
|
D | svga_tgsi_vgpu10.c | 926 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/ |
D | tgsi_to_nir.c | 1878 [TGSI_OPCODE_BGNLOOP] = 0, 2143 case TGSI_OPCODE_BGNLOOP: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 2937 case TGSI_OPCODE_BGNLOOP: in ntt_emit_block_ureg()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 810 case TGSI_OPCODE_BGNLOOP: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 734 case TGSI_OPCODE_BGNLOOP: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 114 {D3D10_SB_OPCODE_LOOP, OF_FLOAT, TGSI_OPCODE_BGNLOOP},
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 3471 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/ |
D | nv50_ir_from_tgsi.cpp | 3662 case TGSI_OPCODE_BGNLOOP: in handleInstruction()
|