Home
last modified time | relevance | path

Searched refs:sbox (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c193 const struct pipe_box *sbox = &info->src.box; in emit_blit_buffer() local
204 debug_assert((sbox->y == 0) && (sbox->height == 1)); in emit_blit_buffer()
206 debug_assert((sbox->z == 0) && (sbox->depth == 1)); in emit_blit_buffer()
208 debug_assert(sbox->width == dbox->width); in emit_blit_buffer()
230 sshift = sbox->x & 0x3f; in emit_blit_buffer()
233 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) { in emit_blit_buffer()
236 soff = (sbox->x + off) & ~0x3f; in emit_blit_buffer()
239 w = MIN2(sbox->width - off, (0x4000 - 0x40)); in emit_blit_buffer()
308 const struct pipe_box *sbox = &info->src.box; in emit_blit() local
347 sx1 = sbox->x; in emit_blit()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c313 const struct pipe_box *sbox = &info->src.box; in emit_blit_buffer() local
329 debug_assert((sbox->y == 0) && (sbox->height == 1)); in emit_blit_buffer()
331 debug_assert((sbox->z == 0) && (sbox->depth == 1)); in emit_blit_buffer()
333 debug_assert(sbox->width == dbox->width); in emit_blit_buffer()
355 sshift = sbox->x & 0x3f; in emit_blit_buffer()
360 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) { in emit_blit_buffer()
363 soff = (sbox->x + off) & ~0x3f; in emit_blit_buffer()
366 w = MIN2(sbox->width - off, (0x4000 - 0x40)); in emit_blit_buffer()
631 const struct pipe_box *sbox = &info->src.box; in emit_blit_texture() local
646 sx1 = sbox->x * nr_samples; in emit_blit_texture()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c685 struct pipe_box sbox, dstbox; in r600_resource_copy_region() local
737 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
738 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in r600_resource_copy_region()
739 sbox.z = src_box->z; in r600_resource_copy_region()
740 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in r600_resource_copy_region()
741 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in r600_resource_copy_region()
742 sbox.depth = src_box->depth; in r600_resource_copy_region()
743 src_box = &sbox; in r600_resource_copy_region()
758 sbox = *src_box; in r600_resource_copy_region()
759 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in r600_resource_copy_region()
[all …]
Dr600_texture.c158 struct pipe_box sbox; in r600_copy_from_staging_texture() local
160 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in r600_copy_from_staging_texture()
165 src, 0, &sbox); in r600_copy_from_staging_texture()
171 src, 0, &sbox); in r600_copy_from_staging_texture()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c861 struct pipe_box sbox, dstbox; in si_resource_copy_region() local
917 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in si_resource_copy_region()
918 sbox.y = util_format_get_nblocksy(src->format, src_box->y); in si_resource_copy_region()
919 sbox.z = src_box->z; in si_resource_copy_region()
920 sbox.width = util_format_get_nblocksx(src->format, src_box->width); in si_resource_copy_region()
921 sbox.height = util_format_get_nblocksy(src->format, src_box->height); in si_resource_copy_region()
922 sbox.depth = src_box->depth; in si_resource_copy_region()
923 src_box = &sbox; in si_resource_copy_region()
937 sbox = *src_box; in si_resource_copy_region()
938 sbox.x = util_format_get_nblocksx(src->format, src_box->x); in si_resource_copy_region()
[all …]
Dsi_texture.c162 struct pipe_box sbox; in si_copy_from_staging_texture() local
164 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox); in si_copy_from_staging_texture()
168 transfer->box.z, src, 0, &sbox); in si_copy_from_staging_texture()
173 sbox.width = util_format_get_nblocksx(dst->format, sbox.width); in si_copy_from_staging_texture()
174 sbox.height = util_format_get_nblocksx(dst->format, sbox.height); in si_copy_from_staging_texture()
178 0, &sbox); in si_copy_from_staging_texture()
/external/rust/crates/quiche/deps/boringssl/ios-arm/crypto/fipsmodule/
Dvpaes-armv7.S238 Lk_dsbo:@ decryption sbox final output
241 Lk_dsb9:@ decryption sbox output *9*u, *9*t
244 Lk_dsbd:@ decryption sbox output *D*u, *D*t
247 Lk_dsbb:@ decryption sbox output *B*u, *B*t
250 Lk_dsbe:@ decryption sbox output *E*u, *E*t
485 Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/openscreen/third_party/boringssl/ios-arm/crypto/fipsmodule/
Dvpaes-armv7.S238 Lk_dsbo:@ decryption sbox final output
241 Lk_dsb9:@ decryption sbox output *9*u, *9*t
244 Lk_dsbd:@ decryption sbox output *D*u, *D*t
247 Lk_dsbb:@ decryption sbox output *B*u, *B*t
250 Lk_dsbe:@ decryption sbox output *E*u, *E*t
485 Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/boringssl/ios-arm/crypto/fipsmodule/
Dvpaes-armv7.S238 Lk_dsbo:@ decryption sbox final output
241 Lk_dsb9:@ decryption sbox output *9*u, *9*t
244 Lk_dsbd:@ decryption sbox output *D*u, *D*t
247 Lk_dsbb:@ decryption sbox output *B*u, *B*t
250 Lk_dsbe:@ decryption sbox output *E*u, *E*t
485 Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/boringssl/linux-arm/crypto/fipsmodule/
Dvpaes-armv7.S233 .Lk_dsbo:@ decryption sbox final output
236 .Lk_dsb9:@ decryption sbox output *9*u, *9*t
239 .Lk_dsbd:@ decryption sbox output *D*u, *D*t
242 .Lk_dsbb:@ decryption sbox output *B*u, *B*t
245 .Lk_dsbe:@ decryption sbox output *E*u, *E*t
476 .Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/openscreen/third_party/boringssl/linux-arm/crypto/fipsmodule/
Dvpaes-armv7.S233 .Lk_dsbo:@ decryption sbox final output
236 .Lk_dsb9:@ decryption sbox output *9*u, *9*t
239 .Lk_dsbd:@ decryption sbox output *D*u, *D*t
242 .Lk_dsbb:@ decryption sbox output *B*u, *B*t
245 .Lk_dsbe:@ decryption sbox output *E*u, *E*t
476 .Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/rust/crates/quiche/deps/boringssl/linux-arm/crypto/fipsmodule/
Dvpaes-armv7.S233 .Lk_dsbo:@ decryption sbox final output
236 .Lk_dsb9:@ decryption sbox output *9*u, *9*t
239 .Lk_dsbd:@ decryption sbox output *D*u, *D*t
242 .Lk_dsbb:@ decryption sbox output *B*u, *B*t
245 .Lk_dsbe:@ decryption sbox output *E*u, *E*t
476 .Lk_deskew:@ deskew tables: inverts the sbox's "skew"
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c806 struct pipe_box sbox; in i915_texture_transfer_unmap() local
808 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox); in i915_texture_transfer_unmap()
812 0, &sbox); in i915_texture_transfer_unmap()
/external/scapy/scapy/
Dvolatile.py53 self.sbox = [self.rnd.randint(0, self.fsmask)
62 lsb ^= self.sbox[ct%self.sbox_size]
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1598 struct pipe_box box, sbox; in handle_copy_buffer_to_image() local
1606 sbox.x = copycmd->regions[i].bufferOffset; in handle_copy_buffer_to_image()
1607 sbox.y = 0; in handle_copy_buffer_to_image()
1608 sbox.z = 0; in handle_copy_buffer_to_image()
1609 sbox.width = copycmd->src->bo->width0; in handle_copy_buffer_to_image()
1610 sbox.height = 1; in handle_copy_buffer_to_image()
1611 sbox.depth = 1; in handle_copy_buffer_to_image()
1616 &sbox, in handle_copy_buffer_to_image()
/external/rust/crates/ring/pregenerated/
Dvpaes-armv7-linux32.S460 veor q1, q1, q4 @ vpxor %xmm4, %xmm1, %xmm1 # 0 = sbox output
Dvpaes-armv7-ios32.S471 veor q1, q1, q4 @ vpxor %xmm4, %xmm1, %xmm1 # 0 = sbox output
/external/python/cpython2/Modules/
Dcstubs1322 void sbox float s float s float s float s
Dglmodule.c6703 sbox( arg1 , arg2 , arg3 , arg4 ); in gl_sbox()