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 }, 401 case TGSI_OPCODE_ISGE: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 226 case TGSI_OPCODE_ISGE: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 168 case TGSI_OPCODE_ISGE: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5838 case TGSI_OPCODE_ISGE: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 474 TGSI_OPCODE_ISGE = 124, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 457 #define TGSI_OPCODE_ISGE 124 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 565 case TGSI_OPCODE_ISGE: in inferSrcType() 701 case TGSI_OPCODE_ISGE: in getSetCond() 3365 case TGSI_OPCODE_ISGE: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 608 [nir_op_ige32] = { TGSI_OPCODE_ISGE, TGSI_OPCODE_I64SGE }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1897 [TGSI_OPCODE_ISGE] = nir_op_ige,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2557 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 | 877 case TGSI_OPCODE_ISGE: in translate_opcode() 9254 case TGSI_OPCODE_ISGE: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11797 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2}, 11994 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2}, 12220 [TGSI_OPCODE_ISGE] = { ALU_OP2_SETGE_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5144 case TGSI_OPCODE_ISGE: in iter_instruction()
|