Home
last modified time | relevance | path

Searched refs:m_x (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuSurfaceAccess.cpp31 , m_x (x) in SurfaceAccess()
41 , m_x (0) in SurfaceAccess()
51 , m_x (parent.m_x + x) in SurfaceAccess()
H A 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/
H A 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_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, scissoredQua 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()
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_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, scissoredQua in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1058 , m_x (x) in SpecializeWorkgroupInstance()
1066 deUint32 m_x; member in vkt::compute::__anon27879::SpecializeWorkgroupInstance
1080 , m_x (x) in SpecializeWorkgroupTest()
1090 return new SpecializeWorkgroupInstance(context, m_x, m_y, m_z, m_computePipelineConstructionType); in createInstance()
1094 deUint32 m_x; 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.cpp1066 m_x(x), in SpecializeWorkgroupInstance()
1073 deUint32 m_x; member in vkt::compute::__anon29123::SpecializeWorkgroupInstance
1086 m_x(x), in SpecializeWorkgroupTest()
1095 return new SpecializeWorkgroupInstance(context, m_x, m_y, m_z); in createInstance()
1099 deUint32 m_x; 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/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/
H A Dssl_pm.h47 int x509_pm_new(X509 *x, X509 *m_x);
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c625 int x509_pm_new(X509 *x, X509 *m_x) in x509_pm_new() argument
637 if (m_x) { in x509_pm_new()
638 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/
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()
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 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()
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/
H A Dssl_types.h294 int (*x509_new)(X509 *x, X509 *m_x);
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1058 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1070 , m_x (x) 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()
1111 GLint m_x; member in deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1123 , m_x (x) 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()
1839 int m_x; member in deqp::egl::GLES2ThreadTest::ReadPixels
1850 , m_x ( in ReadPixels()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3841 const X& m_x; member
3842 BarrierMaker (const X& x) : m_x(x) {} in BarrierMaker()
3844 const X* pointer () const { return &m_x; } in pointer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3608 const X& m_x; member
3609 BarrierMaker (const X& x) : m_x(x) {} in BarrierMaker()
3611 const X* pointer () const { return &m_x; } in pointer()

Completed in 43 milliseconds