Home
last modified time | relevance | path

Searched defs:bitcast (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_bitcast_test.cc25 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr(1)); in TEST_F() local
36 auto* bitcast = create<ast::BitcastExpression>(ty.i32(), Expr(1u)); in TEST_F() local
47 auto* bitcast = create<ast::BitcastExpression>(ty.u32(), Expr(1)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_bitcast_test.cc25 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr(1)); in TEST_F() local
36 auto* bitcast = create<ast::BitcastExpression>(ty.i32(), Expr(1u)); in TEST_F() local
47 auto* bitcast = create<ast::BitcastExpression>(ty.u32(), Expr(1)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_bitcast_expression_test.cc26 auto* bitcast = create<ast::BitcastExpression>(ty.u32(), Expr(2.4f)); in TEST_F() local
45 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr(2.4f)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_bitcast_test.cc25 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr(1)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_bitcast_test.cc25 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr(1)); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions.h108 } else if (auto* bitcast = expr->As<BitcastExpression>()) { in TraverseExpressions() local
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp516 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp511 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp511 Instruction* bitcast = ir_builder.AddUnaryOp( in ReplaceMbcnt() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1416 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1431 …auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, result, vector.loadValue(… in createLoad() local
1481 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
1494 auto bitcast = Ice::InstCast::create(::function, Ice::InstCast::Bitcast, vector, value); in createStore() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test.cc486 auto* bitcast = create<ast::BitcastExpression>(ty.f32(), Expr("name")); in TEST_F() local
Dresolver.cc1120 } else if (auto* bitcast = expr->As<ast::BitcastExpression>()) { in Expression() local