Home
last modified time | relevance | path

Searched refs:update_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.c1103 update_array(struct gl_context *ctx, in update_array() function
1201 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_VertexPointer_no_error()
1217 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_VertexPointer()
1240 update_array(ctx, vao, vbo, in _mesa_VertexArrayVertexOffsetEXT()
1271 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_NormalPointer_no_error()
1287 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_NormalPointer()
1310 update_array(ctx, vao, vbo, in _mesa_VertexArrayNormalOffsetEXT()
1323 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_ColorPointer_no_error()
1352 update_array(ctx, ctx->Array.VAO, ctx->Array.ArrayBufferObj, in _mesa_ColorPointer()
1390 update_array(ctx, vao, vbo, in _mesa_VertexArrayColorOffsetEXT()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Ddynamic_update_slice_util.cc168 IrArray update_array = operand_arrays[1]; in EmitDynamicUpdateSliceInPlace() local
171 Shape update_shape = update_array.GetShape(); in EmitDynamicUpdateSliceInPlace()
178 return update_array.EmitReadArrayElement(index, b); in EmitDynamicUpdateSliceInPlace()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D8.0.3.rst126 - mesa: add missing return after \_mesa_error() in update_array()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv44001 …ernal/mesa3d,[email protected],mesa: remove needless cast in update_array()
61858 …esa3d,[email protected],mesa: Split out the format code from update_array()
67850 …ernal/mesa3d,[email protected],mesa: simplify update_array() with a vao lo…