Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c162 { 1, 2, 0, 0, 0, 0, COMP, "IMIN", TGSI_OPCODE_IMIN },
399 case TGSI_OPCODE_IMIN: in tgsi_opcode_infer_type()
Dtgsi_util.c224 case TGSI_OPCODE_IMIN: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c166 case TGSI_OPCODE_IMIN: in tgsi_opcode_infer_type()
Dtgsi_exec.c5830 case TGSI_OPCODE_IMIN: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h472 TGSI_OPCODE_IMIN = 122, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h455 #define TGSI_OPCODE_IMIN 122 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp562 case TGSI_OPCODE_IMIN: in inferSrcType()
3145 case TGSI_OPCODE_IMIN: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c657 [nir_op_imin] = { TGSI_OPCODE_IMIN, TGSI_OPCODE_I64MIN }, in ntt_emit_alu()
Dtgsi_to_nir.c1895 [TGSI_OPCODE_IMIN] = nir_op_imin,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2556 bld_base->op_actions[TGSI_OPCODE_IMIN].emit = imin_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c865 case TGSI_OPCODE_IMIN: in translate_opcode()
9252 case TGSI_OPCODE_IMIN: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11795 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
11992 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
12218 [TGSI_OPCODE_IMIN] = { ALU_OP2_MIN_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c4882 case TGSI_OPCODE_IMIN: in iter_instruction()