Searched refs:TGSI_OPCODE_NOP (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 108 [TGSI_OPCODE_NOP] = {false, false, 0, 0, 0}, 440 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_before_tex() 499 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_mov() 535 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu() 567 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu() 640 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_useless_mov_after_inst()
|
D | i915_fpc_translate.c | 620 case TGSI_OPCODE_NOP: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 451 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/mesa/state_tracker/tests/ |
D | st_tests_common.cpp | 454 FakeCodeline nop(TGSI_OPCODE_NOP); in FakeShader()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 838 case TGSI_OPCODE_NOP: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1879 [TGSI_OPCODE_NOP] = 0, 2120 case TGSI_OPCODE_NOP: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 636 case TGSI_OPCODE_NOP: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 666 case TGSI_OPCODE_NOP: in nvfx_fragprog_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 | 857 case TGSI_OPCODE_NOP: in translate_opcode() 9316 case TGSI_OPCODE_NOP: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11864 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported}, 12061 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported}, 12288 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 5551 case TGSI_OPCODE_NOP: in exec_instruction()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4383 enum tgsi_opcode opcode = TGSI_OPCODE_NOP; in visit()
|