Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_NOP (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c108 [TGSI_OPCODE_NOP] = {false, false, 0, 0, 0},
412 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_before_tex()
471 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_mov()
507 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu()
539 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu()
612 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_useless_mov_after_inst()
Di915_fpc_translate.c669 case TGSI_OPCODE_NOP: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h452 TGSI_OPCODE_NOP = 107, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c118 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c839 case TGSI_OPCODE_NOP: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1883 [TGSI_OPCODE_NOP] = 0,
2124 case TGSI_OPCODE_NOP: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c666 case TGSI_OPCODE_NOP: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c636 case TGSI_OPCODE_NOP: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c124 {D3D10_SB_OPCODE_NOP, OF_FLOAT, TGSI_OPCODE_NOP},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c55 case TGSI_OPCODE_NOP: return SVGA3DOP_NOP; in translate_opcode()
Dsvga_tgsi_vgpu10.c932 case TGSI_OPCODE_NOP: in translate_opcode()
10928 case TGSI_OPCODE_NOP: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11892 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
12089 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
12316 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c5472 case TGSI_OPCODE_NOP: in exec_instruction()