Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuSurfaceAccess.cpp31 , m_x (x) in SurfaceAccess()
41 , m_x (0) in SurfaceAccess()
51 , m_x (parent.m_x + x) in SurfaceAccess()
DtcuSurfaceAccess.hpp65 int m_x; 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/
DvktDrawScissorTests.cpp58 : m_x(x), m_y(y), m_width(width), m_height(height), m_color(color) in ColorQuad()
62 deUint32 m_x; member
71 int left = quad.m_x; in scissorQuad()
72 int right = quad.m_x + quad.m_width; in scissorQuad()
133 …Vec4 topLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)m_quad.m_… in getVertices()
134 …Vec4 topRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHeight… in getVertices()
135 …Vec4 bottomLeft (-1.0f + scaleWidth * (float)m_quad.m_x, -1.0f + scaleHeight * (float)(m_quad… in getVertices()
136 …Vec4 bottomRight (-1.0f + scaleWidth * (float)(m_quad.m_x + m_quad.m_width), -1.0f + scaleHei… in getVertices()
183 makeRect2D(m_quad.m_x, m_quad.m_y, m_quad.m_width, m_quad.m_height), // VkRect2D rect in addCommands()
584 …clear(getSubregion(refImage.getAccess(), scissoredQuad.m_x, scissoredQuad.m_y, 0, scissoredQuad.m_… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1057 m_x(x), in SpecializeWorkgroupInstance()
1064 deUint32 m_x; member in vkt::compute::__anona7efaa6b0111::SpecializeWorkgroupInstance
1077 m_x(x), in SpecializeWorkgroupTest()
1086 return new SpecializeWorkgroupInstance(context, m_x, m_y, m_z); in createInstance()
1090 deUint32 m_x; member in vkt::compute::__anona7efaa6b0111::SpecializeWorkgroupTest
1102 if (m_x * m_y * m_z > properties.limits.maxComputeWorkGroupInvocations) in checkSupport()
1128 const deUint32 size = (deUint32)sizeof(deUint32) * m_x * m_y * m_z; in iterate()
1129 return runCompute(m_context, size, 1, 1, 1, {m_x, m_y, m_z}); in iterate()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/
Dssl_pm.h47 int x509_pm_new(X509 *x, X509 *m_x);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c617 int x509_pm_new(X509 *x, X509 *m_x) in x509_pm_new() argument
629 if (m_x) { in x509_pm_new()
630 struct x509_pm *m_x509_pm = (struct x509_pm *)m_x->x509_pm; in x509_pm_new()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3716 …gl.uniform4f(input_data_location, expected_results[0].m_x, expected_results[0].m_y, expected_resul… in testDraw()
3736 results[0].m_x = feedback_data[0]; in testDraw()
3741 results[1].m_x = feedback_data[4]; in testDraw()
3746 results[2].m_x = feedback_data[8]; in testDraw()
3751 results[3].m_x = feedback_data[12]; in testDraw()
3756 results[4].m_x = feedback_data[16]; 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()
4180 out_first_routine_result.m_x = float_ptr[0]; in testDraw()
4186 out_second_routine_result.m_x = float_ptr[4]; in testDraw()
4192 out_third_routine_result.m_x = float_ptr[8]; in testDraw()
[all …]
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()
177 result = result && compare(m_x, val.m_x); in operator ==()
187 message << "[ " << m_x << ", " << m_y << ", " << m_z << ", " << m_w << " ]"; in log()
190 T m_x; member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h294 int (*x509_new)(X509 *x, X509 *m_x);
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp1058 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1070 , m_x (x) in CopyTexImage2D()
1091 …Image2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_x << ", " << m_y << "… in exec()
1092 …GLU_CHECK_GLW_CALL(thread.gl, copyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m… in exec()
1111 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1123 , m_x (x) in CopyTexSubImage2D()
1142 …TURE_2D, " << m_level << ", " << m_xoffset << ", " << m_yoffset << ", " << m_x << ", " << m_y << "… in exec()
1143 …GLU_CHECK_GLW_CALL(thread.gl, copyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x,… in exec()
1839 int m_x; member in deqp::egl::GLES2ThreadTest::ReadPixels
1850 , m_x (x) in ReadPixels()
[all …]
/third_party/chromium/patch/
D0001-cve.patch58647 zIM;Xxw4C#90q&Xe7gRntKL&bjn}_*`nZs1C0j=C-1m_x)uT$%76^~lAnd*h0mHB^E