Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h80 Constant(const analysis::Type* ty) : type_(ty) {} in Constant()
97 ScalarConstant(const analysis::Type* ty, const std::vector<uint32_t>& w) in ScalarConstant()
99 ScalarConstant(const analysis::Type* ty, std::vector<uint32_t>&& w) in ScalarConstant()
107 IntConstant(const analysis::Integer* ty, const std::vector<uint32_t>& w) in IntConstant()
109 IntConstant(const analysis::Integer* ty, std::vector<uint32_t>&& w) in IntConstant()
127 FloatConstant(const analysis::Float* ty, const std::vector<uint32_t>& w) in FloatConstant()
129 FloatConstant(const analysis::Float* ty, std::vector<uint32_t>&& w) in FloatConstant()
147 BoolConstant(const analysis::Bool* ty, bool v) in BoolConstant()
181 CompositeConstant(const analysis::Type* ty) : Constant(ty), components_() {} in CompositeConstant()
182 CompositeConstant(const analysis::Type* ty, in CompositeConstant()
[all …]
/third_party/spirv-tools/source/opt/
Dconstants.h138 Constant(const Type* ty) : type_(ty) {} in Constant()
167 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant()
169 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant()
177 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant()
179 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant()
227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant()
229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant()
268 BoolConstant(const Bool* ty, bool v) in BoolConstant()
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant()
312 CompositeConstant(const Type* ty, in CompositeConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h138 Constant(const Type* ty) : type_(ty) {} in Constant()
167 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant()
169 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant()
177 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant()
179 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant()
227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant()
229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant()
268 BoolConstant(const Bool* ty, bool v) in BoolConstant()
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant()
312 CompositeConstant(const Type* ty, in CompositeConstant()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h138 Constant(const Type* ty) : type_(ty) {} in Constant()
167 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant()
169 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant()
177 IntConstant(const Integer* ty, const std::vector<uint32_t>& w) in IntConstant()
179 IntConstant(const Integer* ty, std::vector<uint32_t>&& w) in IntConstant()
227 FloatConstant(const Float* ty, const std::vector<uint32_t>& w) in FloatConstant()
229 FloatConstant(const Float* ty, std::vector<uint32_t>&& w) in FloatConstant()
268 BoolConstant(const Bool* ty, bool v) in BoolConstant()
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant()
312 CompositeConstant(const Type* ty, in CompositeConstant()
[all …]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_member_accessor_test.cc30 inline const ast::Type* ty_i32(const ProgramBuilder::TypesBuilder& ty) { in ty_i32()
33 inline const ast::Type* ty_u32(const ProgramBuilder::TypesBuilder& ty) { in ty_u32()
36 inline const ast::Type* ty_f32(const ProgramBuilder::TypesBuilder& ty) { in ty_f32()
40 inline const ast::Type* ty_vec2(const ProgramBuilder::TypesBuilder& ty) { in ty_vec2()
44 inline const ast::Type* ty_vec3(const ProgramBuilder::TypesBuilder& ty) { in ty_vec3()
48 inline const ast::Type* ty_vec4(const ProgramBuilder::TypesBuilder& ty) { in ty_vec4()
52 inline const ast::Type* ty_mat2x2(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x2()
56 inline const ast::Type* ty_mat2x3(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x3()
60 inline const ast::Type* ty_mat2x4(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x4()
64 inline const ast::Type* ty_mat3x2(const ProgramBuilder::TypesBuilder& ty) { in ty_mat3x2()
[all …]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_member_accessor_test.cc30 inline const ast::Type* ty_i32(const ProgramBuilder::TypesBuilder& ty) { in ty_i32()
33 inline const ast::Type* ty_u32(const ProgramBuilder::TypesBuilder& ty) { in ty_u32()
36 inline const ast::Type* ty_f32(const ProgramBuilder::TypesBuilder& ty) { in ty_f32()
40 inline const ast::Type* ty_vec2(const ProgramBuilder::TypesBuilder& ty) { in ty_vec2()
44 inline const ast::Type* ty_vec3(const ProgramBuilder::TypesBuilder& ty) { in ty_vec3()
48 inline const ast::Type* ty_vec4(const ProgramBuilder::TypesBuilder& ty) { in ty_vec4()
52 inline const ast::Type* ty_mat2x2(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x2()
56 inline const ast::Type* ty_mat2x3(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x3()
60 inline const ast::Type* ty_mat2x4(const ProgramBuilder::TypesBuilder& ty) { in ty_mat2x4()
64 inline const ast::Type* ty_mat3x2(const ProgramBuilder::TypesBuilder& ty) { in ty_mat3x2()
[all …]
/third_party/skia/resources/skottie/
Dskottie-fractalnoise-cycle.json1 …":500,"nm":"fractal-cycle","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Black Solid… number
Dskottie-fractalnoise-scalerotate.json1 …"nm":"fractal-scalerotate","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Black Solid… number
Dskottie-fractalnoise-sphere.json1 …:500,"nm":"fractal sphere","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… number
Dskottie-fractalnoise-turbulentbasic.json1 …ctal-types-turbulentbasic","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"block","sr"… number
Dskottie-fractalnoise-turbulentsmooth.json1 …tal-types-turbulentsmooth","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"block","sr"… number
Dskottie-fractalnoise-turbulentsharp.json1 …ctal-types-turbulentsharp","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"block","sr"… number
Dskottie-fractalnoise-suboptions.json1 …"nm":"fractal-sub-options","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"sub offset"… number
Dskottie-fractalnoise-basic.json1 …"nm":"fractal-types-basic","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"block","sr"… number
Dskottie-levels-effect.json1 …orCorrection","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":1,"nm":"White Solid… number
Dskottie-prolevels-effect.json1 …":"prolevels","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… number
Dskottie-sphere-controls.json1 …ere controls","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer… number
Dskottie-fractalnoise-linear.json1 …:500,"nm":"fractal-linear","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Medium Gree… number
Dskottie-fractalnoise-block.json1 …":500,"nm":"fractal-block","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Medium Gree… number
Dskottie-fractalnoise-softlinear.json1 …,"nm":"fractal-softlinear","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Medium Gree… number
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/third_party/flutter/skia/resources/skottie/
Dskottie-levels-effect.json1 …orCorrection","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":1,"nm":"White Solid… number
/third_party/skia/third_party/externals/tint/src/ast/
Dexternal_texture_test.cc26 Texture* ty = create<ExternalTexture>(); in TEST_F() local
35 auto* ty = create<ExternalTexture>(); in TEST_F() local
40 auto* ty = create<ExternalTexture>(); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dvectors.h34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16))); argument
44 #define X(ty, expandedty, numelements) class ty; argument
71 #define X(ty, eltty, castty) \ argument
76 #define X(ty, expandedty, numelements) \ argument

12345678910>>...20