Home
last modified time | relevance | path

Searched refs:single_type (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c640 LLVMTypeRef single_type = lp_build_vec_type(gallivm, single_type_lp); in lp_build_transpose_aos() local
650 src0 = LLVMConstNull(single_type); in lp_build_transpose_aos()
652 src1 = LLVMConstNull(single_type); in lp_build_transpose_aos()
664 src2 = LLVMConstNull(single_type); in lp_build_transpose_aos()
666 src3 = LLVMConstNull(single_type); in lp_build_transpose_aos()
691 dst[0] = LLVMBuildBitCast(gallivm->builder, dst[0], single_type, "dst0"); in lp_build_transpose_aos()
692 dst[1] = LLVMBuildBitCast(gallivm->builder, dst[1], single_type, "dst1"); in lp_build_transpose_aos()
693 dst[2] = LLVMBuildBitCast(gallivm->builder, dst[2], single_type, "dst2"); in lp_build_transpose_aos()
694 dst[3] = LLVMBuildBitCast(gallivm->builder, dst[3], single_type, "dst3"); in lp_build_transpose_aos()
/third_party/rust/crates/cxx/syntax/
Dparse.rs422 if let (Some(single_type), None) = (types.next(), types.next()) { in parse_foreign_mod()
423 let single_type = single_type.clone(); in parse_foreign_mod() localVariable
428 receiver.ty.rust = single_type.rust.clone(); in parse_foreign_mod()
/third_party/elfutils/m4/
Dax_cxx_compile_stdcxx.m4198 typedef check<void> single_type;
/third_party/nghttp2/m4/
Dax_cxx_compile_stdcxx.m4208 typedef check<void> single_type;
/third_party/cups-filters/m4/
Dax_cxx_compile_stdcxx.m4218 typedef check<void> single_type;
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_cxx_compile_stdcxx.m4218 typedef check<void> single_type;
/third_party/node/deps/cares/m4/
Dax_cxx_compile_stdcxx.m4239 typedef check<void> single_type;
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js1111 function single_type(tokeniser, typeName) { function
1175 return single_type(tokeniser, typeName) || union_type(tokeniser, typeName);
/third_party/node/deps/cares/
Dconfigure6386 typedef check<void> single_type;