Searched refs:TGSI_OPCODE_SGE (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 361 TGSI_OPCODE_SGE = 15, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 53 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 114 [TGSI_OPCODE_SGE] = {false, false, 0, 1, 2},
|
H A D | i915_fpc_translate.c | 744 case TGSI_OPCODE_SGE: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 532 case TGSI_OPCODE_SGE: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 1826 /* 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 D | nvfx_vertprog.c | 653 case TGSI_OPCODE_SGE: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 695 case TGSI_OPCODE_SGE: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2905 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 D | svga_tgsi_vgpu10.c | 7905 * 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 D | nv50_ir_from_tgsi.cpp | 700 case TGSI_OPCODE_SGE: in getSetCond() 3419 case TGSI_OPCODE_SGE: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1807 [TGSI_OPCODE_SGE] = nir_op_sge,
|
H A D | nir_to_tgsi.c | 1385 [nir_op_sge] = { TGSI_OPCODE_SGE }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11801 [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 D | nine_shader.c | 1987 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 D | tgsi_exec.c | 4989 case TGSI_OPCODE_SGE: in exec_instruction()
|
Completed in 68 milliseconds