/third_party/mesa3d/src/mesa/program/ |
H A D | prog_cache.c | 51 GLuint size, n_items; member 88 GLuint size, i; in rehash() local [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_shader_cache.c | 146 size_t size = prog->driver_cache_blob_size; in st_deserialise_nir_program() local
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_disasm.c | 44 long size; in i965_disasm_get_file_size() local 93 size_t size; in i965_disasm_read_binary() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_gpu_memcpy.c | 115 emit_so_memcpy(struct anv_batch *batch, struct anv_device *device, struct anv_address dst, struct anv_address src, uint32_t size) emit_so_memcpy() argument 274 emit_so_memcpy(struct anv_memcpy_state *state, struct anv_address dst, struct anv_address src, uint32_t size) emit_so_memcpy() argument 293 cmd_buffer_so_memcpy(struct anv_cmd_buffer *cmd_buffer, struct anv_address dst, struct anv_address src, uint32_t size) cmd_buffer_so_memcpy() argument [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_mem.c | 30 static void *default_malloc(size_t size, void *user_data) { in default_malloc() argument 42 static void *default_calloc(size_t nmemb, size_t size, void *user_data) { in default_calloc() argument 48 static void *default_realloc(void *ptr, size_t size, void *user_data) { in default_realloc() argument 60 void *ngtcp2_mem_malloc(const ngtcp2_mem *mem, size_t size) { in ngtcp2_mem_malloc() argument 68 void *ngtcp2_mem_calloc(const ngtcp2_mem *mem, size_t nmemb, size_t size) { in ngtcp2_mem_calloc() argument 72 ngtcp2_mem_realloc(const ngtcp2_mem *mem, void *ptr, size_t size) ngtcp2_mem_realloc() argument 76 ngtcp2_mem_malloc_debug(const ngtcp2_mem *mem, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_malloc_debug() argument 93 ngtcp2_mem_calloc_debug(const ngtcp2_mem *mem, size_t nmemb, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_calloc_debug() argument 103 ngtcp2_mem_realloc_debug(const ngtcp2_mem *mem, void *ptr, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_realloc_debug() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | fphdlimp.cpp | 94 int32_t size = vec->size(); in addAttribute() local
|
H A D | transreg.h | 427 int32_t size; member in TransliteratorRegistry::Enumeration
|
H A D | double-conversion-bignum.h | 128 static void EnsureCapacity(const int size) { in EnsureCapacity() argument
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_mem.c | 31 static void *default_malloc(size_t size, void *user_data) { in default_malloc() argument 43 static void *default_calloc(size_t nmemb, size_t size, void *user_data) { in default_calloc() argument 49 static void *default_realloc(void *ptr, size_t size, void *user_data) { in default_realloc() argument 61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc() argument 69 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size) { in nghttp3_mem_calloc() argument 73 nghttp3_mem_realloc(const nghttp3_mem *mem, void *ptr, size_t size) nghttp3_mem_realloc() argument 77 nghttp3_mem_malloc_debug(const nghttp3_mem *mem, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_malloc_debug() argument 103 nghttp3_mem_calloc_debug(const nghttp3_mem *mem, size_t nmemb, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_calloc_debug() argument 114 nghttp3_mem_realloc_debug(const nghttp3_mem *mem, void *ptr, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_realloc_debug() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_serialize.cpp | 158 nv50_ir_prog_info_out_deserialize(void *data, size_t size, size_t offset, in nv50_ir_prog_info_out_deserialize() argument
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 224 os_get_total_physical_memory(uint64_t *size) in os_get_total_physical_memory() argument 278 os_get_available_system_memory(uint64_t *size) in os_get_available_system_memory() argument 331 os_get_page_size(uint64_t *size) os_get_page_size() argument [all...] |
H A D | os_memory_fd.c | 49 size_t size; member 68 os_import_memory_fd(int fd, void **ptr, uint64_t *size, char const *driver_id) in os_import_memory_fd() argument 102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id) in os_malloc_aligned_fd() argument [all...] |
H A D | u_mm.c | 70 u_mmInit(int ofs, int size) in u_mmInit() argument 107 SliceBlock(struct mem_block *p, int startofs, int size, int reserved, UNUSED int alignment) SliceBlock() argument 177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) u_mmAllocMem() argument [all...] |
H A D | u_memory.h | 66 align_calloc(size_t size, unsigned long alignment) in align_calloc() argument 78 mem_dup(const void *src, size_t size) in mem_dup() argument
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | disassemble.h | 38 disassemble_valhall(FILE *fp, const uint64_t *code, unsigned size, bool verbose) in disassemble_valhall() argument
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.h | 56 __pandecode_fetch_gpu_mem(const struct pandecode_mapped_memory *mem, uint64_t gpu_va, size_t size, int line, const char *filename) __pandecode_fetch_gpu_mem() argument
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_pool.h | 89 unsigned size; member 113 unsigned size = 0; in pan_pool_alloc_descs() local
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_internal.c | 51 choose_bucket(struct vn_renderer_shmem_cache *cache, size_t size, int *out_idx) choose_bucket() argument 121 vn_renderer_shmem_cache_get(struct vn_renderer_shmem_cache *cache, size_t size) vn_renderer_shmem_cache_get() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_compiler.c | 147 unsigned size in main() local 38 nv30_fp(int chipset, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_fp() argument 51 nv30_vp(int chipset, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_vp() argument 65 nv30_codegen(int chipset, int type, struct tgsi_token tokens[], unsigned *size, unsigned **code) nv30_codegen() argument 105 nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], unsigned *size, unsigned **code) nouveau_codegen() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | stdnmtst.c | 171 static UBool doTestNames(const char *name, const char *standard, const char **expected, int32_t size) { in doTestNames() argument 223 static UBool doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) { in doTestUCharNames() argument [all...] |
/third_party/icu/icu4c/source/tools/gentest/ |
H A D | gentest.c | 110 uint32_t size; in createData() local
|
/third_party/libdrm/tests/modetest/ |
H A D | buffers.c | 47 size_t size; member
|
/third_party/libdrm/radeon/ |
H A D | bof.h | 48 uint32_t size; member
|
H A D | radeon_bo_int.h | 13 uint32_t size; member
|
/third_party/libdrm/tegra/ |
H A D | pushbuf.c | 64 size_t size; in drm_tegra_pushbuf_begin() local 131 size_t size; in drm_tegra_pushbuf_relocate() local
|