Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SGT (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h393 TGSI_OPCODE_SGT = 47, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c71 case TGSI_OPCODE_SGT: return RC_OPCODE_SGT; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c239 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_SGT, in aa_transform_prolog()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c115 [TGSI_OPCODE_SGT] = {false, false, 0, 1, 2},
Di915_fpc_translate.c757 case TGSI_OPCODE_SGT: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c634 case TGSI_OPCODE_SGT: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2577 bld_base->op_actions[TGSI_OPCODE_SGT].emit = sgt_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1828 [TGSI_OPCODE_SGT] = 0,
2087 case TGSI_OPCODE_SGT: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2902 case TGSI_OPCODE_SGT: in svga_emit_instruction()
3584 emit->info.opcode_count[TGSI_OPCODE_SGT] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c11037 case TGSI_OPCODE_SGT: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c698 case TGSI_OPCODE_SGT: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c656 case TGSI_OPCODE_SGT: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp708 case TGSI_OPCODE_SGT: in getSetCond()
3421 case TGSI_OPCODE_SGT: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1985 case NINED3DSHADER_REL_OP_GT: return TGSI_OPCODE_SGT; in sm1_insn_flags_to_tgsi_setop()
1993 return TGSI_OPCODE_SGT; in sm1_insn_flags_to_tgsi_setop()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11832 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
12030 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
12257 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c5081 case TGSI_OPCODE_SGT: in exec_instruction()