Searched refs:TGSI_OPCODE_LIT (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 260 #define TGSI_OPCODE_LIT 2 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 42 { 1, 1, 0, 0, 0, 0, CHAN, "LIT", TGSI_OPCODE_LIT },
|
D | tgsi_ppc.c | 1130 case TGSI_OPCODE_LIT: in emit_instruction()
|
D | tgsi_exec.c | 3464 case TGSI_OPCODE_LIT: in exec_instruction()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 37 case TGSI_OPCODE_LIT: return RC_OPCODE_LIT; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 601 return TGSI_OPCODE_LIT; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 492 case TGSI_OPCODE_LIT: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 789 bld_base->op_actions[TGSI_OPCODE_LIT] = lit_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 704 case TGSI_OPCODE_LIT: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2687 case TGSI_OPCODE_LIT: in svga_emit_instruction() 3115 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_zero()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 238 case TGSI_OPCODE_LIT: in srcMask() 1927 case TGSI_OPCODE_LIT: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 613 case TGSI_OPCODE_LIT: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 623 case TGSI_OPCODE_LIT: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5236 {TGSI_OPCODE_LIT, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lit}, 5416 {TGSI_OPCODE_LIT, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lit}, 5590 {TGSI_OPCODE_LIT, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_lit},
|