Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressTestUtil.cpp48 static tcu::Matrix<float, Size, Size> translationMat (const float v) in translationMat() function
167 context.uniforms.push_back(gls::VarSpec("u_posTrans", translationMat<4>(positionFactor-1.0f), translationMat<4>(1.0f-positionFactor))); in generateTextureContext()
401 context.uniforms.push_back(gls::VarSpec("u_mvpMatrix${NS}", translationMat<4>(-0.2f), translationMat<4>(0.2f))); in generateFragmentPointLightContext()
402 context.uniforms.push_back(gls::VarSpec("u_modelViewMatrix${NS}", translationMat<4>(-0.2f), translationMat<4>(0.2f))); in generateFragmentPointLightContext()
403 context.uniforms.push_back(gls::VarSpec("u_normalMatrix${NS}", translationMat<3>(-0.2f), translationMat<3>(0.2f))); in generateFragmentPointLightContext()
404 context.uniforms.push_back(gls::VarSpec("u_texCoordMatrix0${NS}", translationMat< in generateFragmentPointLightContext()
[all...]

Completed in 2 milliseconds