/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.inl | 23 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
|
D | Reactor.cpp | 339 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 …]
|
D | Traits.hpp | 251 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/ |
D | builder_constructor_expression_test.cc | 97 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/ |
D | generator_impl_cast_test.cc | 25 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/ |
D | generator_impl_cast_test.cc | 25 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/ |
D | generator_impl_cast_test.cc | 25 auto* cast = Construct<f32>(1); in TEST_F() local 36 auto* cast = vec3<f32>(vec3<i32>(1, 2, 3)); in TEST_F() local
|
D | generator_impl_constructor_test.cc | 131 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/ |
D | generator_impl_cast_test.cc | 25 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/ |
D | nir_deref.c | 30 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()
|
D | nir_repair_ssa.c | 123 nir_deref_instr *cast = in repair_ssa_def() local
|
/third_party/skia/src/utils/ |
D | SkJSON.h | 176 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/ |
D | angle_cl.h | 67 T &cast() in cast() function 73 const T &cast() const in cast() function
|
/third_party/flutter/skia/src/utils/ |
D | SkJSON.h | 168 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/ |
D | bitcast_validation_test.cc | 86 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/ |
D | variance.ts | 22 cast(_name: ([T] extends [string] ? string : string)) { } method in Bar
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | char16ptr.h | 96 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/ |
D | char16ptr.h | 96 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/ |
D | char16ptr.h | 96 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/ |
D | char16ptr.h | 93 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/ |
D | microprotocols.c | 56 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) in pysqlite_microprotocols_add()
|
/third_party/skia/src/gpu/effects/ |
D | GrAtlasedShaderHelpers.h | 85 const char* cast = args.fShaderCaps->integerSupport() ? "float" : ""; in append_index_uv_varyings() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_rt.c | 120 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/ |
D | test_cast.cpp | 22 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/ |
D | inline.c | 159 struct expression *cast = expr->cast_expression; in copy_expression() local 172 struct expression *cast = copy_expression(expr->cast_expression); in copy_expression() local
|