Home
last modified time | relevance | path

Searched defs:arrays (Results 1 – 25 of 99) sorted by relevance

1234

/external/mesa3d/src/glx/
Dindirect_vertex_array.c115 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local
143 struct array_state_vector *arrays; in __glXInitVertexArrayState() local
314 calculate_single_vertex_size_none(const struct array_state_vector *arrays) in calculate_single_vertex_size_none()
335 const struct array_state_vector * arrays, unsigned index) in emit_element_none()
402 const struct array_state_vector * arrays, unsigned index) in emit_element_old()
423 get_array_entry(const struct array_state_vector *arrays, in get_array_entry()
440 allocate_array_info_cache(struct array_state_vector *arrays, in allocate_array_info_cache()
465 fill_array_info_cache(struct array_state_vector *arrays) in fill_array_info_cache()
530 struct array_state_vector *arrays = state->array_state; in emit_DrawArrays_none() local
590 struct array_state_vector *arrays, in emit_DrawArrays_header_old()
[all …]
Dindirect_vertex_array_priv.h190 struct array_state *arrays; member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_vbo_t.c60 const struct tnl_vertex_array *arrays) in vbo_init_arrays()
97 const struct tnl_vertex_array *arrays) in vbo_deinit_arrays()
121 vbo_choose_render_mode(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_render_mode()
139 vbo_emit_attr(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_emit_attr()
182 vbo_choose_attrs(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_attrs()
225 get_max_client_stride(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in get_max_client_stride()
250 vbo_maybe_split(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_maybe_split()
312 vbo_bind_vertices(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_bind_vertices()
389 vbo_draw_vbo(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_draw_vbo()
439 vbo_draw_imm(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_draw_imm()
[all …]
/external/mesa3d/src/mesa/main/
Darrayobj.c1110 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays()
1139 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays_err()
1156 _mesa_GenVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays_no_error()
1164 _mesa_GenVertexArrays(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays()
1176 _mesa_CreateVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays_no_error()
1184 _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays()
/external/auto/common/src/test/java/com/google/auto/common/
DSimpleTypeAnnotationValueTest.java62 public void arrays() { in arrays() method in SimpleTypeAnnotationValueTest
/external/mesa3d/src/mesa/tnl/
Dt_split.c103 const struct tnl_vertex_array arrays[], in _tnl_split_prims()
Dt_split_copy.c149 dump_draw_info(const struct tnl_vertex_array *arrays, in dump_draw_info()
593 const struct tnl_vertex_array *arrays, in _tnl_split_copy()
Dt_draw.c424 const struct tnl_vertex_array *arrays, in _tnl_draw_prims()
640 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); in _tnl_draw() local
Dt_split_inplace.c266 const struct tnl_vertex_array *arrays, in _tnl_split_inplace()
/external/skia/modules/particles/src/
DSkParticleDrawable.cpp84 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
130 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py26 def slice_arrays(arrays, indices, contiguous=True): argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reorder_axes.cc33 auto& arrays = model->GetMutableArrayMap(); in RenameArray() local
Ddequantize.cc212 std::vector<std::string> arrays; in Run() local
/external/flac/src/test_libFLAC/
Dmd5.c169 FLAC__int32 arrays[MAX_CHANNEL_COUNT][MD5_SAMPLE_COUNT], *pointer[MAX_CHANNEL_COUNT], **signal; in test_md5_codec() local
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py195 def sharedvalues_func(values, arrays, shared_values, shared_arrays): argument
/external/tensorflow/tensorflow/python/keras/tests/
Dgraph_util_test.py67 def _inline_functions(self, graph_def, arrays): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc427 std::vector<XlaOp> arrays) { in AddOutfeedToBuilder()
481 std::vector<XlaOp> arrays) { in AddOutfeedToBuilder()
Doutfeed_receiver_py.cc84 uint32_t consumer_id, std::vector<XlaOp> arrays) { in AddOutfeed()
Dtypes.h94 absl::InlinedVector<pybind11::object, 1> arrays; member
Dtypes.cc248 std::vector<py::object> arrays(elems.size()); in LiteralToPython() local
/external/rappor/client/java/com/google/android/rappor/
DHmacDrbg.java250 private static byte[] bytesConcat(byte[]... arrays) { in bytesConcat()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp403 void ValuePool::allocate_arrays(array_list& arrays) in allocate_arrays()
460 void ValuePool::allocate_local_register(const nir_register& reg, array_list& arrays) in allocate_local_register()
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.h656 static std::unique_ptr<Array2D<T1>> ApplyElementwise2D( in ApplyElementwise2D()
670 static void AssertSameSize2D(const Array2D<T1>& array1, in AssertSameSize2D()
/external/guava/android/guava/src/com/google/common/primitives/
DBytes.java160 public static byte[] concat(byte[]... arrays) { in concat()
/external/guava/guava/src/com/google/common/primitives/
DBytes.java160 public static byte[] concat(byte[]... arrays) { in concat()

1234