Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ISSG (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c174 case TGSI_OPCODE_ISSG: in tgsi_opcode_infer_type()
H A Dtgsi_exec.c5667 case TGSI_OPCODE_ISSG: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h508 TGSI_OPCODE_ISSG = 160, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp568 case TGSI_OPCODE_ISSG: in inferSrcType()
3376 case TGSI_OPCODE_ISSG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1926 [TGSI_OPCODE_ISSG] = nir_op_isign,
H A Dnir_to_tgsi.c1405 [nir_op_isign] = { TGSI_OPCODE_ISSG }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1597 /* TGSI_OPCODE_ISSG (CPU Only) */
2560 bld_base->op_actions[TGSI_OPCODE_ISSG].emit = issg_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11945 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg},
12142 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg},
12369 [TGSI_OPCODE_ISSG] = { 0, tgsi_issg},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8160 * Emit code for TGSI_OPCODE_ISSG (Integer Set Sign) instruction.
11049 case TGSI_OPCODE_ISSG: in emit_instruction()

Completed in 55 milliseconds