HomeSort by: relevance | last modified time | path
    Searched defs:bound1 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
t_extent.c 179 ATF_TC(bound1); variable
180 ATF_TC_HEAD(bound1, tc)
186 ATF_TC_BODY(bound1, tc)
375 ATF_TP_ADD_TC(tp, bound1);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_pipeline_rt.c 1590 /* vec3 bound1 = (node->coords[i][1] - origin) * inv_dir; */
1591 nir_ssa_def *bound1 = nir_fmul(b, nir_fsub(b, node_coords[1], origin), inv_dir); local
1593 /* float tmin = max(max(min(bound0.x, bound1.x), min(bound0.y, bound1.y)), min(bound0.z, bound1.z)); */
1595 nir_fmin(b, nir_channel(b, bound0, 0), nir_channel(b, bound1, 0)),
1596 nir_fmin(b, nir_channel(b, bound0, 1), nir_channel(b, bound1, 1))),
1597 nir_fmin(b, nir_channel(b, bound0, 2), nir_channel(b, bound1, 2)));
1599 /* float tmax = min(min(max(bound0.x, bound1.x), max(bound0.y, bound1.y)), max(bound0.z, bound1.z)); *
    [all...]

Completed in 93 milliseconds