Searched refs:reg_float_ty (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_context.cpp | 803 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 804 analysis::Vector v4float_ty(reg_float_ty, 4); in GetBuiltinInputVarId() 827 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 828 analysis::Vector v3float_ty(reg_float_ty, 3); in GetBuiltinInputVarId()
|
D | convert_to_half_pass.cpp | 67 analysis::Type* reg_float_ty = FloatScalarType(width); in FloatVectorType() local 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
|
D | instrument_pass.cpp | 592 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId() local 593 float_id_ = type_mgr->GetTypeInstruction(reg_float_ty); in GetFloatId() 602 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId() local 603 analysis::Vector v4float_ty(reg_float_ty, 4); in GetVec4FloatId()
|
/third_party/spirv-tools/source/opt/ |
D | ir_context.cpp | 804 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 805 analysis::Vector v4float_ty(reg_float_ty, 4); in GetBuiltinInputVarId() 828 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 829 analysis::Vector v3float_ty(reg_float_ty, 3); in GetBuiltinInputVarId()
|
D | convert_to_half_pass.cpp | 67 analysis::Type* reg_float_ty = FloatScalarType(width); in FloatVectorType() local 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
|
D | instrument_pass.cpp | 646 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId() local 647 float_id_ = type_mgr->GetTypeInstruction(reg_float_ty); in GetFloatId() 656 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId() local 657 analysis::Vector v4float_ty(reg_float_ty, 4); in GetVec4FloatId()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_context.cpp | 803 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 804 analysis::Vector v4float_ty(reg_float_ty, 4); in GetBuiltinInputVarId() 827 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetBuiltinInputVarId() local 828 analysis::Vector v3float_ty(reg_float_ty, 3); in GetBuiltinInputVarId()
|
D | convert_to_half_pass.cpp | 67 analysis::Type* reg_float_ty = FloatScalarType(width); in FloatVectorType() local 68 analysis::Vector vec_ty(reg_float_ty, v_len); in FloatVectorType()
|
D | instrument_pass.cpp | 592 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetFloatId() local 593 float_id_ = type_mgr->GetTypeInstruction(reg_float_ty); in GetFloatId() 602 analysis::Type* reg_float_ty = type_mgr->GetRegisteredType(&float_ty); in GetVec4FloatId() local 603 analysis::Vector v4float_ty(reg_float_ty, 4); in GetVec4FloatId()
|