Searched defs:w01 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp113 float w01 = (1.0f-x)*y; local
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp168 float w01 = (1.0f-x)*y; local
171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;

Completed in 306 milliseconds