Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LIT (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h348 TGSI_OPCODE_LIT = 2, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c196 case TGSI_OPCODE_LIT: in tgsi_util_get_src_usage_mask()
H A Dtgsi_lowering.c1360 case TGSI_OPCODE_LIT: in transform_instr()
H A Dtgsi_exec.c4937 case TGSI_OPCODE_LIT: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c40 case TGSI_OPCODE_LIT: return RC_OPCODE_LIT; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c101 [TGSI_OPCODE_LIT] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c597 case TGSI_OPCODE_LIT: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c467 case TGSI_OPCODE_LIT: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c375 /* TGSI_OPCODE_LIT */
1167 bld_base->op_actions[TGSI_OPCODE_LIT] = lit_action; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1794 [TGSI_OPCODE_LIT] = 0,
2047 case TGSI_OPCODE_LIT: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c610 case TGSI_OPCODE_LIT: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c621 case TGSI_OPCODE_LIT: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2978 case TGSI_OPCODE_LIT: in svga_emit_instruction()
3549 emit->info.opcode_count[TGSI_OPCODE_LIT] >= 1) in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c3179 if (emit->info.opcode_count[TGSI_OPCODE_LIT] > 0) { in alloc_common_immediates()
7453 * Emit code for TGSI_OPCODE_LIT instruction.
11017 case TGSI_OPCODE_LIT: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp309 case TGSI_OPCODE_LIT: in srcMask()
3373 case TGSI_OPCODE_LIT: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11785 [TGSI_OPCODE_LIT] = { ALU_OP0_NOP, tgsi_lit},
11986 [TGSI_OPCODE_LIT] = { ALU_OP0_NOP, tgsi_lit},
12213 [TGSI_OPCODE_LIT] = { ALU_OP0_NOP, tgsi_lit},

Completed in 69 milliseconds