Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp364 const float yf1 = (float)(baseY + 1) / (float)gridSizeY; in generateVertices() local
372 ADD_VERTEX(xf0, yf1); in generateVertices()
375 ADD_VERTEX(xf1, yf1); in generateVertices()
376 ADD_VERTEX(xf0, yf1); in generateVertices()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp364 const float yf1 = (float)(baseY + 1) / (float)gridSizeY; in generateVertices() local
372 ADD_VERTEX(xf0, yf1); in generateVertices()
375 ADD_VERTEX(xf1, yf1); in generateVertices()
376 ADD_VERTEX(xf0, yf1); in generateVertices()
/third_party/ffmpeg/libavfilter/
Dvf_xfade.c1399 const type *yf1 = (const type *)(b->data[0] + \
1402 bg[1][0] = yf1[x]; \