Searched refs:TGSI_OPCODE_NOP (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 108 [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()
|
D | i915_fpc_translate.c | 669 case TGSI_OPCODE_NOP: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 452 TGSI_OPCODE_NOP = 107, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 118 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP; in translate_opcode()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 839 case TGSI_OPCODE_NOP: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1883 [TGSI_OPCODE_NOP] = 0, 2124 case TGSI_OPCODE_NOP: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 666 case TGSI_OPCODE_NOP: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 636 case TGSI_OPCODE_NOP: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 124 {D3D10_SB_OPCODE_NOP, OF_FLOAT, TGSI_OPCODE_NOP},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 55 case TGSI_OPCODE_NOP: return SVGA3DOP_NOP; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 932 case TGSI_OPCODE_NOP: in translate_opcode() 10928 case TGSI_OPCODE_NOP: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11892 [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/ |
D | tgsi_exec.c | 5472 case TGSI_OPCODE_NOP: in exec_instruction()
|