Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp2251 …const glw::GLint* floor_tex_coord = results + (vertex * vertex_size_in_results_buffer) + floor_tex… in verifyResult() local
2258 memcpy(captured_data.floor_tex_coord, floor_tex_coord, bytes_per_varying); in verifyResult()
2743 …const glw::GLint absolute_position_x = fract_position_x + captured_data.floor_tex_coord[0] * (int)… in checkResult()
2784 wrap_matrix[i] += captured_data.floor_tex_coord[1]; in checkResult()
2935 …const glw::GLint absolute_position_x = fract_position_x + captured_data.floor_tex_coord[0] * (int)… in checkResult()
DesextcGPUShader5TextureGatherOffset.hpp242 glw::GLint floor_tex_coord[4]; member