Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_USEQ (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c143 case TGSI_OPCODE_USEQ: in tgsi_opcode_infer_type()
Dtgsi_dynamic_indexing.c203 inst.Instruction.Opcode = TGSI_OPCODE_USEQ; in remove_dynamic_indexes()
Dtgsi_exec.c5567 case TGSI_OPCODE_USEQ: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h481 TGSI_OPCODE_USEQ = 136, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp534 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/
DShaderTGSI.c98 {D3D10_SB_OPCODE_IEQ, OF_INT, TGSI_OPCODE_USEQ},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2595 bld_base->op_actions[TGSI_OPCODE_USEQ].emit = useq_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1910 [TGSI_OPCODE_USEQ] = nir_op_ieq,
Dnir_to_tgsi.c1396 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11921 [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/
Dsvga_tgsi_vgpu10.c973 case TGSI_OPCODE_USEQ: in translate_opcode()
10932 case TGSI_OPCODE_USEQ: in emit_instruction()