Home
last modified time | relevance | path

Searched refs:float_ty (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.cpp802 analysis::Float float_ty(32); in GetBuiltinInputVarId()
803 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
826 analysis::Float float_ty(32); in GetBuiltinInputVarId()
827 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
H A Dconvert_to_half_pass.cpp61 analysis::Float float_ty(width); in FloatScalarType()
62 return context()->get_type_mgr()->GetRegisteredType(&float_ty); in FloatScalarType()
H A Dinstrument_pass.cpp591 analysis::Float float_ty(32); in GetFloatId()
592 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId()
601 analysis::Float float_ty(32); in GetVec4FloatId()
602 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp802 analysis::Float float_ty(32); in GetBuiltinInputVarId()
803 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
826 analysis::Float float_ty(32); in GetBuiltinInputVarId()
827 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
H A Dconvert_to_half_pass.cpp61 analysis::Float float_ty(width); in FloatScalarType()
62 return context()->get_type_mgr()->GetRegisteredType(&float_ty); in FloatScalarType()
H A Dinstrument_pass.cpp591 analysis::Float float_ty(32); in GetFloatId()
592 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId()
601 analysis::Float float_ty(32); in GetVec4FloatId()
602 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId()
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp466 analysis::Float float_ty(32); in GetFloatId()
467 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId()
476 analysis::Float float_ty(32); in GetVec4FloatId()
477 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId()
H A Dir_context.cpp863 analysis::Float float_ty(32); in GetBuiltinInputVarId()
864 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
887 analysis::Float float_ty(32); in GetBuiltinInputVarId()
888 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId()
H A Dconvert_to_half_pass.cpp71 analysis::Float float_ty(width); in FloatScalarType()
72 return context()->get_type_mgr()->GetRegisteredType(&float_ty); in FloatScalarType()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2129 const MachineType& int_ty, const MachineType& float_ty, in ConvertTrapTest()
2133 return builder->Binop(NeOp(float_ty), trunc, check); in ConvertTrapTest()
2141 const MachineType& float_ty, Node* trunc, in ConvertSaturateTest()
2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc, in ConvertSaturateTest()
2157 const MachineType float_ty = FloatConvertType(opcode); in BuildIntConvertFloat() local
2164 trunc = Unop(TruncOp(float_ty), input); in BuildIntConvertFloat()
2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value); in BuildIntConvertFloat()
2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc, in BuildIntConvertFloat()
2188 Node* nan_test = Binop(NeOp(float_ty), input, input); in BuildIntConvertFloat()
2191 Node* neg_test = Binop(LtOp(float_ty), inpu in BuildIntConvertFloat()
2128 ConvertTrapTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertTrapTest() argument
2139 ConvertSaturateTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertSaturateTest() argument
2423 const MachineType float_ty = FloatConvertType(opcode); BuildCcallConvertFloat() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h692 const Type* ConvertType(const spvtools::opt::analysis::Float* float_ty);
H A Dparser_impl.cc941 const spvtools::opt::analysis::Float* float_ty) { in ConvertType()
942 if (float_ty->width() == 32) { in ConvertType()
945 Fail() << "unhandled float width: " << float_ty->width(); in ConvertType()
940 ConvertType( const spvtools::opt::analysis::Float* float_ty) ConvertType() argument

Completed in 25 milliseconds