Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
Dwrap_arrays_in_structs.cc89 auto* array_ty = w.array_type(ctx); in Run() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp564 const Array* array_ty = type.AsArray(); in RebuildType() local
570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp564 const Array* array_ty = type.AsArray(); in RebuildType() local
570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp581 const Array* array_ty = type.AsArray(); in RebuildType() local
587 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dsimd.rs389 let array_ty = bx.type_array(bx.type_i8(), expected_bytes); in generic_simd_intrinsic() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dintrinsic.rs1219 let array_ty = bx.type_array(bx.type_i8(), expected_bytes); in generic_simd_intrinsic() localVariable
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs1853 let array_ty = rvalue.ty(body.local_decls(), tcx); in check_rvalue() localVariable
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs726 let array_ty = quote! { [u8; #len] }; in codegen() localVariable