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 },
403 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
Dtgsi_util.c228 case TGSI_OPCODE_ISLT: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c170 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5846 case TGSI_OPCODE_ISLT: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h476 TGSI_OPCODE_ISLT = 126, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h459 #define TGSI_OPCODE_ISLT 126 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp567 case TGSI_OPCODE_ISLT: in inferSrcType()
691 case TGSI_OPCODE_ISLT: in getSetCond()
3366 case TGSI_OPCODE_ISLT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c607 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()
Dtgsi_to_nir.c1899 [TGSI_OPCODE_ISLT] = nir_op_ilt,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2559 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.c879 case TGSI_OPCODE_ISLT: in translate_opcode()
9256 case TGSI_OPCODE_ISLT: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11799 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
11996 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
12222 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
/external/virglrenderer/src/
Dvrend_shader.c5123 case TGSI_OPCODE_ISLT: in iter_instruction()