Searched refs:TGSI_OPCODE_USEQ (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 143 case TGSI_OPCODE_USEQ: in tgsi_opcode_infer_type()
|
D | tgsi_dynamic_indexing.c | 203 inst.Instruction.Opcode = TGSI_OPCODE_USEQ; in remove_dynamic_indexes()
|
D | tgsi_exec.c | 5567 case TGSI_OPCODE_USEQ: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 481 TGSI_OPCODE_USEQ = 136, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 534 case TGSI_OPCODE_USEQ: in inferSrcType() 711 case TGSI_OPCODE_USEQ: in getSetCond() 3430 case TGSI_OPCODE_USEQ: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 98 {D3D10_SB_OPCODE_IEQ, OF_INT, TGSI_OPCODE_USEQ},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2595 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = useq_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1910 [TGSI_OPCODE_USEQ] = nir_op_ieq,
|
D | nir_to_tgsi.c | 1396 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11921 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2}, 12118 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2}, 12345 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 973 case TGSI_OPCODE_USEQ: in translate_opcode() 10932 case TGSI_OPCODE_USEQ: in emit_instruction()
|