Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DTraits.inl23 Pointer<Byte> CToReactorPtr<T, ENABLE>::cast(const T *v) function in rr::CToReactorPtr
32 CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>>::cast(const T *v) function in rr::CToReactorPtr::enable_if_t::value
38 Pointer<Byte> CToReactorPtr<void, void>::cast(const void *v) function in rr::CToReactorPtr
46 CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>>::cast(T *v) function in rr::CToReactorPtr::enable_if_t::is_function::value
54 CToReactor<T, std::enable_if_t<std::is_pointer<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_pointer::value
62 CToReactor<T, std::enable_if_t<std::is_enum<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_enum::value
DReactor.cpp339 Byte::Byte(RValue<Int> cast) in Byte()
346 Byte::Byte(RValue<UInt> cast) in Byte()
353 Byte::Byte(RValue<UShort> cast) in Byte()
586 SByte::SByte(RValue<Int> cast) in SByte()
593 SByte::SByte(RValue<Short> cast) in SByte()
821 Short::Short(RValue<Int> cast) in Short()
1049 UShort::UShort(RValue<UInt> cast) in UShort()
1056 UShort::UShort(RValue<Int> cast) in UShort()
1279 Byte4::Byte4(RValue<Byte8> cast) in Byte4()
1284 Byte4::Byte4(RValue<UShort4> cast) in Byte4()
[all …]
DTraits.hpp251 static type cast(T v) { return CToReactor<T>::cast(v); } in cast() function
257 static type cast(T v) { return type(v); } in cast() function
263 static type cast(T v) { return type(v); } in cast() function
269 static type cast(T v) { return type(v); } in cast() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_constructor_expression_test.cc97 auto* cast = Construct(ty.Of(alias), 2.3f); in TEST_F() local
169 auto* cast = Construct<bool>(true); in TEST_F() local
186 auto* cast = Construct<i32>(2); in TEST_F() local
201 auto* cast = Construct<u32>(2u); in TEST_F() local
216 auto* cast = Construct<f32>(2.0f); in TEST_F() local
231 auto* cast = vec2<bool>(true); in TEST_F() local
249 auto* cast = vec2<bool>(var); in TEST_F() local
272 auto* cast = vec2<f32>(2.0f); in TEST_F() local
290 auto* cast = vec2<f32>(var); in TEST_F() local
312 auto* cast = vec2<f32>(2.0f, 2.0f); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_cast_test.cc25 auto* cast = Construct<f32>(1); in TEST_F() local
36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local
47 auto* cast = Construct<u32>(std::numeric_limits<int32_t>::min()); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_cast_test.cc25 auto* cast = Construct<f32>(1); in TEST_F() local
36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_cast_test.cc25 auto* cast = Construct<f32>(1); in TEST_F() local
36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local
Dgenerator_impl_constructor_test.cc131 auto* cast = vec3<f32>(var); in TEST_F() local
154 auto* cast = vec3<bool>(var); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_cast_test.cc25 auto* cast = Construct<f32>(1); in TEST_F() local
36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c30 is_trivial_deref_cast(nir_deref_instr *cast) in is_trivial_deref_cast()
927 is_trivial_array_deref_cast(nir_deref_instr *cast) in is_trivial_array_deref_cast()
952 opt_remove_restricting_cast_alignments(nir_deref_instr *cast) in opt_remove_restricting_cast_alignments()
1025 opt_remove_cast_cast(nir_deref_instr *cast) in opt_remove_cast_cast()
1068 opt_remove_sampler_cast(nir_deref_instr *cast) in opt_remove_sampler_cast()
1118 opt_replace_struct_wrapper_cast(nir_builder *b, nir_deref_instr *cast) in opt_replace_struct_wrapper_cast()
1147 opt_deref_cast(nir_builder *b, nir_deref_instr *cast) in opt_deref_cast()
1245 is_vector_bitcast_deref(nir_deref_instr *cast, in is_vector_bitcast_deref()
Dnir_repair_ssa.c123 nir_deref_instr *cast = in repair_ssa_def() local
/third_party/skia/src/utils/
DSkJSON.h176 const T* cast() const { in cast() function
186 T* cast() { return const_cast<T*>(const_cast<const Value*>(this)->cast<T>()); } in cast() function
/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h67 T &cast() in cast() function
73 const T &cast() const in cast() function
/third_party/flutter/skia/src/utils/
DSkJSON.h168 const T* cast() const { in cast() function
175 T* cast() { return const_cast<T*>(const_cast<const Value*>(this)->cast<T>()); } in cast() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dbitcast_validation_test.cc86 auto* cast = Bitcast(dst.ast(*this), src.expr(*this, 0)); in TEST_P() local
120 auto* cast = Bitcast(dst.ast(*this), Expr(Source{{12, 34}}, "src")); in TEST_P() local
/third_party/typescript/tests/cases/conformance/types/conditional/
Dvariance.ts22 cast(_name: ([T] extends [string] ? string : string)) { } method in Bar
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dchar16ptr.h96 template<typename T> static char16_t *cast(T *t) { in cast() function
204 template<typename T> static const char16_t *cast(const T *t) { in cast() function
/third_party/node/deps/icu-small/source/common/unicode/
Dchar16ptr.h96 template<typename T> static char16_t *cast(T *t) { in cast() function
204 template<typename T> static const char16_t *cast(const T *t) { in cast() function
/third_party/icu/icu4c/source/common/unicode/
Dchar16ptr.h96 template<typename T> static char16_t *cast(T *t) { in cast() function
204 template<typename T> static const char16_t *cast(const T *t) { in cast() function
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dchar16ptr.h93 template<typename T> static char16_t *cast(T *t) { in cast() function
201 template<typename T> static const char16_t *cast(const T *t) { in cast() function
/third_party/python/Modules/_sqlite/
Dmicroprotocols.c56 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) in pysqlite_microprotocols_add()
/third_party/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h85 const char* cast = args.fShaderCaps->integerSupport() ? "float" : ""; in append_index_uv_varyings() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt.c120 nir_deref_instr *cast = in lower_rt_io_derefs() local
133 nir_deref_instr *cast = in lower_rt_io_derefs() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast.cpp22 ToType __attribute__((noinline)) cast(FromType a) { in cast() function
32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast() function
/third_party/ltp/tools/sparse/sparse-src/
Dinline.c159 struct expression *cast = expr->cast_expression; in copy_expression() local
172 struct expression *cast = copy_expression(expr->cast_expression); in copy_expression() local

1234