Home
last modified time | relevance | path

Searched refs:max_vertex_attribs (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp182 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 in invalidValue()
2039 const GLint max_vertex_attribs = GetMaxVertexAttribs(); getVertexArrayConfiguration() local
2316 const GLint max_vertex_attribs = GetMaxVertexAttribs(); prepareVertexArray() local
[all...]
H A Dgl4cDirectStateAccessVertexArraysTests.cpp4747 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...]
/third_party/ffmpeg/libavutil/
H A Dvulkan_glslang.c35 .max_vertex_attribs = 64,
/third_party/glslang/glslang/Include/
H A Dglslang_c_interface.h63 int max_vertex_attribs; member
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h160 caps->caps.v2.max_vertex_attribs = 16; in virgl_ws_fill_new_caps_defaults()
H A Dvirgl_screen.c299 return vscreen->caps.caps.v2.max_vertex_attribs; in virgl_get_param()
403 return vscreen->caps.caps.v2.max_vertex_attribs; in virgl_get_shader_param()
405 shader == PIPE_SHADER_GEOMETRY) ? vscreen->caps.caps.v2.max_vertex_attribs : 32; in virgl_get_shader_param()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp206 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 8); in init()
/third_party/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_hw.h567 uint32_t max_vertex_attribs; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp474 LIMIT_CASE(max_vertex_attribs, GL_MAX_VERTEX_ATTRIBS, GLint, 16); in init()

Completed in 15 milliseconds