Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h395 TGSI_OPCODE_SLE = 49, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c73 case TGSI_OPCODE_SLE: return RC_OPCODE_SLE; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c117 [TGSI_OPCODE_SLE] = {false, false, 0, 1, 2},
H A Di915_fpc_translate.c748 case TGSI_OPCODE_SLE: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c282 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_SLE, in aa_transform_prolog()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c647 case TGSI_OPCODE_SLE: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1873 /* TGSI_OPCODE_SLE (CPU Only) */
2580 bld_base->op_actions[TGSI_OPCODE_SLE].emit = sle_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1831 [TGSI_OPCODE_SLE] = 0,
2091 case TGSI_OPCODE_SLE: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c662 case TGSI_OPCODE_SLE: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c704 case TGSI_OPCODE_SLE: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2911 case TGSI_OPCODE_SLE: in svga_emit_instruction()
3585 emit->info.opcode_count[TGSI_OPCODE_SLE] >= 1 || in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c8014 * Emit code for TGSI_OPCODE_SLE (Set Less than or Equal) instruction.
11041 case TGSI_OPCODE_SLE: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp698 case TGSI_OPCODE_SLE: in getSetCond()
3422 case TGSI_OPCODE_SLE: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11834 [TGSI_OPCODE_SLE] = { ALU_OP2_SETGE, tgsi_op2_swap},
12032 [TGSI_OPCODE_SLE] = { ALU_OP2_SETGE, tgsi_op2_swap},
12259 [TGSI_OPCODE_SLE] = { ALU_OP2_SETGE, tgsi_op2_swap},
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1990 case NINED3DSHADER_REL_OP_LE: return TGSI_OPCODE_SLE; in sm1_insn_flags_to_tgsi_setop()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c5089 case TGSI_OPCODE_SLE: in exec_instruction()

Completed in 67 milliseconds