Searched refs:update_array (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ops.cc | 94 IrArray update_array = operand_arrays[1]; in EmitDynamicUpdateSliceInPlace() local 97 Shape update_shape = update_array.GetShape(); in EmitDynamicUpdateSliceInPlace() 103 return update_array.EmitReadArrayElement(index, ir_builder); in EmitDynamicUpdateSliceInPlace()
|
/external/mesa3d/src/mesa/main/ |
D | varray.c | 467 update_array(struct gl_context *ctx, in update_array() function 560 update_array(ctx, "glVertexPointer", VERT_ATTRIB_POS, in _mesa_VertexPointer() 579 update_array(ctx, "glNormalPointer", VERT_ATTRIB_NORMAL, in _mesa_NormalPointer() 601 update_array(ctx, "glColorPointer", VERT_ATTRIB_COLOR0, in _mesa_ColorPointer() 615 update_array(ctx, "glFogCoordPointer", VERT_ATTRIB_FOG, in _mesa_FogCoordPointer() 630 update_array(ctx, "glIndexPointer", VERT_ATTRIB_COLOR_INDEX, in _mesa_IndexPointer() 650 update_array(ctx, "glSecondaryColorPointer", VERT_ATTRIB_COLOR1, in _mesa_SecondaryColorPointer() 672 update_array(ctx, "glTexCoordPointer", VERT_ATTRIB_TEX(unit), in _mesa_TexCoordPointer() 689 update_array(ctx, "glEdgeFlagPointer", VERT_ATTRIB_EDGEFLAG, in _mesa_EdgeFlagPointer() 709 update_array(ctx, "glPointSizePointer", VERT_ATTRIB_POINT_SIZE, in _mesa_PointSizePointerOES() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.c | 643 static void update_array(struct st_context *st) in update_array() function 698 update_array /* update */
|