Searched refs:f_p (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/property_map/ |
D | compose_property_map.hpp | 32 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/ |
D | NV_geometry_shader_passthrough.txt | 635 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/ |
D | NV_geometry_shader_passthrough.txt | 635 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
|