Home
last modified time | relevance | path

Searched defs:size (Results 4976 - 5000 of 7557) sorted by relevance

1...<<191192193194195196197198199200>>...303

/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp786 int32_t i, offset, count, size; in usprep_swap() local
H A Duhash.cpp551 uhash_openSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode *status) uhash_openSize() argument
577 uhash_initSize(UHashtable *fillinResult, UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode *status) uhash_initSize() argument
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c96 DWORD size = 0; in get_REG_SZ() local
[all...]
/third_party/ninja/src/
H A Dgraph.cc470 MakePathList(const Node* const* const span, const size_t size, const char sep) const MakePathList() argument
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.c63 import_memoryobj_fd(struct gl_context *ctx, struct gl_memory_object *obj, GLuint64 size, int fd) import_memoryobj_fd() argument
88 import_memoryobj_win32(struct gl_context *ctx, struct gl_memory_object *obj, GLuint64 size, void *handle, const void *name) import_memoryobj_win32() argument
1044 _mesa_ImportMemoryFdEXT(GLuint memory, GLuint64 size, GLenum handleType, GLint fd) _mesa_ImportMemoryFdEXT() argument
1072 _mesa_ImportMemoryWin32HandleEXT(GLuint memory, GLuint64 size, GLenum handleType, void *handle) _mesa_ImportMemoryWin32HandleEXT() argument
1103 _mesa_ImportMemoryWin32NameEXT(GLuint memory, GLuint64 size, GLenum handleType, const void *name) _mesa_ImportMemoryWin32NameEXT() argument
H A Dtransformfeedback.c551 bind_buffer_range(struct gl_context *ctx, struct gl_transform_feedback_object *obj, GLuint index, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr size, bool dsa) bind_buffer_range() argument
582 _mesa_validate_buffer_range_xfb(struct gl_context *ctx, struct gl_transform_feedback_object *obj, GLuint index, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr size, bool dsa) _mesa_validate_buffer_range_xfb() argument
760 _mesa_TransformFeedbackBufferRange(GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) _mesa_TransformFeedbackBufferRange() argument
999 _mesa_GetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) _mesa_GetTransformFeedbackVarying() argument
[all...]
H A Des1_conversion.c700 _mesa_PointSizex(GLfixed size) in _mesa_PointSizex() argument
H A Dglthread_draw.c99 unsigned size = count[i] * index_size; in upload_multi_indices() local
141 unsigned size; in upload_vertices() local
220 unsigned size; upload_vertices() local
244 size, &upload_offset, &upload_buffer, NULL); upload_vertices() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp578 const unsigned size = type_sz(type); in brw_saturate_immediate() local
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h73 uint32_t size; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c1308 size_t size; in st_serialize_nir() local
H A Dst_glsl_to_nir.cpp271 shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() argument
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c95 int len = 0, size = 1024; in ascii85_decode() local
158 uint64_t size; member
357 unsigned hi, lo, size; in main() local
[all...]
H A Dintel_dump_gpu.c71 uint32_t size; member
175 gem_mmap(int fd, uint32_t handle, uint64_t offset, uint64_t size) in gem_mmap() argument
377 add_new_bo(unsigned fd, int handle, uint64_t size, void *map) add_new_bo() argument
704 off_t size; ioctl() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c142 uint64_t size = 0; in dzn_image_create() local
1266 VkDeviceSize size = dzn_buffer_view_create() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp945 int32_t i, entryLength, length, size, entryOffset=0, entryLengthOffset=0; in writeObjectCode() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp818 int32_t const size = ubidi_getProcessedLength(bidi); in uspoof_getBidiSkeletonUnicodeString() local
H A Duspoof_impl.cpp755 int32_t SpoofData::size() const { in size() function in SpoofData
/third_party/mesa3d/src/panfrost/bifrost/
H A Ddisassemble.c441 static void dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offset, bool verbose) in dump_clause() argument
689 void disassemble_bifrost(FILE *fp, uint8_t *code, size_t size, bool verbose) in disassemble_bifrost() argument
703 unsigned size; in disassemble_bifrost() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c186 panvk_CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) panvk_CmdPushConstants() argument
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c497 parse_and_validate_cache_item(struct disk_cache *cache, void *cache_item, size_t cache_item_size, size_t *size) parse_and_validate_cache_item() argument
570 disk_cache_load_item(struct disk_cache *cache, char *filename, size_t *size) disk_cache_load_item() argument
929 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_load_item_foz() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c557 vn_instance_get_reply_shmem_locked(struct vn_instance *instance, size_t size, void **out_ptr) vn_instance_get_reply_shmem_locked() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp631 int size = defs.size(); setDef() local
643 int size = srcs.size(); setSrc() local
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_semaphore.h26 size_t size = 0; in vn_sizeof_VkExportSemaphoreCreateInfo_self() local
35 size_t size = 0; in vn_sizeof_VkExportSemaphoreCreateInfo() local
73 size_t size = 0; in vn_sizeof_VkSemaphoreCreateInfo_pnext() local
102 size_t size = 0; vn_sizeof_VkSemaphoreCreateInfo_self() local
111 size_t size = 0; vn_sizeof_VkSemaphoreCreateInfo() local
177 size_t size = 0; vn_sizeof_VkSemaphoreWaitInfo_self() local
200 size_t size = 0; vn_sizeof_VkSemaphoreWaitInfo() local
258 size_t size = 0; vn_sizeof_VkSemaphoreSignalInfo_self() local
268 size_t size = 0; vn_sizeof_VkSemaphoreSignalInfo() local
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Dvirtgpu_drm.h69 __u32 size; member
106 __u32 size; /* validate transfer in the host */ member
113 __u32 size; member
154 __u32 size; member
171 __u64 size; member

Completed in 35 milliseconds

1...<<191192193194195196197198199200>>...303