/third_party/mesa3d/src/mesa/main/ |
D | glthread_draw.c | 264 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/ |
D | ARB_base_instance.txt | 53 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 …]
|
D | ARB_vertex_attrib_binding.txt | 348 VertexBindingDivisor, the value "baseinstance" is used to determine the 364 floor(instance/divisor) + baseinstance
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_2_autogen.cpp | 65 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 …]
|
D | entry_points_gl_4_2_autogen.h | 30 GLuint baseinstance); 36 GLuint baseinstance); 43 GLuint baseinstance);
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_base_instance.txt | 63 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 …]
|
D | ARB_vertex_attrib_binding.txt | 358 VertexBindingDivisor, the value "baseinstance" is used to determine the 374 floor(instance/divisor) + baseinstance
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_base_instance.txt | 61 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/ |
D | EXT_base_instance.txt | 61 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/ |
D | validationGL42.cpp | 19 GLuint baseinstance) in ValidateDrawArraysInstancedBaseInstance() argument 30 GLuint baseinstance) in ValidateDrawElementsInstancedBaseInstance() argument 42 GLuint baseinstance) in ValidateDrawElementsInstancedBaseVertexBaseInstance() argument
|
D | validationGL42_autogen.h | 25 GLuint baseinstance); 32 GLuint baseinstance); 40 GLuint baseinstance);
|
D | Context_gl_4_2_autogen.h | 16 GLuint baseinstance); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL42_autogen.h | 25 GLuint baseinstance); 32 GLuint baseinstance); 40 GLuint baseinstance);
|
D | validationGL4.cpp | 689 GLuint baseinstance) in ValidateDrawArraysInstancedBaseInstance() argument 701 GLuint baseinstance) in ValidateDrawElementsInstancedBaseInstance() argument 714 GLuint baseinstance) in ValidateDrawElementsInstancedBaseVertexBaseInstance() argument
|
D | validationGL4_autogen.h | 425 GLuint baseinstance); 433 GLuint baseinstance); 442 GLuint baseinstance);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_draw.c | 140 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()
|
D | iris_context.h | 622 int baseinstance; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_draw.c | 224 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()
|
D | crocus_context.h | 472 int baseinstance; member
|
/third_party/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 206 …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/ |
D | brw_draw.c | 1013 brw->baseinstance != base_instance) { in brw_draw_single_prim() 1016 brw->baseinstance = base_instance; in brw_draw_single_prim()
|
D | brw_draw_upload.c | 541 start = vertex_range_start + stride * brw->baseinstance; in brw_prepare_vertices()
|
D | brw_context.h | 1215 int baseinstance; member
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.h | 399 GLuint baseinstance); 405 GLuint baseinstance); 412 GLuint baseinstance);
|
D | entry_points_gl_4_autogen.cpp | 3961 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 …]
|