Home
last modified time | relevance | path

Searched refs:val_ty (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_debug_printf_pass.cpp29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
30 switch (val_ty->kind()) { in GenOutputValues()
32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
Dinstrument_pass.cpp96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
/third_party/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp30 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local
31 switch (val_ty->kind()) { in GenOutputValues()
33 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()
53 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()
82 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
Dinstrument_pass.cpp141 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local
142 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()
143 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()
162 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local
163 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()