Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1342 const glw::GLint* with_offset_3 = in verifyResult() local
1354 memcpy(captured_data.with_offset_3, with_offset_3, bytes_per_varying); in verifyResult()
1390 logArray(varyings.with_offset_3, m_n_components_per_varying, "With offset W: "); in logVaryings()
1512 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()
1643 glw::GLint with_offset_3[m_n_components_per_varying]; in checkResult() local
1706 with_offset_3[i] = 0 <= captured_data.with_offset_3[i] ? captured_data.with_offset_3[i] : -1; in checkResult()
1738 (with_offset_2[i] != expected_values_2[i]) || (with_offset_3[i] != expected_values_3[i])) in checkResult()
1928 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()
2067 (captured_data.with_offset_3[i] != expected_values_3[i])) in checkResult()
DesextcGPUShader5TextureGatherOffset.hpp191 glw::GLint with_offset_3[4]; member