Searched refs:TGSI_OPCODE_NOP (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c66 {TGSI_OPCODE_NOP, "UND", 0}, /* unused */
69 {TGSI_OPCODE_NOP, "SUB", 2},
74 {TGSI_OPCODE_NOP, "CND", 3},
75 {TGSI_OPCODE_NOP, "CND0", 3},
76 {TGSI_OPCODE_NOP, "DOT2_ADD", 3}
246 if (desc->TGSI_opcode == TGSI_OPCODE_NOP) {
H A Dst_mesa_to_tgsi.c505 return TGSI_OPCODE_NOP;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c103 [ TGSI_OPCODE_NOP ] = { false, false, 0, 0, 0 },
418 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
472 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
500 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
524 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
589 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
H A Di915_fpc_translate.c742 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c108 [TGSI_OPCODE_NOP] = {false, false, 0, 0, 0},
440 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
499 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
535 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
567 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
640 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP;
H A Di915_fpc_translate.c620 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h449 TGSI_OPCODE_NOP = 107, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c116 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h451 TGSI_OPCODE_NOP = 107, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c118 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp454 FakeCodeline nop(TGSI_OPCODE_NOP);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp454 FakeCodeline nop(TGSI_OPCODE_NOP);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c838 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c838 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1613 [TGSI_OPCODE_NOP] = 0,
1823 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1879 [TGSI_OPCODE_NOP] = 0,
2120 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c635 case TGSI_OPCODE_NOP:
H A Dnvfx_fragprog.c666 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c636 case TGSI_OPCODE_NOP:
H A Dnvfx_fragprog.c666 case TGSI_OPCODE_NOP:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c124 {D3D10_SB_OPCODE_NOP, OF_FLOAT, TGSI_OPCODE_NOP},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c592 case TGSI_OPCODE_NOP:
5852 case TGSI_OPCODE_NOP:
H A Dsvga_tgsi_insn.c55 case TGSI_OPCODE_NOP: return SVGA3DOP_NOP;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c55 case TGSI_OPCODE_NOP: return SVGA3DOP_NOP;
H A Dsvga_tgsi_vgpu10.c857 case TGSI_OPCODE_NOP:
9316 case TGSI_OPCODE_NOP:

Completed in 68 milliseconds

12