Searched refs:TGSI_OPCODE_LIT (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 348 TGSI_OPCODE_LIT = 2, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 196 case TGSI_OPCODE_LIT: in tgsi_util_get_src_usage_mask()
|
H A D | tgsi_lowering.c | 1360 case TGSI_OPCODE_LIT: in transform_instr()
|
H A D | tgsi_exec.c | 4937 case TGSI_OPCODE_LIT: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 40 case TGSI_OPCODE_LIT: return RC_OPCODE_LIT; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 101 [TGSI_OPCODE_LIT] = {false, false, 0, 1, 1},
|
H A D | i915_fpc_translate.c | 597 case TGSI_OPCODE_LIT: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 467 case TGSI_OPCODE_LIT: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 375 /* 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 D | tgsi_to_nir.c | 1794 [TGSI_OPCODE_LIT] = 0, 2047 case TGSI_OPCODE_LIT: in ttn_emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 610 case TGSI_OPCODE_LIT: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 621 case TGSI_OPCODE_LIT: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2978 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 D | svga_tgsi_vgpu10.c | 3179 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 D | nv50_ir_from_tgsi.cpp | 309 case TGSI_OPCODE_LIT: in srcMask() 3373 case TGSI_OPCODE_LIT: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11785 [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 63 milliseconds