Home
last modified time | relevance | path

Searched refs:triangleInterpolate (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp48 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
57 return triangleInterpolate(quad.x(), quad.y(), quad.z(), x, y); in triQuadInterpolate()
59 return triangleInterpolate(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y); in triQuadInterpolate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp91 inline float triangleInterpolate (const float v0, const float v1, const float v2, const float x, const float y) in triangleInterpolate() function
100 return triangleInterpolate(quad.x(), quad.y(), quad.z(), x, y); in triQuadInterpolate()
102 return triangleInterpolate(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y); in triQuadInterpolate()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp167 float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
172 float triangleInterpolate (const tcu::Vec3& v, float x, float y) in triangleInterpolate() function
174 return triangleInterpolate(v.x(), v.y(), v.z(), x, y); in triangleInterpolate()
419 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
456 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
457 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in sampleTextureNonProjected()
685 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy), in sampleTextureCube()
686 triangleInterpolate(triT[triNdx], triNx, triNy), in sampleTextureCube()
687 triangleInterpolate(triR[triNdx], triNx, triNy)); in sampleTextureCube()
751 float s = triangleInterpolate(tri in sampleTextureNonProjected()
[all...]
H A DgluTextureTestUtil.hpp183 float triangleInterpolate (float v0, float v1, float v2, float x, float y);
184 float triangleInterpolate (const tcu::Vec3& v, float x, float y);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp211 const float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in iterate()
212 const float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp239 const float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in iterate()
240 const float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in iterate()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
338 return triangleInterpolate(quad.x(), quad.y(), quad.z(), x, y); in triQuadInterpolate()
340 return triangleInterpolate(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y); in triQuadInterpolate()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp329 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) in triangleInterpolate() function
338 return triangleInterpolate(quad.x(), quad.y(), quad.z(), x, y); in triQuadInterpolate()
340 return triangleInterpolate(quad.w(), quad.z(), quad.y(), 1.0f-x, 1.0f-y); in triQuadInterpolate()

Completed in 14 milliseconds