Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c103 [ TGSI_OPCODE_NOP ] = { false, false, 0, 0, 0 },
418 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_before_tex()
472 current->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_mov()
500 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu()
524 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_mov_after_alu()
589 next->FullInstruction.Instruction.Opcode = TGSI_OPCODE_NOP; in i915_fpc_optimize_useless_mov_after_inst()
Di915_fpc_translate.c742 case TGSI_OPCODE_NOP: in i915_translate_instruction()
/external/mesa3d/src/mesa/state_tracker/
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) { in emit_arith_inst()
Dst_mesa_to_tgsi.c505 return TGSI_OPCODE_NOP; in translate_opcode()
Dst_glsl_to_tgsi.cpp4061 unsigned opcode = TGSI_OPCODE_NOP; in visit()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h438 #define TGSI_OPCODE_NOP 107 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h449 #define TGSI_OPCODE_NOP 107 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c116 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP; in translate_opcode()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c147 { 0, 0, 0, 0, 0, 0, NONE, "NOP", TGSI_OPCODE_NOP },
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1563 [TGSI_OPCODE_NOP] = 0,
1773 case TGSI_OPCODE_NOP: in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c838 case TGSI_OPCODE_NOP: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c635 case TGSI_OPCODE_NOP: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c666 case TGSI_OPCODE_NOP: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c583 case TGSI_OPCODE_NOP: in translate_opcode()
5480 case TGSI_OPCODE_NOP: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c55 case TGSI_OPCODE_NOP: return SVGA3DOP_NOP; in translate_opcode()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10357 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
10554 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
10776 [TGSI_OPCODE_NOP] = { ALU_OP0_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c5578 case TGSI_OPCODE_NOP: in exec_instruction()