Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ENDLOOP (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c357 case TGSI_OPCODE_ENDLOOP: in scan_instruction()
1077 get_block_tessfactor_writemask(info, parse, TGSI_OPCODE_ENDLOOP); in get_block_tessfactor_writemask()
1132 get_block_tessfactor_writemask(info, parse, TGSI_OPCODE_ENDLOOP); in get_if_block_tessfactor_writemask()
1217 get_block_tessfactor_writemask(info, &parse, TGSI_OPCODE_ENDLOOP); in tgsi_scan_tess_ctrl()
Dtgsi_transform.c265 case TGSI_OPCODE_ENDLOOP: in tgsi_transform_shader()
Dtgsi_dump.c662 case TGSI_OPCODE_ENDLOOP: in iter_instruction()
Dtgsi_exec.c5401 case TGSI_OPCODE_ENDLOOP: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h446 TGSI_OPCODE_ENDLOOP = 101, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c303 inst->Instruction.Opcode == TGSI_OPCODE_ENDLOOP)) { in transform_inst()
Dr300_tgsi_to_rc.c96 case TGSI_OPCODE_ENDLOOP: return RC_OPCODE_ENDLOOP; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c449 case TGSI_OPCODE_ENDLOOP: in analyse_instruction()
Dlp_bld_tgsi_aos.c762 case TGSI_OPCODE_ENDLOOP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c4520 bld.bld_base.op_actions[TGSI_OPCODE_ENDLOOP].emit = endloop_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1880 [TGSI_OPCODE_ENDLOOP] = 0,
2155 case TGSI_OPCODE_ENDLOOP: in ttn_emit_instruction()
Dnir_to_tgsi.c2945 case TGSI_OPCODE_ENDLOOP: in ntt_emit_block_ureg()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c817 case TGSI_OPCODE_ENDLOOP: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c739 case TGSI_OPCODE_ENDLOOP: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c88 {D3D10_SB_OPCODE_ENDLOOP, OF_FLOAT, TGSI_OPCODE_ENDLOOP},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2967 case TGSI_OPCODE_ENDLOOP: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c928 case TGSI_OPCODE_ENDLOOP: in translate_opcode()
9660 else if (inst->Instruction.Opcode == TGSI_OPCODE_ENDLOOP) { in emit_simple()
10907 case TGSI_OPCODE_ENDLOOP: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3681 case TGSI_OPCODE_ENDLOOP: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11886 [TGSI_OPCODE_ENDLOOP] = { ALU_OP0_NOP, tgsi_endloop},
12083 [TGSI_OPCODE_ENDLOOP] = { ALU_OP0_NOP, tgsi_endloop},
12310 [TGSI_OPCODE_ENDLOOP] = { ALU_OP0_NOP, tgsi_endloop},