/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 182 GLint max_vertex_attribs; in GetMaxVertexAttribs() local 184 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &max_vertex_attribs); in GetMaxVertexAttribs() 187 return max_vertex_attribs; in GetMaxVertexAttribs() 457 GLint max_vertex_attribs = GetMaxVertexAttribs(); in invalidValue() local 474 gl.vertexAttribL1d(max_vertex_attribs, 0.0); in invalidValue() 477 gl.vertexAttribL1d(max_vertex_attribs + 1, 0.0); in invalidValue() 480 gl.vertexAttribL2d(max_vertex_attribs, 0.0, 0.0); in invalidValue() 483 gl.vertexAttribL2d(max_vertex_attribs + 1, 0.0, 0.0); in invalidValue() 486 gl.vertexAttribL3d(max_vertex_attribs, 0.0, 0.0, 0.0); in invalidValue() 489 gl.vertexAttribL3d(max_vertex_attribs + 1, 0.0, 0.0, 0.0); in invalidValue() [all …]
|
D | gl4cDirectStateAccessVertexArraysTests.cpp | 4747 glw::GLint max_vertex_attribs = 16; in iterate() local 4795 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &max_vertex_attribs); in iterate() 4802 gl.vertexArrayAttribFormat(vao, max_vertex_attribs, 1, GL_BYTE, GL_FALSE, 0); in iterate() 4807 gl.vertexArrayAttribFormat(vao, max_vertex_attribs + 1, 1, GL_BYTE, GL_FALSE, 0); in iterate() 4812 gl.vertexArrayAttribIFormat(vao, max_vertex_attribs, 1, GL_BYTE, 0); in iterate() 4817 gl.vertexArrayAttribIFormat(vao, max_vertex_attribs + 1, 1, GL_BYTE, 0); in iterate() 4822 gl.vertexArrayAttribLFormat(vao, max_vertex_attribs, 1, GL_DOUBLE, 0); in iterate() 4827 gl.vertexArrayAttribLFormat(vao, max_vertex_attribs + 1, 1, GL_DOUBLE, 0); in iterate() 5060 glw::GLint max_vertex_attribs = 16; in iterate() local 5074 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &max_vertex_attribs); in iterate() [all …]
|
/external/deqp-deps/glslang/glslang/Include/ |
D | glslang_c_interface.h | 63 int max_vertex_attribs; member
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | glslang_c_interface.h | 63 int max_vertex_attribs; member
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_winsys.h | 149 caps->caps.v2.max_vertex_attribs = 16; in virgl_ws_fill_new_caps_defaults()
|
D | virgl_screen.c | 284 return vscreen->caps.caps.v2.max_vertex_attribs; in virgl_get_param() 372 return vscreen->caps.caps.v2.max_vertex_attribs; in virgl_get_shader_param() 374 shader == PIPE_SHADER_GEOMETRY) ? vscreen->caps.caps.v2.max_vertex_attribs : 32; in virgl_get_shader_param()
|
/external/deqp/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 206 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 8); in init()
|
/external/minigbm/external/ |
D | virgl_hw.h | 384 uint32_t max_vertex_attribs; member
|
/external/mesa3d/src/virtio/virtio-gpu/ |
D | virgl_hw.h | 529 uint32_t max_vertex_attribs; member
|
/external/virglrenderer/src/ |
D | virgl_hw.h | 561 uint32_t max_vertex_attribs; member
|
D | vrend_renderer.c | 10132 glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, (GLint*)&caps->v2.max_vertex_attribs); in vrend_renderer_fill_caps_v2()
|
/external/deqp/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 474 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 16); in init()
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl45-master.txt | 7570 KHR-GL45.limits.max_vertex_attribs
|
D | gl46-master.txt | 7570 KHR-GL46.limits.max_vertex_attribs
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl45-master.txt | 7570 KHR-GL45.limits.max_vertex_attribs
|
D | gl46-master.txt | 7570 KHR-GL46.limits.max_vertex_attribs
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-virgl-gl-fails.txt | 1388 dEQP-GLES31.functional.shaders.builtin_constants.core.max_vertex_attribs,Crash
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl46-master.txt | 9165 KHR-GL46.limits.max_vertex_attribs
|
D | gl45-master.txt | 9165 KHR-GL45.limits.max_vertex_attribs
|
/external/deqp/android/cts/master/ |
D | gles2-master.txt | 18 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|
D | gles2-master-2020-03-01.txt | 18 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/ |
D | gles2-master.txt | 18 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles2-master.txt | 18 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|
/external/deqp/android/cts/master/src/ |
D | gles2-master-2020-03-01.txt | 18 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|
/external/swiftshader/tests/regres/testlists/ |
D | gles2-master-PASS.txt | 2577 dEQP-GLES2.functional.implementation_limits.max_vertex_attribs
|