Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues() local
82 switch (i_ty->width()) { in GenOutputValues()
85 if (i_ty->IsSigned()) { in GenOutputValues()
104 if (i_ty->IsSigned()) { in GenOutputValues()
117 if (i_ty->IsSigned()) { in GenOutputValues()
Dinst_bindless_check_pass.cpp362 const analysis::Integer* i_ty = sz_ty->AsInteger(); in ByteSize() local
363 size *= i_ty->width(); in ByteSize()
/third_party/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp82 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues() local
83 switch (i_ty->width()) { in GenOutputValues()
86 if (i_ty->IsSigned()) { in GenOutputValues()
105 if (i_ty->IsSigned()) { in GenOutputValues()
118 if (i_ty->IsSigned()) { in GenOutputValues()
Dinst_bindless_check_pass.cpp355 const analysis::Integer* i_ty = sz_ty->AsInteger(); in ByteSize() local
356 size *= i_ty->width(); in ByteSize()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_debug_printf_pass.cpp81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues() local
82 switch (i_ty->width()) { in GenOutputValues()
85 if (i_ty->IsSigned()) { in GenOutputValues()
104 if (i_ty->IsSigned()) { in GenOutputValues()
117 if (i_ty->IsSigned()) { in GenOutputValues()
Dinst_bindless_check_pass.cpp362 const analysis::Integer* i_ty = sz_ty->AsInteger(); in ByteSize() local
363 size *= i_ty->width(); in ByteSize()