Home
last modified time | relevance | path

Searched refs:reg_equiv_ty (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp83 analysis::Type* reg_equiv_ty; in EquivFloatTypeId() local
86 reg_equiv_ty = FloatMatrixType(ty_inst->GetSingleWordInOperand(1), in EquivFloatTypeId()
89 reg_equiv_ty = FloatVectorType(ty_inst->GetSingleWordInOperand(1), width); in EquivFloatTypeId()
91 reg_equiv_ty = FloatScalarType(width); in EquivFloatTypeId()
92 return context()->get_type_mgr()->GetTypeInstruction(reg_equiv_ty); in EquivFloatTypeId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp83 analysis::Type* reg_equiv_ty; in EquivFloatTypeId() local
86 reg_equiv_ty = FloatMatrixType(ty_inst->GetSingleWordInOperand(1), in EquivFloatTypeId()
89 reg_equiv_ty = FloatVectorType(ty_inst->GetSingleWordInOperand(1), width); in EquivFloatTypeId()
91 reg_equiv_ty = FloatScalarType(width); in EquivFloatTypeId()
92 return context()->get_type_mgr()->GetTypeInstruction(reg_equiv_ty); in EquivFloatTypeId()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp83 analysis::Type* reg_equiv_ty; in EquivFloatTypeId() local
86 reg_equiv_ty = FloatMatrixType(ty_inst->GetSingleWordInOperand(1), in EquivFloatTypeId()
89 reg_equiv_ty = FloatVectorType(ty_inst->GetSingleWordInOperand(1), width); in EquivFloatTypeId()
91 reg_equiv_ty = FloatScalarType(width); in EquivFloatTypeId()
92 return context()->get_type_mgr()->GetTypeInstruction(reg_equiv_ty); in EquivFloatTypeId()