Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h361 TGSI_OPCODE_SGE = 15, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c53 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c114 [TGSI_OPCODE_SGE] = {false, false, 0, 1, 2},
H A Di915_fpc_translate.c744 case TGSI_OPCODE_SGE: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c532 case TGSI_OPCODE_SGE: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1826 /* TGSI_OPCODE_SGE (CPU Only) */
2576 bld_base->op_actions[TGSI_OPCODE_SGE].emit = sge_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c653 case TGSI_OPCODE_SGE: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c695 case TGSI_OPCODE_SGE: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2905 case TGSI_OPCODE_SGE: in svga_emit_instruction()
3583 emit->info.opcode_count[TGSI_OPCODE_SGE] >= 1 || in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c7905 * Emit code for TGSI_OPCODE_SGE (Set Greater than or Equal) instruction.
11035 case TGSI_OPCODE_SGE: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp700 case TGSI_OPCODE_SGE: in getSetCond()
3419 case TGSI_OPCODE_SGE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1807 [TGSI_OPCODE_SGE] = nir_op_sge,
H A Dnir_to_tgsi.c1385 [nir_op_sge] = { TGSI_OPCODE_SGE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11801 [TGSI_OPCODE_SGE] = { ALU_OP2_SETGE, tgsi_op2},
11999 [TGSI_OPCODE_SGE] = { ALU_OP2_SETGE, tgsi_op2},
12226 [TGSI_OPCODE_SGE] = { ALU_OP2_SETGE, tgsi_op2},
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1987 case NINED3DSHADER_REL_OP_GE: return TGSI_OPCODE_SGE; in sm1_insn_flags_to_tgsi_setop()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c4989 case TGSI_OPCODE_SGE: in exec_instruction()

Completed in 68 milliseconds