Home
last modified time | relevance | path

Searched refs:f_p (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/property_map/
Dcompose_property_map.hpp32 inline compose_property_map(const FPMap &f_p, const GPMap &g_p): in compose_property_map() argument
33 f(f_p), g(g_p) in compose_property_map()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_geometry_shader_passthrough.txt635 f_c, which equals the per-primitive attribute value f_p, so the equation
638 f = (a*f_p/w_a + b*f_p/w_b + c*f_p/w_c) / (a/w_a + b/w_b + c/w_c)
639 = f_p * (a/w_a + b/w_b + c/w_c) / (a/w_a + b/w_b + c/w_c)
641 At infinite precision, this computation will produce f_p, however there
/third_party/openGLES/extensions/NV/
DNV_geometry_shader_passthrough.txt635 f_c, which equals the per-primitive attribute value f_p, so the equation
638 f = (a*f_p/w_a + b*f_p/w_b + c*f_p/w_c) / (a/w_a + b/w_b + c/w_c)
639 = f_p * (a/w_a + b/w_b + c/w_c) / (a/w_a + b/w_b + c/w_c)
641 At infinite precision, this computation will produce f_p, however there