Home
last modified time | relevance | path

Searched defs:normalized (Results 1 – 25 of 98) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
Dformat_utils.c278 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local
657 uint8_t swizzle[4], bool *normalized) in _mesa_format_to_array()
761 const uint8_t swizzle[4], bool normalized, int count) in swizzle_convert_try_memcpy()
926 const uint8_t swizzle[4], bool normalized, int count) in convert_float()
988 const uint8_t swizzle[4], bool normalized, int count) in convert_half_float()
1049 const uint8_t swizzle[4], bool normalized, int count) in convert_ubyte()
1115 const uint8_t swizzle[4], bool normalized, int count) in convert_byte()
1181 const uint8_t swizzle[4], bool normalized, int count) in convert_ushort()
1247 const uint8_t swizzle[4], bool normalized, int count) in convert_short()
1312 const uint8_t swizzle[4], bool normalized, int count) in convert_uint()
[all …]
Dvarray.c281 GLenum format, GLboolean normalized, in _mesa_update_array_format()
334 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array_format()
472 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array()
722 GLboolean normalized, in _mesa_VertexAttribPointer()
759 const GLboolean normalized = GL_FALSE; in _mesa_VertexAttribIPointer() local
1997 GLboolean normalized, GLboolean integer, in vertex_attrib_format()
2048 GLboolean normalized, GLuint relativeOffset) in _mesa_VertexAttribFormat()
2079 GLenum type, GLboolean normalized, in vertex_array_attrib_format()
2122 GLenum type, GLboolean normalized, in _mesa_VertexArrayAttribFormat()
/external/tensorflow/tensorflow/compiler/jit/
Dgraph_to_functiondef.cc93 const string normalized = UniquifyHelper(NormalizeHelper(name)); in Normalize() local
135 const string normalized = node_names.Normalize(node->name()); in GraphToFunctionDef() local
152 const string normalized = node_names.Normalize(node->name()); in GraphToFunctionDef() local
234 const string normalized = in GraphToFunctionDef() local
/external/harfbuzz_ng/src/
Dhb-icu.cc190 UChar utf16[4], normalized[5]; in hb_icu_unicode_compose() local
249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose() local
319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose_compatibility() local
Dhb-glib.cc254 gchar *normalized; in hb_glib_unicode_compose() local
291 gchar *normalized; in hb_glib_unicode_decompose() local
/external/deqp/framework/delibs/debase/
DdeInt32.c152 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ in deRcp32() local
/external/mesa3d/src/compiler/nir/
Dnir_normalize_cubemap_coords.c64 nir_ssa_def *normalized = nir_fmul(b, orig_coord, nir_frcp(b, norm)); in normalize_cubemap_coords_block() local
/external/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.h33 bool normalized; member
DVertexArray.cpp68bool normalized, bool pureInteger, GLsizei stride, const void *pointer) in setAttributeState()
/external/swiftshader/src/OpenGL/libGLES_CM/
DVertexDataManager.h33 bool normalized; member
/external/icu/icu4c/source/i18n/
Duitercollationiterator.h155 UnicodeString normalized; variable
Dutf8collationiterator.h168 UnicodeString normalized; variable
Dutf16collationiterator.h178 UnicodeString normalized; variable
Dnortrans.cpp138 UnicodeString normalized; in handleTransliterate() local
/external/swiftshader/src/OpenGL/libGL/
DVertexDataManager.h36 bool normalized; member
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizationTransliterator.java105 StringBuilder normalized = new StringBuilder(); in handleTransliterate() local
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DNormalizationTransliterator.java104 StringBuilder normalized = new StringBuilder(); in handleTransliterate() local
/external/eigen/Eigen/src/Geometry/
DQuaternion.h127 …EIGEN_DEVICE_FUNC inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs(… in normalized() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java73 private final double[] normalized; field in CorrelatedRandomVectorGenerator
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp159 bool normalized : 1; in LLVMFuzzerTestOneInput() member
/external/swiftshader/src/Renderer/
DStream.hpp101 bool normalized; member
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDIterCollationIterator.java452 private StringBuilder normalized; local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java450 private StringBuilder normalized; local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c232 boolean normalized; in lp_build_unpack_arith_rgba_aos() local
375 boolean normalized; in lp_build_pack_rgba_aos() local
/external/jsoncpp/src/lib_json/
Djson_writer.cpp450 std::string normalized; in normalizeEOL() local
666 std::string normalized; in normalizeEOL() local

1234