Searched refs:TGSI_OPCODE_ISGE (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 164 { 1, 2, 0, 0, 0, 0, COMP, "ISGE", TGSI_OPCODE_ISGE }, 369 case TGSI_OPCODE_ISGE: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 228 case TGSI_OPCODE_ISGE: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 169 case TGSI_OPCODE_ISGE: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5617 case TGSI_OPCODE_ISGE: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 457 #define TGSI_OPCODE_ISGE 124 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 466 #define TGSI_OPCODE_ISGE 124 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 103 case TGSI_OPCODE_ISGE: in emit_icmp() 775 bld_base->op_actions[TGSI_OPCODE_ISGE].emit = emit_icmp; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 625 case TGSI_OPCODE_ISGE: in inferSrcType() 761 case TGSI_OPCODE_ISGE: in getSetCond() 3448 case TGSI_OPCODE_ISGE: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1578 [TGSI_OPCODE_ISGE] = nir_op_ige,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2429 bld_base->op_actions[TGSI_OPCODE_ISGE].emit = isge_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 603 case TGSI_OPCODE_ISGE: in translate_opcode() 5473 case TGSI_OPCODE_ISGE: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10374 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2}, 10571 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2}, 10793 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3692 case TGSI_OPCODE_ISGE: in iter_instruction()
|