Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp27 uint32_t val_ty_id = val_inst->type_id(); in GenOutputValues() local
29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues()
Dinstrument_pass.cpp95 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_id)->type_id(); in Gen32BitCvtCode() local
96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode()
116 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_32b_id)->type_id(); in GenUintCastCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_debug_printf_pass.cpp27 uint32_t val_ty_id = val_inst->type_id(); in GenOutputValues() local
29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues()
Dinstrument_pass.cpp95 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_id)->type_id(); in Gen32BitCvtCode() local
96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode()
116 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_32b_id)->type_id(); in GenUintCastCode() local
117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode()
/third_party/spirv-tools/source/opt/
Dinst_debug_printf_pass.cpp28 uint32_t val_ty_id = val_inst->type_id(); in GenOutputValues() local
30 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues()
Dinstrument_pass.cpp140 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_id)->type_id(); in Gen32BitCvtCode() local
141 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode()
161 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_32b_id)->type_id(); in GenUintCastCode() local
162 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode()