/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 99 def vert( intype, outtype, v0 ): 100 if intype == GENERATE: 105 def line( intype, outtype, ptr, v0, v1 ): 106 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 107 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 113 def do_tri( intype, outtype, ptr, v0, v1, v2 ): 114 line( intype, outtype, ptr, v0, v1 ) 115 line( intype, outtype, ptr + '+2', v1, v2 ) 116 line( intype, outtype, ptr + '+4', v2, v0 ) 118 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ) [all...] |
u_indices_gen.py | 116 def vert( intype, outtype, v0 ): 117 if intype == GENERATE: 122 def point( intype, outtype, ptr, v0 ): 123 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 125 def line( intype, outtype, ptr, v0, v1 ): 126 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 127 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';' 129 def tri( intype, outtype, ptr, v0, v1, v2 ): 130 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';' 131 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + '; [all...] |
/external/gemmlowp/meta/ |
transform_kernels.h | 70 template <typename InType, typename OutType, int kernel_size, int leftovers> 71 class Transform1DKernel<InType, OutType, Quantize, kernel_size, leftovers> { 73 static void Transform(const InType* in, const Quantize& params, 77 std::cout << "Quantize::Transform(" << std::string(typeid(InType).name()) 88 template <typename InType, typename OutType, int kernel_size, int leftovers> 89 class Transform1DKernel<InType, OutType, Dequantize, kernel_size, leftovers> { 91 static void Transform(const InType* in, const Dequantize& params, 95 std::cout << "Dequantize::Transform(" << std::string(typeid(InType).name()) 106 template <typename InType, typename OutType, int kernel_size, int leftovers> 107 class Transform1DKernel<InType, OutType, Requantize, kernel_size, leftovers> [all...] |
streams.h | 47 template <typename InType> 48 class StreamUtil<InType, RowMajor> { 50 static const InType* Offset(const RowMajor& params, const InType* source, 52 return reinterpret_cast<const InType*>( 54 offset_stride * params.stride + offset_advance * sizeof(InType)); 57 static InType* Offset(const RowMajor& params, InType* source, 59 return reinterpret_cast<InType*>(reinterpret_cast<std::uint8_t*>(source) + 61 offset_advance * sizeof(InType)); [all...] |
base.h | 49 typedef InType_ InType; 64 const InType* lhs; 65 const InType* rhs; 76 template <typename InType, int lanes_count, int pack_size, int leftovers, 80 static void Pack(const InType* in, const StreamParams& params, InType* out); 91 template <typename InType, typename StreamType> 94 static const InType* Offset(const StreamType& params, const InType* source, 100 template <typename InType, typename OutType, typename Kernel [all...] |
quantized_mul_kernels.h | 35 template <typename InType, typename OutType, int m, int n, int k> 36 class MulKernel<InType, OutType, QuantizedStaticPreprocessed, RowMajor, m, n, 41 static void Multiply(const InType* lhs, const InType*, 45 std::cout << "MulQSPR(" << typeid(InType).name() << ", " 61 std::cout << "MulQSPR(" << typeid(InType).name() << ", " 83 template <typename InType, typename OutType, int m, int n, int k> 84 class MulKernel<InType, OutType, QuantizedStaticPreprocessedAsInt32, RowMajor, 90 static void Multiply(const InType* lhs, const InType*, [all...] |
single_thread_gemm.h | 34 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( 39 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( 48 typedef typename P::InType InType; 51 typedef Stream<typename P::InType, m, k, k_leftovers, 54 typedef Stream<typename P::InType, m_leftovers, k, k_leftovers, 58 typedef Stream<typename P::InType, n, k, k_leftovers, 61 typedef Stream<typename P::InType, n_leftovers, k, k_leftovers, 71 typedef MulKernel<typename P::InType, typename P::OutType, 74 typedef MulKernel<typename P::InType, typename P::OutType [all...] |
single_thread_transform.h | 33 Transform1DKernel<typename P::InType, typename P::OutType,
|
multi_thread_gemm.h | 39 StreamUtil<typename Params::InType, typename Params::LeftStream>::Offset( 44 StreamUtil<typename Params::InType, typename Params::RightStream>::Offset(
|
multi_thread_transform.h | 32 typedef Transform1DUtil<typename Params::InType, typename Params::OutType,
|
/external/libchrome/base/trace_event/etw_manifest/ |
chrome_events_win.man | 27 inType="win:AnsiString" 31 inType="win:AnsiString" 35 inType="win:AnsiString" 39 inType="win:AnsiString" 43 inType="win:AnsiString" 47 inType="win:AnsiString" 51 inType="win:AnsiString" 55 inType="win:AnsiString"
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-ffi_darwin.c | 309 const ffi_type* inType) 314 for (i = 0; inType->elements[i] != NULL && !containsFP; i++) 316 if (inType->elements[i]->type == FFI_TYPE_FLOAT || 317 inType->elements[i]->type == FFI_TYPE_DOUBLE || 318 inType->elements[i]->type == FFI_TYPE_LONGDOUBLE) 320 else if (inType->elements[i]->type == FFI_TYPE_STRUCT) 321 containsFP = ffi64_struct_contains_fp(inType->elements[i]); 1032 const ffi_type* inType, 1070 switch (inType->size) 1073 srcGMarker += 8 - inType->size [all...] |
ppc-darwin.h | 81 bool ffi64_stret_needs_ptr(const ffi_type* inType,
|
/external/icu/icu4c/source/test/intltest/ |
dcfmtest.h | 58 EFormatInputType inType,
|
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 178 inType = inValues[0].typeString() 180 self.name = "%s_to_%s" % (inType, outType) 182 self.inputs = [("%s in0" % inType, inValues)] 195 inType = inValue.typeString() 197 self.name = "%s_to_%s" % (inType, outType) 198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 199 self.inType = inType
|
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 191 inType = inValues[0].typeString() 193 self.name = "%s_to_%s" % (inType, outType) 195 self.inputs = [("%s in0" % inType, inValues)] 208 inType = inValue.typeString() 210 self.name = "%s_to_%s" % (inType, outType) 211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 212 self.inType = inType
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
CarbonEvtsupport.py | 279 EventParamType inType; 283 if (!PyArg_ParseTuple(_args, "O&O&", PyMac_GetOSType, &inName, PyMac_GetOSType, &inType)) 287 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL); 295 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer);
|
/external/deqp/modules/glshared/ |
glsShaderConstExprTests.cpp | 126 const DataType inType = cases[caseNdx].inType; 141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types) 202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); 204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
|
glsShaderConstExprTests.hpp | 55 DataType inType;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicColorMatrix.cpp | 112 uint32_t inType :4; // [4 - 7] 215 key.u.inType = RS_TYPE_FLOAT_32; 216 rsAssert(key.u.inType == RS_TYPE_FLOAT_32); 260 key.u.copyAlpha = !(key.u.inType || key.u.outType); 302 if (key.u.inType && !key.u.outType) { 466 // inType, outType float if nonzero 467 if (!(key.u.inType || key.u.outType)) { 524 if (key.u.inType || key.u.outType) { 530 if (key.u.inType) { 722 if (key.u.inType != key.u.outType) [all...] |
rsCpuScript.cpp | 578 const Type *inType = ain0->getType(); 580 mtls->redp.dim.x = inType->getDimX(); 581 mtls->redp.dim.y = inType->getDimY(); 582 mtls->redp.dim.z = inType->getDimZ(); 662 const Type *inType = ain0->getType(); 664 mtls->fep.dim.x = inType->getDimX(); 665 mtls->fep.dim.y = inType->getDimY(); 666 mtls->fep.dim.z = inType->getDimZ(); [all...] |
/external/python/cpython2/Mac/Modules/launch/ |
_Launchmodule.c | 263 OSType inType; 270 PyMac_GetOSType, &inType, 275 _err = LSGetApplicationForInfo(inType, 445 PyDoc_STR("(OSType inType, OSType inCreator, CFStringRef inExtension, LSRolesMask inRoleMask) -> (FSRef outAppRef, CFURLRef outAppURL)")},
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
Script.java | 47 Type inType = ain.getType(); 48 dInElement = inType.getElement().getDummyElement(mRS); 49 dInType = inType.getDummyType(mRS, dInElement); 50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
ocaml.swg | 84 swig_type_info *intype, swig_type_info *outtype) { 85 if (intype) { 86 return SWIG_Cast(inptr, intype,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tdh.h | 73 USHORT InType;
|