Searched refs:bound1 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.c | 128 /* vec3 bound1 = (node->coords[i][1] - origin) * inv_dir; */ in intersect_ray_amd_software_box() 129 nir_ssa_def *bound1 = nir_fmul(b, nir_fsub(b, node_coords[1], origin), inv_dir); in intersect_ray_amd_software_box() local 131 /* float tmin = max(max(min(bound0.x, bound1.x), min(bound0.y, bound1.y)), min(bound0.z, in intersect_ray_amd_software_box() 132 * bound1.z)); */ in intersect_ray_amd_software_box() 135 nir_fmax(b, nir_fmin(b, nir_channel(b, bound0, 0), nir_channel(b, bound1, 0)), in intersect_ray_amd_software_box() 136 nir_fmin(b, nir_channel(b, bound0, 1), nir_channel(b, bound1, 1))), in intersect_ray_amd_software_box() 137 nir_fmin(b, nir_channel(b, bound0, 2), nir_channel(b, bound1, 2))); in intersect_ray_amd_software_box() 139 /* float tmax = min(min(max(bound0.x, bound1.x), max(bound0.y, bound1 in intersect_ray_amd_software_box() [all...] |
/third_party/python/Lib/ |
H A D | fractions.py | 250 bound1 = Fraction(p0+k*p1, q0+k*q1) 252 if abs(bound2 - self) <= abs(bound1-self): 255 return bound1
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 888 $ty:ident <T $(: $tbound1:ident $(+ $tbound2:ident)*)* $(, $typaram:ident : $bound1:ident $(+ $bound2:ident)*)*>, 899 $($typaram: $bound1 $(+ $bound2)*,)* 912 $($typaram: $bound1 $(+ $bound2)*,)* in deserialize() 948 $($typaram: $bound1 $(+ $bound2)*,)* in deserialize_in_place() 1390 $ty:ident <K $(: $kbound1:ident $(+ $kbound2:ident)*)*, V $(, $typaram:ident : $bound1:ident $(+ $bound2:ident)*)*>, 1399 $($typaram: $bound1 $(+ $bound2)*),* 1413 $($typaram: $bound1 $(+ $bound2)*),* in deserialize()
|
Completed in 6 milliseconds