Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_FSGE (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c161 case TGSI_OPCODE_FSGE: in tgsi_opcode_infer_type()
298 case TGSI_OPCODE_FSGE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5483 case TGSI_OPCODE_FSGE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h455 TGSI_OPCODE_FSGE = 109, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp644 case TGSI_OPCODE_FSGE: in inferDstType()
703 case TGSI_OPCODE_FSGE: in getSetCond()
3425 case TGSI_OPCODE_FSGE: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c95 {D3D10_SB_OPCODE_GE, OF_FLOAT, TGSI_OPCODE_FSGE},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2547 bld_base->op_actions[TGSI_OPCODE_FSGE].emit = fsge_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1885 [TGSI_OPCODE_FSGE] = nir_op_fge,
Dnir_to_tgsi.c1390 [nir_op_fge32] = { TGSI_OPCODE_FSGE, TGSI_OPCODE_DSGE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11894 [TGSI_OPCODE_FSGE] = { ALU_OP2_SETGE_DX10, tgsi_op2},
12091 [TGSI_OPCODE_FSGE] = { ALU_OP2_SETGE_DX10, tgsi_op2},
12318 [TGSI_OPCODE_FSGE] = { ALU_OP2_SETGE_DX10, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c880 case TGSI_OPCODE_FSGE: in translate_opcode()
10914 case TGSI_OPCODE_FSGE: in emit_instruction()