Searched refs:TGSI_OPCODE_FSGE (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 161 case TGSI_OPCODE_FSGE: in tgsi_opcode_infer_type() 298 case TGSI_OPCODE_FSGE: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5483 case TGSI_OPCODE_FSGE: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 455 TGSI_OPCODE_FSGE = 109, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 644 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/ |
D | ShaderTGSI.c | 95 {D3D10_SB_OPCODE_GE, OF_FLOAT, TGSI_OPCODE_FSGE},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2547 bld_base->op_actions[TGSI_OPCODE_FSGE].emit = fsge_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1885 [TGSI_OPCODE_FSGE] = nir_op_fge,
|
D | nir_to_tgsi.c | 1390 [nir_op_fge32] = { TGSI_OPCODE_FSGE, TGSI_OPCODE_DSGE }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11894 [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/ |
D | svga_tgsi_vgpu10.c | 880 case TGSI_OPCODE_FSGE: in translate_opcode() 10914 case TGSI_OPCODE_FSGE: in emit_instruction()
|