Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1069 int x_modulus; in prepareVertexBufferInfoForCoordinates() local
1086 x_modulus = (int)x_range; in prepareVertexBufferInfoForCoordinates()
1101 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates()
1120 const glw::GLfloat coord_x = ((float)(rand() % x_modulus)) / coordinate_denominator + x_offset; in prepareVertexBufferInfoForCoordinates()