Searched refs:i10 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
H A Dvbo_util.h48 static inline float conv_i10_to_i(int i10) argument
51 val.x = i10;
62 static inline float conv_i10_to_norm_float(const struct gl_context *ctx, int i10) argument
65 val.x = i10;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_512_avx512.inl627 int i10,
639 return _mm512_set_epi32(i15, i14, i13, i12, i11, i10, i9, i8, i7, i6, i5, i4, i3, i2, i1, i0);
653 float i10,
665 return _mm512_set_ps(i15, i14, i13, i12, i11, i10, i9, i8, i7, i6, i5, i4, i3, i2, i1, i0);
H A Dsimdlib_512_emu.inl789 int i10,
802 SIMD256T::set_epi32(i15, i14, i13, i12, i11, i10, i9, i8)};
816 float i10,
829 SIMD256T::set_ps(i15, i14, i13, i12, i11, i10, i9, i8)};
784 set_epi32(int i15,int i14,int i13,int i12,int i11,int i10,int i9,int i8,int i7,int i6,int i5,int i4,int i3,int i2,int i1,int i0) argument
811 set_ps(float i15,float i14,float i13,float i12,float i11,float i10,float i9,float i8,float i7,float i6,float i5,float i4,float i3,float i2,float i1,float i0) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_512_avx512.inl627 int i10,
639 return _mm512_set_epi32(i15, i14, i13, i12, i11, i10, i9, i8, i7, i6, i5, i4, i3, i2, i1, i0);
653 float i10,
665 return _mm512_set_ps(i15, i14, i13, i12, i11, i10, i9, i8, i7, i6, i5, i4, i3, i2, i1, i0);
H A Dsimdlib_512_emu.inl789 int i10,
802 SIMD256T::set_epi32(i15, i14, i13, i12, i11, i10, i9, i8)};
816 float i10,
829 SIMD256T::set_ps(i15, i14, i13, i12, i11, i10, i9, i8)};
784 set_epi32(int i15,int i14,int i13,int i12,int i11,int i10,int i9,int i8,int i7,int i6,int i5,int i4,int i3,int i2,int i1,int i0) argument
811 set_ps(float i15,float i14,float i13,float i12,float i11,float i10,float i9,float i8,float i7,float i6,float i5,float i4,float i3,float i2,float i1,float i0) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
H A Dvbo_attrib_tmp.h115 static inline float conv_i10_to_i(int i10) argument
118 val.x = i10;
129 static inline float conv_i10_to_norm_float(const struct gl_context *ctx, int i10) argument
132 val.x = i10;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c1587 LLVMTypeRef i10 = LLVMIntTypeInContext(ctx->context, 10); local in function:ac_build_opencoded_load_format
1589 loads[0] = LLVMBuildTrunc(ctx->builder, data, i10, "");
1591 loads[1] = LLVMBuildTrunc(ctx->builder, tmp, i10, "");
1593 loads[2] = LLVMBuildTrunc(ctx->builder, tmp, i10, "");

Completed in 15 milliseconds