Home
last modified time | relevance | path

Searched refs:x128 (Results 1 – 25 of 68) sorted by relevance

123

/external/deqp/doc/
Dgles3-test-case-resolutions.txt4 dEQP-GLES3.functional.color_clear.* 1x1 128x128
5 dEQP-GLES3.functional.depth_stencil_clear.* 1x1 128x128
6 dEQP-GLES3.functional.buffer.* 64x64 128x128
18 dEQP-GLES3.functional.shaders.discard.* 32x32 128x128
19 dEQP-GLES3.functional.shaders.indexing.* 32x32 128x128
20 dEQP-GLES3.functional.shaders.loops.* 32x32 128x128
21 dEQP-GLES3.functional.shaders.operator.* 64x64 128x128
22 dEQP-GLES3.functional.shaders.matrix.* 32x32 128x128
23 dEQP-GLES3.functional.shaders.return.* 32x32 128x128
24 dEQP-GLES3.functional.shaders.struct.* 32x32 128x128
[all …]
/external/mesa3d/src/mesa/main/
Dformats.csv271 MESA_FORMAT_RGBA_DXT3 , s3tc , 4, 4, 1, x128, , , , xyzw, rgb
272 MESA_FORMAT_RGBA_DXT5 , s3tc , 4, 4, 1, x128, , , , xyzw, rgb
277 MESA_FORMAT_SRGBA_DXT3 , s3tc , 4, 4, 1, x128, , , , xyzw, srgb
278 MESA_FORMAT_SRGBA_DXT5 , s3tc , 4, 4, 1, x128, , , , xyzw, srgb
281 MESA_FORMAT_RGB_FXT1 , fxt1 , 8, 4, 1, x128, , , , xyz1, rgb
282 MESA_FORMAT_RGBA_FXT1 , fxt1 , 8, 4, 1, x128, , , , xyzw, rgb
287 MESA_FORMAT_RG_RGTC2_UNORM , rgtc , 4, 4, 1, x128, , , , xy01, rgb
288 MESA_FORMAT_RG_RGTC2_SNORM , rgtc , 4, 4, 1, x128, , , , xy01, rgb
293 MESA_FORMAT_LA_LATC2_UNORM , latc , 4, 4, 1, x128, , , , xxxy, rgb
294 MESA_FORMAT_LA_LATC2_SNORM , latc , 4, 4, 1, x128, , , , xxxy, rgb
[all …]
/external/mesa3d/src/util/format/
Du_format.csv198 PIPE_FORMAT_DXT3_RGBA , s3tc, 4, 4, 1, x128, , , , xyzw, rgb
199 PIPE_FORMAT_DXT5_RGBA , s3tc, 4, 4, 1, x128, , , , xyzw, rgb
202 PIPE_FORMAT_DXT3_SRGBA , s3tc, 4, 4, 1, x128, , , , xyzw, srgb
203 PIPE_FORMAT_DXT5_SRGBA , s3tc, 4, 4, 1, x128, , , , xyzw, srgb
206 PIPE_FORMAT_FXT1_RGB , fxt1, 8, 4, 1, x128, , , , xyz1, rgb
207 PIPE_FORMAT_FXT1_RGBA , fxt1, 8, 4, 1, x128, , , , xyzw, rgb
211 PIPE_FORMAT_RGTC2_UNORM , rgtc, 4, 4, 1, x128, , , , xy01, rgb
212 PIPE_FORMAT_RGTC2_SNORM , rgtc, 4, 4, 1, x128, , , , xy01, rgb
216 PIPE_FORMAT_LATC2_UNORM , rgtc, 4, 4, 1, x128, , , , xxxy, rgb
217 PIPE_FORMAT_LATC2_SNORM , rgtc, 4, 4, 1, x128, , , , xxxy, rgb
[all …]
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.csv173 PIPE_FORMAT_DXT3_RGBA , s3tc, 4, 4, x128, , , , xyzw, rgb
174 PIPE_FORMAT_DXT5_RGBA , s3tc, 4, 4, x128, , , , xyzw, rgb
177 PIPE_FORMAT_DXT3_SRGBA , s3tc, 4, 4, x128, , , , xyzw, srgb
178 PIPE_FORMAT_DXT5_SRGBA , s3tc, 4, 4, x128, , , , xyzw, srgb
182 PIPE_FORMAT_RGTC2_UNORM , rgtc, 4, 4, x128, , , , xy01, rgb
183 PIPE_FORMAT_RGTC2_SNORM , rgtc, 4, 4, x128, , , , xy01, rgb
187 PIPE_FORMAT_LATC2_UNORM , rgtc, 4, 4, x128, , , , xxxy, rgb
188 PIPE_FORMAT_LATC2_SNORM , rgtc, 4, 4, x128, , , , xxxy, rgb
192 PIPE_FORMAT_BPTC_RGBA_UNORM , bptc, 4, 4, x128, , , , xyzw, rgb
193 PIPE_FORMAT_BPTC_SRGBA , bptc, 4, 4, x128, , , , xyzw, srgb
[all …]
/external/mesa3d/src/amd/vulkan/
Dvk_format_layout.csv153 VK_FORMAT_BC2_UNORM_BLOCK , s3tc, 4, 4, x128, , , , xyzw, rgb
154 VK_FORMAT_BC2_SRGB_BLOCK , s3tc, 4, 4, x128, , , , xyzw, srgb
155 VK_FORMAT_BC3_UNORM_BLOCK , s3tc, 4, 4, x128, , , , xyzw, rgb
156 VK_FORMAT_BC3_SRGB_BLOCK , s3tc, 4, 4, x128, , , , xyzw, srgb
159 VK_FORMAT_BC5_UNORM_BLOCK , rgtc, 4, 4, x128, , , , xy01, rgb
160 VK_FORMAT_BC5_SNORM_BLOCK , rgtc, 4, 4, x128, , , , xy01, rgb
161 VK_FORMAT_BC6H_UFLOAT_BLOCK , bptc, 4, 4, x128, , , , xyz1, rgb
162 VK_FORMAT_BC6H_SFLOAT_BLOCK , bptc, 4, 4, x128, , , , xyz1, rgb
163 VK_FORMAT_BC7_UNORM_BLOCK , bptc, 4, 4, x128, , , , xyzw, rgb
164 VK_FORMAT_BC7_SRGB_BLOCK , bptc, 4, 4, x128, , , , xyzw, srgb
[all …]
/external/libcups/desktop/
DMakefile78 $(INSTALL_DIR) -m 755 $(BUILDROOT)$(ICONDIR)/hicolor/128x128/apps; \
79 $(INSTALL_DATA) cups-128.png $(BUILDROOT)$(ICONDIR)/hicolor/128x128/apps/cups.png; \
123 $(RM) $(BUILDROOT)$(ICONDIR)/hicolor/128x128/apps/cups.png; \
/external/rust/crates/cast/ci/
Dscript.sh8 cargo test --features x128 --target $TARGET
9 cargo test --features x128 --target $TARGET --release
/external/rust/crates/cast/
DCHANGELOG.md15 - The `x128` feature now works on *stable* Rust 1.26+
31 - Support for 128-bit integers, behind the `x128` Cargo feature (nightly
DCargo.toml.orig19 x128 = []
DCargo.toml31 x128 = []
/external/eigen/bench/
DREADME.txt43 double, 128x128: 0.054148s 0.0419669s => x1.29025 (2)
50 double, 128x128: 0.0547509s 0.0435519s => x1.25714 (2)
/external/XNNPACK/scripts/
Dgenerate-f32-raddextexp.sh22 …alef.c.in -D ELEMENTS_TILE=128 -D ACCUMULATORS=1 -o src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c
23 …c.in -D ELEMENTS_TILE=128 -D ACCUMULATORS=2 -o src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c
24 …c.in -D ELEMENTS_TILE=128 -D ACCUMULATORS=4 -o src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c
Dgenerate-f32-raddexpminusmax.sh22 …c.in -D ELEMENTS_TILE=128 -D ACCUMULATORS=1 -o src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c
23 …-D ELEMENTS_TILE=128 -D ACCUMULATORS=2 -o src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c
24 …-D ELEMENTS_TILE=128 -D ACCUMULATORS=4 -o src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c
Dgenerate-f32-vscaleexpminusmax.sh29 …x512f-p5-scalef.c.in -D ELEMENTS_TILE=128 -o src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c
Dgenerate-f32-vscaleextexp.sh29 …xp/avx512f-p5-scalef.c.in -D ELEMENTS_TILE=128 -o src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c
Dgenerate-f32-raddstoreexpminusmax.sh89 …-D ELEMENTS_TILE=128 -D ACCUMULATORS=1 -o src/f32-raddstoreexpminusmax/gen/avx512f-p5-scalef-x128.c
90 …EMENTS_TILE=128 -D ACCUMULATORS=2 -o src/f32-raddstoreexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c
91 …EMENTS_TILE=128 -D ACCUMULATORS=4 -o src/f32-raddstoreexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c
/external/ImageMagick/PerlMagick/t/reference/read/
Dgranite.miff6 page=128x128+0+0
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DMakefile4 SIZES := 16x16 22x22 32x32 48x48 64x64 128x128
/external/llvm-project/clang/test/Sema/
Dmany-parameters.c138 int x128,
/external/clang/test/Sema/
Dmany-parameters.c138 int x128,
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_subtract_sse2.c207 SUBTRACT_FUN(64x128) { STACK_V(64, subtract_64x64); }
209 SUBTRACT_FUN(128x128) { STACK_V(64, subtract_128x64); }
/external/llvm-project/lldb/test/API/commands/settings/use_source_cache/
Dmain.cpp141 int x128 = x127 * x126 + x125; in calc() local
142 int x129 = x128 * x127 + x126; in calc()
143 int x130 = x129 * x128 + x127; in calc()
144 int x131 = x130 * x129 + x128; in calc()
/external/llvm-project/llvm/test/tools/llvm-readobj/XCOFF/
Dbasic.test144 # RELOCSEXP: Virtual Address: 0x128
/external/boringssl/src/third_party/fiat/
Dp256_64.h316 uint64_t x128 = ((uint64_t)x127 + x108); in fiat_p256_mul() local
353 fiat_p256_addcarryx_u64(&x152, &x153, x151, x128, x143); in fiat_p256_mul()
611 uint64_t x128 = ((uint64_t)x127 + x108); in fiat_p256_square() local
648 fiat_p256_addcarryx_u64(&x152, &x153, x151, x128, x143); in fiat_p256_square()
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/
Dp256_64.h316 uint64_t x128 = ((uint64_t)x127 + x108); in fiat_p256_mul() local
353 fiat_p256_addcarryx_u64(&x152, &x153, x151, x128, x143); in fiat_p256_mul()
611 uint64_t x128 = ((uint64_t)x127 + x108); in fiat_p256_square() local
648 fiat_p256_addcarryx_u64(&x152, &x153, x151, x128, x143); in fiat_p256_square()

123