| /xsrc/external/mit/libXfont2/dist/test/ |
| gen_evil_pcf_bitmapscale.py | 47 def i16(x): function 56 return i16(lsb) + i16(rsb) + i16(cw) + i16(asc) + i16(desc) + u16(attr)
|
| gen_evil_pcf_encoding.py | 39 def i16(x): function 48 return i16(lsb) + i16(rsb) + i16(cw) + i16(asc) + i16(desc) + u16(attr)
|
| gen_evil_pcf_norepad.py | 46 def i16(x): function 55 return i16(lsb) + i16(rsb) + i16(cw) + i16(asc) + i16(desc) + u16(attr)
|
| gen_evil_pcf_props.py | 45 def i16(x): function 54 return i16(lsb) + i16(rsb) + i16(cw) + i16(asc) + i16(desc) + u16(attr)
|
| gen_evil_pcf_repad.py | 43 def i16(x): function 52 return i16(lsb) + i16(rsb) + i16(cw) + i16(asc) + i16(desc) + u16(attr)
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| nir_constant_expressions.c | 613 _src[0][_i].i16; 615 _src[1][_i].i16; 619 _dst_val[_i].i16 = dst; 723 _dst_val[0].i16 = -(int)dst.x; 775 _dst_val[0].i16 = -(int)dst.x; 827 _dst_val[0].i16 = -(int)dst.x; 892 _dst_val[0].i16 = -(int)dst.x; 944 _dst_val[0].i16 = -(int)dst.x; 996 _dst_val[0].i16 = -(int)dst.x; 1061 _dst_val[0].i16 = -(int)dst.x [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bi_builder.h.py | 34 ZEXT_DEFAULT = set(["LOAD.i8", "LOAD.i16", "LOAD.i24", "STORE.i8", "STORE.i16", "STORE.i24"])
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| spirv_to_dxil.h | 57 int16_t i16; member in union:__anon2766
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_minmax.cpp | 122 if (a->value.i16[c0] < b->value.i16[c1]) 124 else if (a->value.i16[c0] > b->value.i16[c1]) 208 if ((ismin && b->value.i16[i] < c->value.i16[i]) || 209 (!ismin && b->value.i16[i] > c->value.i16[i])) 210 c->value.i16[i] = b->value.i16[i] [all...] |
| ir.cpp | 767 ir_constant::ir_constant(int16_t i16, unsigned vector_elements) 774 this->value.i16[i] = i16; 777 this->value.i16[i] = 0; 887 case GLSL_TYPE_INT16: this->value.i16[0] = c->value.i16[i]; break; 1040 this->value.i16[i] = value->get_int16_component(j); 1117 case GLSL_TYPE_INT16: return this->value.i16[i] != 0; 1142 case GLSL_TYPE_INT16: return (float) this->value.i16[i]; 1176 case GLSL_TYPE_INT16: return (double) this->value.i16[i] [all...] |
| opt_constant_propagation.cpp | 224 data.i16[i] = found->constant->value.i16[rhs_channel];
|
| lower_precision.cpp | 754 for (unsigned i = 0; i < ARRAY_SIZE(value.i16); i++) 755 value.i16[i] = const_ir->value.i[i]; 1010 for (unsigned i = 0; i < ARRAY_SIZE(value.i16); i++) 1011 value.i16[i] = ir->value.i[i];
|
| ir_constant_expression.cpp | 738 d.i[i] = op[operand]->value.i16[i]; 849 for (unsigned i = 0; i < ARRAY_SIZE(d.i16); i++) 850 d.i16[i] = data.i[i];
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| nir_constant_expressions.c | 507 _dst_val[_i].i16 = dst; 523 _dst_val[_i].i16 = dst; 1015 _src[0][0].i16, 1016 _src[0][1].i16, 1022 _src[1][0].i16, 1023 _src[1][1].i16, 1168 _src[0][0].i16, 1169 _src[0][1].i16, 1170 _src[0][2].i16, 1175 _src[1][0].i16, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| negative_equal_tests.cpp | 264 c[i].i16 = i + first; 335 dst[i].i16 = -src[i].i16;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/clc/ |
| clc.h | 218 int16_t i16; member in union:__anon667
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_print_constant.c | 124 v = consts->i16[c];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| negative_equal_tests.cpp | 349 c[i].i16 = i + first; 407 dst[i].i16 = -src[i].i16;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_llvm_build.c | 78 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); 86 ctx->v2i16 = LLVMVectorType(ctx->i16, 2); 87 ctx->v4i16 = LLVMVectorType(ctx->i16, 4); 102 ctx->i16_0 = LLVMConstInt(ctx->i16, 0, false); 103 ctx->i16_1 = LLVMConstInt(ctx->i16, 1, false); 211 else if (t == ctx->f16 || t == ctx->i16) 212 return ctx->i16; 262 else if (t == ctx->i16 || t == ctx->f16) 425 } else if (LLVMTypeOf(*pgpr) == ctx->i16) { 426 /* Simple version for i16 that allows the caller to set LLVM metadata on the cal [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_llvm_build.c | 75 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); 82 ctx->v2i16 = LLVMVectorType(ctx->i16, 2); 92 ctx->i16_0 = LLVMConstInt(ctx->i16, 0, false); 93 ctx->i16_1 = LLVMConstInt(ctx->i16, 1, false); 210 else if (t == ctx->f16 || t == ctx->i16) 211 return ctx->i16; 264 else if (t == ctx->i16 || t == ctx->f16) 1626 /* LLVM 9+ supports i8/i16 with struct/raw intrinsics. */ 1629 1, ctx->i16, glc, false, 1639 res = LLVMBuildTrunc(ctx->builder, res, ctx->i16, ""); 2135 LLVMTypeRef i16 = LLVMInt16TypeInContext(ctx->context); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_opt_idiv_const.c | 127 d = const_denom[alu->src[1].swizzle[comp]].i16;
|
| nir_instr_set.c | 413 if (c1[i].i16 != -c2[i].i16)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_shader_llvm_vs.c | 38 return LLVMBuildSExt(ctx->ac.builder, LLVMBuildTrunc(ctx->ac.builder, i32, ctx->ac.i16, ""), 112 LLVMTypeRef int_type = bit_size == 16 ? ctx->ac.i16 : ctx->ac.i32; 150 out[i] = LLVMBuildTrunc(ctx->ac.builder, out[i], ctx->ac.i16, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_alu.c | 623 LLVMTypeRef i16; local 627 i16 = LLVMInt16TypeInContext(ctx->ac.context); 633 val = LLVMBuildTrunc(ctx->ac.builder, val, i16, "");
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_instr_set.c | 392 return c1.i16 == -c2.i16;
|