| /third_party/mesa3d/src/glx/ |
| D | indirect_vertex_array.c | 117 struct array_state_vector *arrays = state->array_state; in __glXFreeVertexArrayState() local 145 struct array_state_vector *arrays; in __glXInitVertexArrayState() local 316 calculate_single_vertex_size_none(const struct array_state_vector *arrays) in calculate_single_vertex_size_none() 337 const struct array_state_vector * arrays, unsigned index) in emit_element_none() 404 const struct array_state_vector * arrays, unsigned index) in emit_element_old() 425 get_array_entry(const struct array_state_vector *arrays, in get_array_entry() 442 allocate_array_info_cache(struct array_state_vector *arrays, in allocate_array_info_cache() 467 fill_array_info_cache(struct array_state_vector *arrays) in fill_array_info_cache() 532 struct array_state_vector *arrays = state->array_state; in emit_DrawArrays_none() local 592 struct array_state_vector *arrays, in emit_DrawArrays_header_old() [all …]
|
| D | indirect_vertex_array_priv.h | 190 struct array_state *arrays; member
|
| /third_party/rust/rust/src/tools/rustfmt/tests/source/ |
| D | expr-block.rs | 3 fn arrays() { in arrays() function 16 fn arrays() { in arrays() function
|
| D | expr.rs | 142 fn arrays() { in arrays() function
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | expr-block.rs | 3 fn arrays() { in arrays() function 41 fn arrays() { in arrays() function
|
| D | expr.rs | 189 fn arrays() { in arrays() function
|
| /third_party/rust/rust/tests/mir-opt/building/custom/ |
| D | arrays.rs | 8 fn arrays<const C: usize>() -> usize { in arrays() function
|
| /third_party/mesa3d/src/mesa/main/ |
| D | arrayobj.c | 1021 gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays() 1050 gen_vertex_arrays_err(struct gl_context *ctx, GLsizei n, GLuint *arrays, in gen_vertex_arrays_err() 1067 _mesa_GenVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays_no_error() 1075 _mesa_GenVertexArrays(GLsizei n, GLuint *arrays) in _mesa_GenVertexArrays() 1087 _mesa_CreateVertexArrays_no_error(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays_no_error() 1095 _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays) in _mesa_CreateVertexArrays()
|
| D | glthread_varray.c | 166 GLsizei n, GLuint *arrays) in _mesa_glthread_GenVertexArrays()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/metrics/ |
| D | auc.py | 115 def _check_consistent_length(*arrays):
|
| /third_party/rust/rust/tests/ui/closures/2229_closure_analysis/ |
| D | destructure_patterns.rs | 7 fn arrays() { in arrays() function
|
| /third_party/skia/modules/particles/src/ |
| D | SkParticleDrawable.cpp | 84 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local 130 DrawAtlasArrays arrays(particles, count, center); in REFLECTED() local
|
| /third_party/skia/m133/tests/ |
| D | TArrayTest.cpp | 229 SkSpan<TArray<T>*> arrays, in test_swap() 268 TArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in DEF_TEST() local 280 SkSpan<TArray<T>*> arrays, in test_array_move() 327 TArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in DEF_TEST() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/ |
| D | json_is_not_rust.rs | 248 fn arrays() { in arrays() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/ |
| D | im2col_and_col2im_ext.cc | 73 std::vector<ArrayValue<int64_t>> arrays; in Im2ColAndCol2ImCommonCheckValidation() local 391 const auto &arrays = check_pair.second; in CheckValidation() local
|
| /third_party/skia/tests/ |
| D | TArrayTest.cpp | 210 SkTArray<int>* arrays[] = { &arr, &arr5, &arr10, &arr20 }; in test_swap() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | array_ops.py | 372 def concatenate(arrays, axis=0): argument 887 def stack(arrays, axis=0): argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsVertexArrayTests.cpp | 703 …ram::ContextShaderProgram (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in ContextShaderProgram() 813 …rProgram::genVertexSource (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in genVertexSource() 1060 …:createProgramDeclaration (const glu::RenderContext& ctx, const std::vector<ContextArray*>& arrays) in createProgramDeclaration()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_valuefactory.cpp | 54 array_list arrays; in allocate_registers() local 999 std::set<LocalArray *> arrays; in get_shader_info() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | DateFormatSymbols.java | 1629 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink 1925 Map<String, String[]> arrays = calendarSink.arrays; in initializeData() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | DateFormatSymbols.java | 1571 Map<String, String[]> arrays = new TreeMap<>(); field in DateFormatSymbols.CalendarDataSink 1867 Map<String, String[]> arrays = calendarSink.arrays; in initializeData() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | libGLESv3.cpp | 1466 void GL_APIENTRY DeleteVertexArrays(GLsizei n, const GLuint *arrays) in DeleteVertexArrays() 1489 void GL_APIENTRY DeleteVertexArraysOES(GLsizei n, const GLuint *arrays) in DeleteVertexArraysOES() 1494 void GL_APIENTRY GenVertexArrays(GLsizei n, GLuint *arrays) in GenVertexArrays() 1514 void GL_APIENTRY GenVertexArraysOES(GLsizei n, GLuint *arrays) in GenVertexArraysOES()
|
| /third_party/alsa-utils/topology/ |
| D | pre-processor.c | 880 snd_config_t *arrays; in pre_process_array() local
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_shader_common.h | 106 struct r600_shader_array * arrays; member
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContext.cpp | 589 GLW_APICALL void GLW_APIENTRY glGenVertexArrays (GLsizei n, GLuint* arrays) in glGenVertexArrays()
|