Searched refs:TGSI_OPCODE_ENDLOOP (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 357 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()
|
D | tgsi_transform.c | 265 case TGSI_OPCODE_ENDLOOP: in tgsi_transform_shader()
|
D | tgsi_dump.c | 662 case TGSI_OPCODE_ENDLOOP: in iter_instruction()
|
D | tgsi_exec.c | 5401 case TGSI_OPCODE_ENDLOOP: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 446 TGSI_OPCODE_ENDLOOP = 101, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 303 inst->Instruction.Opcode == TGSI_OPCODE_ENDLOOP)) { in transform_inst()
|
D | r300_tgsi_to_rc.c | 96 case TGSI_OPCODE_ENDLOOP: return RC_OPCODE_ENDLOOP; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 449 case TGSI_OPCODE_ENDLOOP: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 762 case TGSI_OPCODE_ENDLOOP: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 4520 bld.bld_base.op_actions[TGSI_OPCODE_ENDLOOP].emit = endloop_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1880 [TGSI_OPCODE_ENDLOOP] = 0, 2155 case TGSI_OPCODE_ENDLOOP: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 2945 case TGSI_OPCODE_ENDLOOP: in ntt_emit_block_ureg()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 817 case TGSI_OPCODE_ENDLOOP: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 739 case TGSI_OPCODE_ENDLOOP: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 88 {D3D10_SB_OPCODE_ENDLOOP, OF_FLOAT, TGSI_OPCODE_ENDLOOP},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2967 case TGSI_OPCODE_ENDLOOP: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 928 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/ |
D | nv50_ir_from_tgsi.cpp | 3681 case TGSI_OPCODE_ENDLOOP: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11886 [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},
|