Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/glx/
Dvertarr.c51 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT()
59 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT()
67 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT()
75 const GLvoid * pointer) in __indirect_glNormalPointerEXT()
83 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT()
91 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT()
103 const GLvoid * pointer) in __indirect_glInterleavedArrays()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp1280 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[offset]); in fillInputData() local
1290 glw::GLhalf* pointer = reinterpret_cast<glw::GLhalf*>(&buffer[offset]); in fillInputData() local
1319 glw::GLubyte* pointer = reinterpret_cast<glw::GLubyte*>(&buffer[offset]); in fillInputData() local
1341 glw::GLushort* pointer = reinterpret_cast<glw::GLushort*>(&buffer[offset]); in fillInputData() local
1351 glw::GLuint* pointer = reinterpret_cast<glw::GLuint*>(&buffer[offset]); in fillInputData() local
1361 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[offset]); in fillInputData() local
1370 glw::GLshort* pointer = reinterpret_cast<glw::GLshort*>(&buffer[offset]); in fillInputData() local
1379 glw::GLbyte* pointer = reinterpret_cast<glw::GLbyte*>(&buffer[offset]); in fillInputData() local
1403 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[0]); in fillOutputData() local
1413 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[0]); in fillOutputData() local
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/native/
Dms_tensor.cpp25 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getShape() local
48 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getDataType() local
59 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getByteData() local
90 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getLongData() local
126 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getIntData() local
162 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getFloatData() local
198 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_getFloat16Data() local
246 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_setByteData() local
277 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_setFloatData() local
309 auto *pointer = reinterpret_cast<void *>(tensor_ptr); in Java_com_mindspore_MSTensor_setIntData() local
[all …]
Dmodel.cpp35 auto *pointer = reinterpret_cast<void *>(model_ptr); in Java_com_mindspore_Model_buildByGraph() local
77 auto *pointer = reinterpret_cast<void *>(model_ptr); in Java_com_mindspore_Model_buildByBuffer() local
148 auto *pointer = reinterpret_cast<void *>(model_ptr); in Java_com_mindspore_Model_buildByPath() local
222 auto *pointer = reinterpret_cast<mindspore::Model *>(model_ptr); in GetInOrOutTensors() local
251 auto *pointer = reinterpret_cast<void *>(model_ptr); in GetTensorByInOutName() local
329 auto *pointer = reinterpret_cast<void *>(model_ptr_local); in Java_com_mindspore_Model_getOutputTensorNames() local
356 auto *pointer = reinterpret_cast<void *>(model_ptr_local); in Java_com_mindspore_Model_getOutputsByNodeName() local
388 auto *pointer = reinterpret_cast<void *>(model_ptr_local); in Java_com_mindspore_Model_getTrainMode() local
401 auto *pointer = reinterpret_cast<void *>(model_ptr_local); in Java_com_mindspore_Model_setTrainMode() local
425 auto *pointer = reinterpret_cast<void *>(model_ptr_local); in Java_com_mindspore_Model_runStep() local
[all …]
Dtrain_config.cpp73 auto *pointer = reinterpret_cast<void *>(train_cfg_ptr); in Java_com_mindspore_config_TrainCfg_addMixPrecisionCfg() local
85 auto *pointer = reinterpret_cast<void *>(train_cfg_ptr); in Java_com_mindspore_config_TrainCfg_free() local
Drunner_config.cpp59 auto *pointer = reinterpret_cast<mindspore::RunnerConfig *>(runner_config_ptr); in Java_com_mindspore_config_RunnerConfig_setWorkersNum() local
95 auto *pointer = reinterpret_cast<mindspore::RunnerConfig *>(runner_config_ptr); in Java_com_mindspore_config_RunnerConfig_setConfigInfo() local
150 auto *pointer = reinterpret_cast<mindspore::RunnerConfig *>(runner_config_ptr); in Java_com_mindspore_config_RunnerConfig_setDeviceIds() local
188 auto *pointer = reinterpret_cast<void *>(runner_config_ptr); in Java_com_mindspore_config_RunnerConfig_free() local
Dmodel_parallel_runner.cpp131 auto *pointer = reinterpret_cast<mindspore::ModelParallelRunner *>(model_parallel_runner_ptr); in GetParallelInOrOutTensors() local
185 auto *pointer = reinterpret_cast<mindspore::ModelParallelRunner *>(model_parallel_runner_ptr); in Java_com_mindspore_ModelParallelRunner_predictZeroCopy() local
256 auto *pointer = reinterpret_cast<mindspore::ModelParallelRunner *>(model_parallel_runner_ptr); in Java_com_mindspore_ModelParallelRunner_predictWithOutputZeroCopy() local
338 auto *pointer = reinterpret_cast<mindspore::ModelParallelRunner *>(model_parallel_runner_ptr); in Java_com_mindspore_ModelParallelRunner_free() local
Dgraph.cpp47 auto *pointer = reinterpret_cast<void *>(graph_ptr); in Java_com_mindspore_Graph_free() local
/third_party/mbedtls/tests/include/test/
Dmacros.h124 #define TEST_CALLOC(pointer, item_count) \ argument
155 #define TEST_CALLOC_NONNULL(pointer, item_count) \ argument
167 #define ASSERT_ALLOC(pointer, item_count) TEST_CALLOC(pointer, item_count) argument
174 #define TEST_CALLOC_OR_SKIP(pointer, item_count) \ argument
185 #define ASSERT_ALLOC_WEAK(pointer, item_count) TEST_CALLOC_OR_SKIP(pointer, item_count) argument
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h102 #define ECMA_STRING_TO_UTF8_STRING(ecma_str_ptr, /**< ecma string pointer */ \ argument
116 #define ECMA_FINALIZE_UTF8_STRING(utf8_ptr, /**< pointer to character buffer */ \ argument
129 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument
135 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument
155 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument
161 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument
/third_party/protobuf/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h87 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE()
95 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE()
138 ACTION_P(ReturnPointee, pointer) { return *pointer; } in ACTION_P() argument
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1cmap.c124 FT_Pointer pointer ) in t1_cmap_standard_init()
154 FT_Pointer pointer ) in t1_cmap_expert_init()
192 FT_Pointer pointer ) in t1_cmap_custom_init()
299 FT_Pointer pointer ) in t1_cmap_unicode_init()
/third_party/json/include/nlohmann/detail/iterators/
Diterator_traits.hpp32 using pointer = typename It::pointer; typedef
56 using pointer = T*; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStreamProducerD3DTexture.cpp115 egl::Error StreamProducerD3DTexture::validateD3DTexture(const void *pointer, in validateD3DTexture()
134 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()
/third_party/mesa3d/include/
Dohos_log.h85 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument
95 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-debug-function-pointer.hpp5 Function pointer; member in Nice
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/backend/
Dgraph_optimizer_test_framework.h50 #define UT_CHECK_NULL(pointer) ASSERT_NE(pointer, nullptr) argument
/third_party/skia/third_party/externals/dawn/src/common/
DResult.cpp20 intptr_t MakePayload(const void* pointer, PayloadType type) { in MakePayload()
/third_party/python/Objects/
Dcapsule.c8 void *pointer; member
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New()
134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h45 typedef T *pointer; typedef
87 void deallocate(pointer, size_type) {} in deallocate() argument
/third_party/icu/icu4c/source/common/
Duelement.h40 void* pointer; member
/third_party/skia/third_party/externals/icu/source/common/
Duelement.h40 void* pointer; member
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffcmap.c36 FT_Pointer pointer ) in cff_cmap_encoding_init()
147 FT_Pointer pointer ) in cff_cmap_unicode_init()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_sample_token.h65 using pointer = const CordzInfo*; variable
/third_party/unity/extras/fixture/src/
Dunity_fixture.c144 void** pointer; member
156 void UnityPointer_Set(void** pointer, void* newValue, UNITY_LINE_TYPE line) in UnityPointer_Set()

12345678910>>...15