Home
last modified time | relevance | path

Searched refs:baseinstance (Results 1 – 25 of 61) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c264 GLuint baseinstance; member
281 const GLuint baseinstance = cmd->baseinstance; in _mesa_unmarshal_DrawArrays() local
285 baseinstance)); in _mesa_unmarshal_DrawArrays()
291 GLsizei count, GLsizei instance_count, GLuint baseinstance) in draw_arrays_async() argument
301 cmd->baseinstance = baseinstance; in draw_arrays_async()
312 GLuint baseinstance; member
330 const GLuint baseinstance = cmd->baseinstance; in _mesa_unmarshal_DrawArraysInstancedBaseInstance() local
343 baseinstance)); in _mesa_unmarshal_DrawArraysInstancedBaseInstance()
355 GLsizei count, GLsizei instance_count, GLuint baseinstance, in draw_arrays_async_user() argument
370 cmd->baseinstance = baseinstance; in draw_arrays_async_user()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_base_instance.txt53 This extension adds that offset in the form of a <baseinstance> parameter
56 The <baseinstance> parameter is added to the index of the array element,
60 extension exposes the <baseinstance> parameter as the final and previously
73 uint baseinstance);
80 uint baseinstance);
88 uint baseinstance);
107 uint baseinstance);
118 VertexAttribDivisor, the value <baseinstance> is used to determine the element
149 uint baseinstance);
156 is specified in <baseinstance>. Thus, the element transferred from instanced
[all …]
DARB_vertex_attrib_binding.txt348 VertexBindingDivisor, the value "baseinstance" is used to determine the
364 floor(instance/divisor) + baseinstance
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_2_autogen.cpp65 GLuint baseinstance) in DrawArraysInstancedBaseInstance() argument
71 baseinstance); in DrawArraysInstancedBaseInstance()
80 context, modePacked, first, count, instancecount, baseinstance)); in DrawArraysInstancedBaseInstance()
84 baseinstance); in DrawArraysInstancedBaseInstance()
87 count, instancecount, baseinstance); in DrawArraysInstancedBaseInstance()
96 GLuint baseinstance) in DrawElementsInstancedBaseInstance() argument
103 baseinstance); in DrawElementsInstancedBaseInstance()
111 context, mode, count, type, indices, instancecount, baseinstance)); in DrawElementsInstancedBaseInstance()
115 baseinstance); in DrawElementsInstancedBaseInstance()
118 indices, instancecount, baseinstance); in DrawElementsInstancedBaseInstance()
[all …]
Dentry_points_gl_4_2_autogen.h30 GLuint baseinstance);
36 GLuint baseinstance);
43 GLuint baseinstance);
/third_party/openGLES/extensions/ARB/
DARB_base_instance.txt63 This extension adds that offset in the form of a <baseinstance> parameter
66 The <baseinstance> parameter is added to the index of the array element,
70 extension exposes the <baseinstance> parameter as the final and previously
83 uint baseinstance);
90 uint baseinstance);
98 uint baseinstance);
117 uint baseinstance);
128 VertexAttribDivisor, the value <baseinstance> is used to determine the element
159 uint baseinstance);
166 is specified in <baseinstance>. Thus, the element transferred from instanced
[all …]
DARB_vertex_attrib_binding.txt358 VertexBindingDivisor, the value "baseinstance" is used to determine the
374 floor(instance/divisor) + baseinstance
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_base_instance.txt61 fetched. This extension adds that offset in the form of a <baseinstance>
64 The <baseinstance> parameter is added to the index of the array element,
68 extension exposes the <baseinstance> parameter as the final and previously
81 uint baseinstance);
88 uint baseinstance);
96 uint baseinstance);
108 behaviour of the <baseinstance> parameter. Modify the 3rd paragraph
115 floor(<instance> / <divisor>) + <baseinstance>"
127 uint baseinstance);
134 attributes is specified in <baseinstance>.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_base_instance.txt61 fetched. This extension adds that offset in the form of a <baseinstance>
64 The <baseinstance> parameter is added to the index of the array element,
68 extension exposes the <baseinstance> parameter as the final and previously
81 uint baseinstance);
88 uint baseinstance);
96 uint baseinstance);
108 behaviour of the <baseinstance> parameter. Modify the 3rd paragraph
115 floor(<instance> / <divisor>) + <baseinstance>"
127 uint baseinstance);
134 attributes is specified in <baseinstance>.
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL42.cpp19 GLuint baseinstance) in ValidateDrawArraysInstancedBaseInstance() argument
30 GLuint baseinstance) in ValidateDrawElementsInstancedBaseInstance() argument
42 GLuint baseinstance) in ValidateDrawElementsInstancedBaseVertexBaseInstance() argument
DvalidationGL42_autogen.h25 GLuint baseinstance);
32 GLuint baseinstance);
40 GLuint baseinstance);
DContext_gl_4_2_autogen.h16 GLuint baseinstance); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL42_autogen.h25 GLuint baseinstance);
32 GLuint baseinstance);
40 GLuint baseinstance);
DvalidationGL4.cpp689 GLuint baseinstance) in ValidateDrawArraysInstancedBaseInstance() argument
701 GLuint baseinstance) in ValidateDrawElementsInstancedBaseInstance() argument
714 GLuint baseinstance) in ValidateDrawElementsInstancedBaseVertexBaseInstance() argument
DvalidationGL4_autogen.h425 GLuint baseinstance);
433 GLuint baseinstance);
442 GLuint baseinstance);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_draw.c140 ice->draw.params.baseinstance != info->start_instance) { in iris_update_draw_parameters()
144 ice->draw.params.baseinstance = info->start_instance; in iris_update_draw_parameters()
Diris_context.h622 int baseinstance; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_draw.c224 ice->draw.params.baseinstance != info->start_instance) { in crocus_update_draw_parameters()
228 ice->draw.params.baseinstance = info->start_instance; in crocus_update_draw_parameters()
Dcrocus_context.h472 int baseinstance; member
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h206 …YPE(GrGLenum mode, GrGLint first, GrGLsizei count, GrGLsizei instancecount, GrGLuint baseinstance);
207 …num type, const void *indices, GrGLsizei instancecount, GrGLint basevertex, GrGLuint baseinstance);
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c1013 brw->baseinstance != base_instance) { in brw_draw_single_prim()
1016 brw->baseinstance = base_instance; in brw_draw_single_prim()
Dbrw_draw_upload.c541 start = vertex_range_start + stride * brw->baseinstance; in brw_prepare_vertices()
Dbrw_context.h1215 int baseinstance; member
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.h399 GLuint baseinstance);
405 GLuint baseinstance);
412 GLuint baseinstance);
Dentry_points_gl_4_autogen.cpp3961 GLuint baseinstance) in GL_DrawArraysInstancedBaseInstance() argument
3967 instancecount, baseinstance); in GL_DrawArraysInstancedBaseInstance()
3976 modePacked, first, count, instancecount, baseinstance)); in GL_DrawArraysInstancedBaseInstance()
3980 baseinstance); in GL_DrawArraysInstancedBaseInstance()
3983 count, instancecount, baseinstance); in GL_DrawArraysInstancedBaseInstance()
3996 GLuint baseinstance) in GL_DrawElementsInstancedBaseInstance() argument
4004 baseinstance); in GL_DrawElementsInstancedBaseInstance()
4012 mode, count, type, indices, instancecount, baseinstance)); in GL_DrawElementsInstancedBaseInstance()
4016 baseinstance); in GL_DrawElementsInstancedBaseInstance()
4019 indices, instancecount, baseinstance); in GL_DrawElementsInstancedBaseInstance()
[all …]

123