Home
last modified time | relevance | path

Searched refs:align_offset (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/dports/security/ADMsmb/ADMsmb_0.3/rpc_pipes/
H A Dsamrparse.c42 q = align_offset(q, base, align); in samr_io_q_close()
45 q = align_offset(q, base, align); in samr_io_q_close()
60 q = align_offset(q, base, align); in samr_io_r_close()
63 q = align_offset(q, base, align); in samr_io_r_close()
81 q = align_offset(q, base, align); in samr_io_q_open_secret()
84 q = align_offset(q, base, align); in samr_io_q_open_secret()
89 q = align_offset(q, base, align); in samr_io_q_open_secret()
105 q = align_offset(q, base, align); in samr_io_r_open_secret()
108 q = align_offset(q, base, align); in samr_io_r_open_secret()
126 q = align_offset(q, base, align); in samr_io_q_lookup_rids()
[all …]
H A Dwksparse.c42 q = align_offset(q, base, align);
47 q = align_offset(q, base, align);
65 q = align_offset(q, base, align);
76 q = align_offset(q, base, align);
79 q = align_offset(q, base, align);
94 q = align_offset(q, base, align);
H A Dsrvparse.c42 q = align_offset(q, base, align); in srv_io_share_info1_str()
60 q = align_offset(q, base, align); in srv_io_share_info1()
79 q = align_offset(q, base, align); in srv_io_share_1_ctr()
105 q = align_offset(q, base, align); in srv_io_share_1_ctr()
123 q = align_offset(q, base, align); in srv_io_q_net_share_enum()
128 q = align_offset(q, base, align); in srv_io_q_net_share_enum()
166 q = align_offset(q, base, align); in srv_io_r_net_share_enum()
202 q = align_offset(q, base, align);
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/tests/run-pass/
H A Dalign_offset_symbolic.rs8 assert_eq!(raw.align_offset(2), 0); in test_align_offset()
9 assert_eq!(raw.align_offset(4), 0); in test_align_offset()
10 …assert_eq!(raw.align_offset(8), usize::MAX); // requested alignment higher than allocation alignme… in test_align_offset()
12 assert_eq!(raw.wrapping_offset(1).align_offset(2), 1); in test_align_offset()
13 assert_eq!(raw.wrapping_offset(1).align_offset(4), 3); in test_align_offset()
14 …assert_eq!(raw.wrapping_offset(1).align_offset(8), usize::MAX); // requested alignment higher than… in test_align_offset()
16 assert_eq!(raw.wrapping_offset(2).align_offset(2), 0); in test_align_offset()
17 assert_eq!(raw.wrapping_offset(2).align_offset(4), 2); in test_align_offset()
18 …assert_eq!(raw.wrapping_offset(2).align_offset(8), usize::MAX); // requested alignment higher than… in test_align_offset()
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c94 unsigned align_offset = nir_intrinsic_align_offset(intr); in nir_lower_ubo_vec4_lower() local
103 align_offset &= 15; in nir_lower_ubo_vec4_lower()
104 assert(align_offset % chan_size_bytes == 0); in nir_lower_ubo_vec4_lower()
108 align_offset + chan_size_bytes * num_components <= 16); in nir_lower_ubo_vec4_lower()
120 int align_chan_offset = align_offset / chan_size_bytes; in nir_lower_ubo_vec4_lower()
137 align_offset + chan_size_bytes * intr->num_components <= 8) { in nir_lower_ubo_vec4_lower()
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dmmap.h24 __field(unsigned long, align_offset)
35 __entry->align_offset = info->align_offset;
43 __entry->align_offset)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dmmap.h24 __field(unsigned long, align_offset)
35 __entry->align_offset = info->align_offset;
43 __entry->align_offset)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dmmap.h24 __field(unsigned long, align_offset)
35 __entry->align_offset = info->align_offset;
43 __entry->align_offset)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/vulkan/
H A Dradv_acceleration_structure.c722 .align_mul = 2, .align_offset = 0); in get_indices()
1310 .align_mul = 4, .align_offset = 0); in build_internal_shader()
1347 .align_offset = 0); in build_internal_shader()
1351 .align_offset = 0); in build_internal_shader()
1424 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1429 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1434 .align_mul = 8, .align_offset = 0); in build_copy_shader()
1443 .align_mul = 4, .align_offset = 0), in build_copy_shader()
1484 .align_mul = 4, .align_offset = 0); in build_copy_shader()
1496 .align_mul = 8, .align_offset = 0), in build_copy_shader()
[all …]

12345678910>>...37