Home
last modified time | relevance | path

Searched defs:arr_type (Results 1 – 8 of 8) sorted by relevance

/third_party/spirv-tools/source/opt/
Dliveness.cpp88 auto arr_type = type->AsArray(); in GetLocSize() local
128 auto arr_type = agg_type->AsArray(); in GetComponentType() local
141 auto arr_type = agg_type->AsArray(); in GetLocOffset() local
187 auto arr_type = (*curr_type)->AsArray(); in AnalyzeAccessChainLoc() local
299 auto arr_type = pte_type->AsArray(); in ComputeLiveness() local
Deliminate_dead_io_components_pass.cpp88 auto arr_type = core_type->AsArray(); in Process() local
93 const analysis::Array* arr_type = core_type->AsArray(); in Process() local
217 const auto arr_type = core_type->AsArray(); in ChangeIOVarStructLength() local
Deliminate_dead_output_stores_pass.cpp143 auto arr_type = curr_type->AsArray(); in KillAllDeadStoresOfBuiltinRef() local
206 auto arr_type = curr_type->AsArray(); in DoDeadOutputStoreElimination() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_convert_type_test.cc370 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
403 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
448 auto* arr_type = type->As<Array>(); in TEST_F() local
534 auto* arr_type = type->UnwrapAll()->As<Array>(); in TEST_F() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h327 LLVMTypeRef arr_type = LLVMArrayType(LLVMTypeOf(values[0]), value_count); in lp_nir_array_build_gather_values() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c258 const struct glsl_type *arr_type = nir_deref_instr_parent(deref)->type; in nir_deref_instr_array_stride() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1409 } else if (auto* arr_type = target->As<sem::Array>()) { in TypeConversion() local
1465 } else if (auto* arr_type = ty->As<sem::Array>()) { in TypeConstructor() local
/third_party/toybox/generated/
Dglobals.h645 char **arr_type; member