Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_USNE (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c147 case TGSI_OPCODE_USNE: in tgsi_opcode_infer_type()
H A Dtgsi_exec.c5583 case TGSI_OPCODE_USNE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h485 TGSI_OPCODE_USNE = 140, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp537 case TGSI_OPCODE_USNE: in inferSrcType()
721 case TGSI_OPCODE_USNE: in getSetCond()
3433 case TGSI_OPCODE_USNE: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c105 {D3D10_SB_OPCODE_INE, OF_INT, TGSI_OPCODE_USNE},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1914 [TGSI_OPCODE_USNE] = nir_op_ine,
H A Dnir_to_tgsi.c1397 [nir_op_ine32] = { TGSI_OPCODE_USNE, TGSI_OPCODE_U64SNE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1442 /* TGSI_OPCODE_USNE (CPU Only) */
2071 /* TGSI_OPCODE_USNE (CPU Only) */
2599 bld_base->op_actions[TGSI_OPCODE_USNE].emit = usne_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11925 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2_swap},
12122 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2},
12349 [TGSI_OPCODE_USNE] = { ALU_OP2_SETNE_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c981 case TGSI_OPCODE_USNE: in translate_opcode()
10945 case TGSI_OPCODE_USNE: in emit_instruction()

Completed in 61 milliseconds