Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c144 case TGSI_OPCODE_USGE: in tgsi_opcode_infer_type()
Dtgsi_exec.c5571 case TGSI_OPCODE_USGE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h482 TGSI_OPCODE_USGE = 137, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp535 case TGSI_OPCODE_USGE: in inferSrcType()
702 case TGSI_OPCODE_USGE: in getSetCond()
3431 case TGSI_OPCODE_USGE: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c146 {D3D10_SB_OPCODE_UGE, OF_UINT, TGSI_OPCODE_USGE},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2596 bld_base->op_actions[TGSI_OPCODE_USGE].emit = usge_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1911 [TGSI_OPCODE_USGE] = nir_op_uge,
Dnir_to_tgsi.c1400 [nir_op_uge32] = { TGSI_OPCODE_USGE, TGSI_OPCODE_U64SGE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11922 [TGSI_OPCODE_USGE] = { ALU_OP2_SETGE_UINT, tgsi_op2},
12119 [TGSI_OPCODE_USGE] = { ALU_OP2_SETGE_UINT, tgsi_op2},
12346 [TGSI_OPCODE_USGE] = { ALU_OP2_SETGE_UINT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c975 case TGSI_OPCODE_USGE: in translate_opcode()
10933 case TGSI_OPCODE_USGE: in emit_instruction()