/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 193 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/ |
D | fd6_blitter.c | 313 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/ |
D | r600_blit.c | 685 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 …]
|
D | r600_texture.c | 158 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/ |
D | si_blit.c | 861 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 …]
|
D | si_texture.c | 162 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/ |
D | vpaes-armv7.S | 238 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/ |
D | vpaes-armv7.S | 238 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/ |
D | vpaes-armv7.S | 238 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/ |
D | vpaes-armv7.S | 233 .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/ |
D | vpaes-armv7.S | 233 .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/ |
D | vpaes-armv7.S | 233 .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/ |
D | i915_resource_texture.c | 806 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/ |
D | volatile.py | 53 self.sbox = [self.rnd.randint(0, self.fsmask) 62 lsb ^= self.sbox[ct%self.sbox_size]
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1598 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/ |
D | vpaes-armv7-linux32.S | 460 veor q1, q1, q4 @ vpxor %xmm4, %xmm1, %xmm1 # 0 = sbox output
|
D | vpaes-armv7-ios32.S | 471 veor q1, q1, q4 @ vpxor %xmm4, %xmm1, %xmm1 # 0 = sbox output
|
/external/python/cpython2/Modules/ |
D | cstubs | 1322 void sbox float s float s float s float s
|
D | glmodule.c | 6703 sbox( arg1 , arg2 , arg3 , arg4 ); in gl_sbox()
|