Searched refs:TGSI_OPCODE_ISLT (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 166 { 1, 2, 0, 0, 0, 0, COMP, "ISLT", TGSI_OPCODE_ISLT }, 371 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 230 case TGSI_OPCODE_ISLT: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 171 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5625 case TGSI_OPCODE_ISLT: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 459 #define TGSI_OPCODE_ISLT 126 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 468 #define TGSI_OPCODE_ISLT 126 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 105 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/ |
D | nv50_ir_from_tgsi.cpp | 627 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/ |
D | tgsi_to_nir.c | 1580 [TGSI_OPCODE_ISLT] = nir_op_ilt,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2431 bld_base->op_actions[TGSI_OPCODE_ISLT].emit = islt_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 605 case TGSI_OPCODE_ISLT: in translate_opcode() 5475 case TGSI_OPCODE_ISLT: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10376 [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/ |
D | vrend_shader.c | 3667 case TGSI_OPCODE_ISLT: in iter_instruction()
|