Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1327 const glw::GLint* with_offset_0 = in verifyResult() local
1351 memcpy(captured_data.with_offset_0, with_offset_0, bytes_per_varying); in verifyResult()
1384 logArray(varyings.with_offset_0, m_n_components_per_varying, "With offset X: "); in logVaryings()
1509 if ((captured_data.with_offset_0[i] != expected_values_0[i]) || in checkResult()
1640 glw::GLint with_offset_0[m_n_components_per_varying]; in checkResult() local
1703 with_offset_0[i] = 0 <= captured_data.with_offset_0[i] ? captured_data.with_offset_0[i] : -1; in checkResult()
1737 if ((with_offset_0[i] != expected_values_0[i]) || (with_offset_1[i] != expected_values_1[i]) || in checkResult()
1925 if ((captured_data.with_offset_0[i] != expected_values_0[i]) || in checkResult()
2064 if ((captured_data.with_offset_0[i] != expected_values_0[i]) || in checkResult()
DesextcGPUShader5TextureGatherOffset.hpp188 glw::GLint with_offset_0[4]; member