| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixel.c | 70 get_pixelmap(struct gl_context *ctx, GLenum map) in get_pixelmap() argument 103 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, in store_pixelmap() argument 177 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv() argument 218 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) _mesa_PixelMapuiv() argument 273 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) _mesa_PixelMapusv() argument 328 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) _mesa_GetnPixelMapfvARB() argument 374 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) _mesa_GetPixelMapfv() argument 380 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) _mesa_GetnPixelMapuivARB() argument 426 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) _mesa_GetPixelMapuiv() argument 432 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) _mesa_GetnPixelMapusvARB() argument 486 _mesa_GetPixelMapusv( GLenum map, GLushort *values ) _mesa_GetPixelMapusv() argument 641 init_pixelmap(struct gl_pixelmap *map) init_pixelmap() argument [all...] |
| H A D | texcompress_rgtc.c | 315 fetch_red_rgtc1(const GLubyte *map, in fetch_red_rgtc1() argument 327 fetch_l_latc1(const GLubyte *map, in fetch_l_latc1() argument 339 fetch_signed_red_rgtc1(const GLubyte *map, in fetch_signed_red_rgtc1() argument 352 fetch_signed_l_latc1(const GLubyte *map, in fetch_signed_l_latc1() argument 365 fetch_rg_rgtc2(const GLubyte *map, in fetch_rg_rgtc2() argument 382 fetch_la_latc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_la_latc2() argument 400 fetch_signed_rg_rgtc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_rg_rgtc2() argument 418 fetch_signed_la_latc2(const GLubyte *map, GLint rowStride, GLint i, GLint j, GLfloat *texel) fetch_signed_la_latc2() argument [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_compute_push_layout.c | 32 anv_nir_compute_push_layout(nir_shader *nir, const struct anv_physical_device *pdevice, bool robust_buffer_access, struct brw_stage_prog_data *prog_data, struct anv_pipeline_bind_map *map, void *mem_ctx) anv_nir_compute_push_layout() argument 272 anv_nir_validate_push_layout(struct brw_stage_prog_data *prog_data, struct anv_pipeline_bind_map *map) anv_nir_validate_push_layout() argument [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_map.c | 36 void ngtcp2_map_init(ngtcp2_map *map, const ngtcp2_mem *mem) { in ngtcp2_map_init() argument 44 void ngtcp2_map_free(ngtcp2_map *map) { in ngtcp2_map_free() argument 52 ngtcp2_map_each_free(ngtcp2_map *map, int (*func)(void *data, void *ptr), void *ptr) ngtcp2_map_each_free() argument 68 ngtcp2_map_each(ngtcp2_map *map, int (*func)(void *data, void *ptr), void *ptr) ngtcp2_map_each() argument 129 ngtcp2_map_print_distance(ngtcp2_map *map) ngtcp2_map_print_distance() argument 183 map_resize(ngtcp2_map *map, uint32_t new_tablelen, uint32_t new_tablelenbits) map_resize() argument 216 ngtcp2_map_insert(ngtcp2_map *map, ngtcp2_map_key_type key, void *data) ngtcp2_map_insert() argument 246 ngtcp2_map_find(ngtcp2_map *map, ngtcp2_map_key_type key) ngtcp2_map_find() argument 276 ngtcp2_map_remove(ngtcp2_map *map, ngtcp2_map_key_type key) ngtcp2_map_remove() argument 327 ngtcp2_map_clear(ngtcp2_map *map) ngtcp2_map_clear() argument 336 ngtcp2_map_size(ngtcp2_map *map) ngtcp2_map_size() argument [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_map.c | 36 void nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init() argument 44 void nghttp2_map_free(nghttp2_map *map) { in nghttp2_map_free() argument 52 nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr), void *ptr) nghttp2_map_each_free() argument 68 nghttp2_map_each(nghttp2_map *map, int (*func)(void *data, void *ptr), void *ptr) nghttp2_map_each() argument 129 nghttp2_map_print_distance(nghttp2_map *map) nghttp2_map_print_distance() argument 183 map_resize(nghttp2_map *map, uint32_t new_tablelen, uint32_t new_tablelenbits) map_resize() argument 216 nghttp2_map_insert(nghttp2_map *map, nghttp2_map_key_type key, void *data) nghttp2_map_insert() argument 246 nghttp2_map_find(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_find() argument 276 nghttp2_map_remove(nghttp2_map *map, nghttp2_map_key_type key) nghttp2_map_remove() argument 327 nghttp2_map_clear(nghttp2_map *map) nghttp2_map_clear() argument 336 nghttp2_map_size(nghttp2_map *map) nghttp2_map_size() argument [all...] |
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_map.c | 37 void nghttp3_map_init(nghttp3_map *map, const nghttp3_mem *mem) { in nghttp3_map_init() argument 45 void nghttp3_map_free(nghttp3_map *map) { in nghttp3_map_free() argument 53 nghttp3_map_each_free(nghttp3_map *map, int (*func)(void *data, void *ptr), void *ptr) nghttp3_map_each_free() argument 69 nghttp3_map_each(nghttp3_map *map, int (*func)(void *data, void *ptr), void *ptr) nghttp3_map_each() argument 130 nghttp3_map_print_distance(nghttp3_map *map) nghttp3_map_print_distance() argument 184 map_resize(nghttp3_map *map, uint32_t new_tablelen, uint32_t new_tablelenbits) map_resize() argument 217 nghttp3_map_insert(nghttp3_map *map, nghttp3_map_key_type key, void *data) nghttp3_map_insert() argument 247 nghttp3_map_find(nghttp3_map *map, nghttp3_map_key_type key) nghttp3_map_find() argument 277 nghttp3_map_remove(nghttp3_map *map, nghttp3_map_key_type key) nghttp3_map_remove() argument 328 nghttp3_map_clear(nghttp3_map *map) nghttp3_map_clear() argument 337 nghttp3_map_size(nghttp3_map *map) nghttp3_map_size() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 39 uint8_t *map; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv98_video_vp.c | 46 unsigned *map; in dump_comm_vp() local
|
| /third_party/libdrm/tests/tegra/ |
| H A D | vic41.c | 35 struct drm_tegra_mapping *map; member 40 struct drm_tegra_mapping *map; member [all...] |
| H A D | vic42.c | 35 struct drm_tegra_mapping *map; member 40 struct drm_tegra_mapping *map; member [all...] |
| H A D | vic40.c | 35 struct drm_tegra_mapping *map; member 40 struct drm_tegra_mapping *map; member [all...] |
| H A D | vic30.c | 35 struct drm_tegra_mapping *map; member 40 struct drm_tegra_mapping *map; member 45 struct drm_tegra_mapping *map; member [all...] |
| /third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
| H A D | dirtyc0w_shmem_child.c | 33 static void *map; variable [all...] |
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| H A D | madvise09.c | 212 char map[PAGES+1]; in child() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | csa-load-elimination.h | 103 static void Update(OuterMap<OuterKey>& map, OuterKey outer_key, in Update() argument
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-freebsd.cc | 68 struct kinfo_vmentry* map = in GetSharedLibraryAddresses() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-handler-gen.cc | 146 auto map = Parameter<Map>(Descriptor::kMap); in Generate_ElementsTransitionAndStore() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | objects-visiting-inl.h | 56 ResultType HeapVisitor<ResultType, ConcreteVisitor>::Visit(Map map, in Visit() argument 122 VisitShortcutCandidate( Map map, ConsString object) VisitShortcutCandidate() argument 128 VisitDataObject( Map map, HeapObject object) VisitDataObject() argument 153 VisitJSObjectFast( Map map, JSObject object) VisitJSObjectFast() argument 166 VisitJSApiObject( Map map, JSObject object) VisitJSApiObject() argument 179 VisitStruct( Map map, HeapObject object) VisitStruct() argument 192 VisitFreeSpace( Map map, FreeSpace object) VisitFreeSpace() argument 207 VisitNativeContext(Map map, NativeContext object) VisitNativeContext() argument 216 VisitJSApiObject(Map map, JSObject object) VisitJSApiObject() argument 223 VisitSharedFunctionInfo( Map map, SharedFunctionInfo object) VisitSharedFunctionInfo() argument 230 VisitWeakCell(Map map, WeakCell weak_cell) VisitWeakCell() argument [all...] |
| /third_party/node/deps/v8/src/ic/ |
| H A D | unary-op-assembler.cc | 152 TNode<Map> map = LoadMap(value_heap_object); in UnaryOpWithFeedback() local
|
| H A D | stub-cache.h | 42 StrongTaggedValue map; member [all...] |
| H A D | stub-cache.cc | 32 int StubCache::PrimaryOffset(Name name, Map map) { in PrimaryOffset() argument 58 int StubCache::PrimaryOffsetForTesting(Name name, Map map) { in PrimaryOffsetForTesting() argument 62 int StubCache::SecondaryOffsetForTesting(Name name, Map map) { in SecondaryOffsetForTesting() argument 69 bool CommonStubCacheChecks(StubCache* stub_cache, Name name, Map map, in CommonStubCacheChecks() argument 83 void StubCache::Set(Name name, Map map, MaybeObjec argument 112 Get(Name name, Map map) Get() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | embedder-data-slot-inl.h | 176 PopulateEmbedderDataSnapshot( Map map, JSObject js_object, int entry_index, EmbedderDataSlotSnapshot& snapshot) PopulateEmbedderDataSnapshot() argument
|
| H A D | js-segmenter.cc | 27 MaybeHandle<JSSegmenter> JSSegmenter::New(Isolate* isolate, Handle<Map> map, in New() argument
|
| H A D | templates.cc | 108 Map map = HeapObject::cast(object).map(); in IsLeafTemplateForApiObject() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_upload_mgr.c | 53 uint8_t *map; /* Pointer to the mapped upload buffer. */ member
|