Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuSurfaceAccess.cpp32 , m_y (y) in SurfaceAccess()
42 , m_y (0) in SurfaceAccess()
52 , m_y (parent.m_y + y) in SurfaceAccess()
H A DtcuSurfaceAccess.hpp66 int m_y; member in tcu::SurfaceAccess
74 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask)); in setPixel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp58 : m_x(x), m_y(y), m_width(width), m_height(height), m_color(color) in ColorQuad()
63 deUint32 m_y; member
73 int top = quad.m_y; in scissorQuad()
74 int bottom = quad.m_y + quad.m_height; in scissorQuad()
133 Vec4 topLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_y, 0.0f, 1.0f); in getVertices()
134 Vec4 topRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHeight * (float)m_quad.m_y, 0.0f, 1.0f); in getVertices()
135 Vec4 bottomLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)(m_quad.m_y + m_quad.m_height), 0.0f, 1.0f); in getVertices()
136 Vec4 bottomRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHeight * (float)(m_quad.m_y + m_quad.m_height), 0.0f, 1.0f); in getVertices()
183 makeRect2D(m_quad.m_x, m_quad.m_y, m_quad.m_width, m_quad.m_height), // VkRect2D rect in addCommands()
634 clear(getSubregion(refImage.getAccess(), scissoredQuad.m_x, scissoredQuad.m_y, in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawScissorTests.cpp58 : m_x(x), m_y(y), m_width(width), m_height(height), m_color(color) in ColorQuad()
63 deUint32 m_y; member
73 int top = quad.m_y; in scissorQuad()
74 int bottom = quad.m_y + quad.m_height; in scissorQuad()
133 Vec4 topLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_y, 0.0f, 1.0f); in getVertices()
134 Vec4 topRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHeight * (float)m_quad.m_y, 0.0f, 1.0f); in getVertices()
135 Vec4 bottomLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)(m_quad.m_y + m_quad.m_height), 0.0f, 1.0f); in getVertices()
136 Vec4 bottomRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHeight * (float)(m_quad.m_y + m_quad.m_height), 0.0f, 1.0f); in getVertices()
183 makeRect2D(m_quad.m_x, m_quad.m_y, m_quad.m_width, m_quad.m_height), // VkRect2D rect in addCommands()
634 clear(getSubregion(refImage.getAccess(), scissoredQuad.m_x, scissoredQuad.m_y, in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1059 , m_y (y) in SpecializeWorkgroupInstance()
1067 deUint32 m_y; member in vkt::compute::__anon27879::SpecializeWorkgroupInstance
1081 , m_y (y) in SpecializeWorkgroupTest()
1090 return new SpecializeWorkgroupInstance(context, m_x, m_y, m_z, m_computePipelineConstructionType); in createInstance()
1095 deUint32 m_y; member in vkt::compute::__anon27879::SpecializeWorkgroupTest
1108 if (m_x * m_y * m_z > properties.limits.maxComputeWorkGroupInvocations) in checkSupport()
1134 const deUint32 size = (deUint32)sizeof(deUint32) * m_x * m_y * m_z; in iterate()
1135 return runCompute(m_context, size, 1, 1, 1, m_computePipelineConstructionType, {m_x, m_y, m_z}); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1067 m_y(y), in SpecializeWorkgroupInstance()
1074 deUint32 m_y; member in vkt::compute::__anon29123::SpecializeWorkgroupInstance
1087 m_y(y), in SpecializeWorkgroupTest()
1095 return new SpecializeWorkgroupInstance(context, m_x, m_y, m_z); in createInstance()
1100 deUint32 m_y; member in vkt::compute::__anon29123::SpecializeWorkgroupTest
1111 if (m_x * m_y * m_z > properties.limits.maxComputeWorkGroupInvocations) in checkSupport()
1137 const deUint32 size = (deUint32)sizeof(deUint32) * m_x * m_y * m_z; in iterate()
1138 return runCompute(m_context, size, 1, 1, 1, {m_x, m_y, m_z}); in iterate()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_marmalade.cpp143 io.MouseWheel += pEvent->m_y; in ImGui_Marmalade_PointerButtonEventCallback()
145 io.MouseWheel += pEvent->m_y; in ImGui_Marmalade_PointerButtonEventCallback()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp3716 gl.uniform4f(input_data_location, expected_results[0].m_x, expected_results[0].m_y, expected_results[0].m_z, in testDraw()
3737 results[0].m_y = feedback_data[1]; in testDraw()
3742 results[1].m_y = feedback_data[5]; in testDraw()
3747 results[2].m_y = feedback_data[9]; in testDraw()
3752 results[3].m_y = feedback_data[13]; in testDraw()
3757 results[4].m_y = feedback_data[17]; in testDraw()
4158 gl.uniform4f(m_uniform_locations[i], input_data[i].m_x, input_data[i].m_y, input_data[i].m_z, in testDraw()
4181 out_first_routine_result.m_y = float_ptr[1]; in testDraw()
4187 out_second_routine_result.m_y = float_ptr[5]; in testDraw()
4193 out_third_routine_result.m_y in testDraw()
[all...]
H A Dgl4cShaderSubroutineTests.hpp169 vec4(T x, T y, T z, T w) : m_x(x), m_y(y), m_z(z), m_w(w) in vec4()
178 result = result && compare(m_y, val.m_y); in operator ==()
187 message << "[ " << m_x << ", " << m_y << ", " << m_z << ", " << m_w << " ]"; in log()
191 T m_y; member
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm83 %define m_y m6
146 movu m_y, [py_2indexq + 2 * indexq]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1059 GLint m_y; member in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1071 , m_y (y) in CopyTexImage2D()
1091 thread.newMessage() << "Begin -- glCopyTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_x << ", " << m_y << ", " << m_width << ", " << m_height << ", " << m_border << ")" << tcu::ThreadUtil::Message::End; in exec()
1092 GLU_CHECK_GLW_CALL(thread.gl, copyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m_width, m_height, m_border)); in exec()
1112 GLint m_y; member in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1124 , m_y (y) in CopyTexSubImage2D()
1142 thread.newMessage() << "Begin -- glCopyTexSubImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_xoffset << ", " << m_yoffset << ", " << m_x << ", " << m_y << ", " << m_width << ", " << m_height << ")" << tcu::ThreadUtil::Message::End; in exec()
1143 GLU_CHECK_GLW_CALL(thread.gl, copyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x, m_y, m_width, m_height)); in exec()
1840 int m_y; member in deqp::egl::GLES2ThreadTest::ReadPixels
1851 , m_y ( in ReadPixels()
[all...]

Completed in 25 milliseconds