Searched refs:slices (Results 76 - 82 of 82) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c153 /* Number of 3D image slices or cube faces */
820 * including all cube faces or 3D image slices
968 * faces and all 3D slices.
1158 * All cube faces and 3D slices will be converted to the requested
1168 const int slices = lpr->num_slices_faces[level]; local
1172 assert(slices > 0);
1174 for (slice = slices - 1; slice >= 0; slice--) {
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk66 # libgcc_s.10.4.dylib. We only build x86 slices since clang doesn't really
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h1171 void setMaskBoxImageSlices(const LengthBox& slices) argument
1173 rareNonInheritedData.access()->m_maskBoxImage.setImageSlices(slices);
1179 void setMaskBoxImageWidth(const BorderImageLengthBox& slices) argument
1181 rareNonInheritedData.access()->m_maskBoxImage.setBorderSlices(slices);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js611 var index = -number, slices = [], array = this.toArray();
614 slices.push(array.slice(index, index+number));
615 return slices.collect(iterator, context);
H A Dconcat-jquery-mootools-prototype.js8990 var index = -number, slices = [], array = this.toArray();
8993 slices.push(array.slice(index, index+number));
8994 return slices.collect(iterator, context);
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1085 add r12, #96 @ sifze of bit-slices key schedule
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S1083 add r12, #96 @ sifze of bit-slices key schedule

Completed in 373 milliseconds

1234