Home
last modified time | relevance | path

Searched defs:scalar (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitPrefersPathKindBasedOnBundling.js26 function scalar(value) { function
[all...]
/third_party/skia/src/utils/mac/
H A DSkCGBase.h24 static inline CGFloat SkScalarToCGFloat(SkScalar scalar) { in SkScalarToCGFloat() argument
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorSplat.h31 ConstructorSplat(const Expression& scalar, const Type& type) in ConstructorSplat() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_fragdepth.c37 nir_ssa_scalar scalar = nir_ssa_scalar_resolved(def, 0); in ssa_def_is_source_depth() local
H A Dnir_opt_shrink_vectors.c139 nir_ssa_scalar scalar = nir_get_ssa_scalar(instr->src[i].src.ssa, instr->src[i].swizzle[0]); in opt_shrink_vector() local
H A Dnir_lower_array_deref_of_vec.c150 nir_ssa_def *scalar = in nir_lower_array_deref_of_vec_impl() local
H A Dnir_opt_uniform_atomics.c93 get_dim(nir_ssa_scalar scalar) in get_dim() argument
138 match_invocation_comparison(nir_ssa_scalar scalar) match_invocation_comparison() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.hpp98 void move(uint32_t i, RValue<SIMD::Float> &&scalar) { emplace(i, scalar.value(), TypeHint::Float); } in move() argument
99 void move(uint32_t i, RValue<SIMD::Int> &&scalar) { emplace(i, scalar.value(), TypeHint::Int); } in move() argument
100 void move(uint32_t i, RValue<SIMD::UInt> &&scalar) { emplace(i, scalar.value(), TypeHint::UInt); } in move() argument
102 void move(uint32_t i, const RValue<SIMD::Float> &scalar) { emplac argument
103 move(uint32_t i, const RValue<SIMD::Int> &scalar) move() argument
104 move(uint32_t i, const RValue<SIMD::UInt> &scalar) move() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_global_access.c30 try_extract_additions(nir_builder *b, nir_ssa_scalar scalar, uint64_t *out_const, in try_extract_additions() argument
/third_party/node/deps/brotli/c/common/
H A Dtransform.c196 uint32_t scalar = in Shift() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_intern.c22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() argument
[all...]
/third_party/openssl/test/
H A Decstresstest.c45 BIGNUM *scalar = NULL; in walk_curve() local
/third_party/openssl/crypto/bn/
H A Dbn_intern.c22 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in bn_compute_wNAF() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c196 uint32_t scalar = in Shift() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc445 auto* scalar = Expr(4); in TEST_F() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c170 void ossl_curve448_scalar_destroy(curve448_scalar_t scalar) in ossl_curve448_scalar_destroy() argument
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c170 void ossl_curve448_scalar_destroy(curve448_scalar_t scalar) in ossl_curve448_scalar_destroy() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.hpp140 bool scalar = false; member in sw::PixelProgram
H A DVertexProgram.hpp130 bool scalar = false; member in sw::VertexProgram
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp173 float scalar = c2->GetFloat(); in FoldVectorTimesScalar() local
183 double scalar = c2->GetDouble(); in FoldVectorTimesScalar() local
/third_party/skia/third_party/externals/dawn/examples/
H A DAnimometer.cpp46 float scalar; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddragonfly.c191 dragonfly_generate_scalar(const struct crypto_bignum *order, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) dragonfly_generate_scalar() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddragonfly.c191 dragonfly_generate_scalar(const struct crypto_bignum *order, struct crypto_bignum *_rand, struct crypto_bignum *_mask, struct crypto_bignum *scalar) dragonfly_generate_scalar() argument
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c439 agx_submit_cmdbuf(struct agx_device *dev, unsigned cmdbuf, unsigned mappings, uint64_t scalar) in agx_submit_cmdbuf() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp84 scalar, enumerator

Completed in 13 milliseconds

12345