Home
last modified time | relevance | path

Searched full:_mesa_update_vao_derived_arrays (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/ci/
Dtraces-virgl-iris.yml74 src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays: Assertion
119 ../src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays:
Dtraces-virgl.yml74 src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays: Assertion
116 ../src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays:
/external/virglrenderer/.gitlab-ci/expectations/virt/
Dtraces-virgl.yml228 # "src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays: Assertion
285 …# ../src/mesa/main/arrayobj.c:800:_mesa_update_vao_derived_arrays: Assertion `attrib->_EffRelative…
/external/mesa3d/src/mesa/main/
Darrayobj.h91 _mesa_update_vao_derived_arrays(struct gl_context *ctx,
Dmtypes.h1534 * The value is valid past calling _mesa_update_vao_derived_arrays.
1535 * Note that _mesa_update_vao_derived_arrays is called when binding
1545 * The value is valid past calling _mesa_update_vao_derived_arrays.
1546 * Note that _mesa_update_vao_derived_arrays is called when binding
1573 * The value is valid past calling _mesa_update_vao_derived_arrays.
1574 * Note that _mesa_update_vao_derived_arrays is called when binding
1589 * The value is valid past calling _mesa_update_vao_derived_arrays.
1590 * Note that _mesa_update_vao_derived_arrays is called when binding
Darrayobj.c517 _mesa_update_vao_derived_arrays(struct gl_context *ctx, in _mesa_update_vao_derived_arrays() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_array.cpp596 _mesa_update_vao_derived_arrays(ctx, vao, false); in st_update_array_impl()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c392 _mesa_update_vao_derived_arrays(ctx, *vao, true); in update_vao()