Searched refs:t_far (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/geometry/index/detail/algorithms/ |
D | segment_intersection.hpp | 47 RelativeDistance & t_near, RelativeDistance & t_far) in apply() 57 if ( tf < t_far ) in apply() 58 t_far = tf; in apply() 60 return 0 <= t_far && t_near <= t_far; in apply() 73 RelativeDistance & t_near, RelativeDistance & t_far) in apply() 75 … return box_segment_intersection<Box, Point, CurrentDimension - 1>::apply(b, p0, p1, t_near, t_far) in apply() 76 && for_dim::apply(b, p0, p1, t_near, t_far); in apply() 87 RelativeDistance & t_near, RelativeDistance & t_far) in apply() 89 return for_dim::apply(b, p0, p1, t_near, t_far); in apply() 120 RelativeDistance t_far = (::std::numeric_limits<RelativeDistance>::max)(); in apply() local [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_rt_builder.h | 335 nir_ssa_def *t_far; member 363 assert_def_size(defs->t_far, 1, 32); in brw_nir_rt_store_mem_ray() 368 defs->t_far), in brw_nir_rt_store_mem_ray() 431 defs->t_far = nir_channel(b, data[1], 3); in brw_nir_rt_load_mem_ray()
|
D | brw_nir_lower_shader_calls.c | 211 .t_far = ray_t_max, in lower_shader_calls_instr()
|
D | brw_nir_lower_rt_intrinsics.c | 218 sysval = world_ray_in.t_far; in lower_rt_intrinsics_impl()
|