Searched refs:TGSI_OPCODE_USNE (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_info.c | 147 case TGSI_OPCODE_USNE: in tgsi_opcode_infer_type()
|
H A D | tgsi_exec.c | 5583 case TGSI_OPCODE_USNE: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 485 TGSI_OPCODE_USNE = 140, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 537 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 D | ShaderTGSI.c | 105 {D3D10_SB_OPCODE_INE, OF_INT, TGSI_OPCODE_USNE},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1914 [TGSI_OPCODE_USNE] = nir_op_ine,
|
H A D | nir_to_tgsi.c | 1397 [nir_op_ine32] = { TGSI_OPCODE_USNE, TGSI_OPCODE_U64SNE }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 1442 /* 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 D | r600_shader.c | 11925 [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 D | svga_tgsi_vgpu10.c | 981 case TGSI_OPCODE_USNE: in translate_opcode() 10945 case TGSI_OPCODE_USNE: in emit_instruction()
|
Completed in 61 milliseconds