Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ISLT (Results 1 – 13 of 13) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c166 { 1, 2, 0, 0, 0, 0, COMP, "ISLT", TGSI_OPCODE_ISLT },
371 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
Dtgsi_util.c230 case TGSI_OPCODE_ISLT: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c171 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5625 case TGSI_OPCODE_ISLT: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h459 #define TGSI_OPCODE_ISLT 126 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h468 #define TGSI_OPCODE_ISLT 126 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c105 case TGSI_OPCODE_ISLT: in emit_icmp()
776 bld_base->op_actions[TGSI_OPCODE_ISLT].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp627 case TGSI_OPCODE_ISLT: in inferSrcType()
751 case TGSI_OPCODE_ISLT: in getSetCond()
3449 case TGSI_OPCODE_ISLT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1580 [TGSI_OPCODE_ISLT] = nir_op_ilt,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2431 bld_base->op_actions[TGSI_OPCODE_ISLT].emit = islt_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c605 case TGSI_OPCODE_ISLT: in translate_opcode()
5475 case TGSI_OPCODE_ISLT: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10376 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
10573 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
10795 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
/external/virglrenderer/src/
Dvrend_shader.c3667 case TGSI_OPCODE_ISLT: in iter_instruction()