| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 582 uint32_t size = vb->buffer.resource->width0 - off; variable
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 161 unsigned size = (uintptr_t) in decode_get_state_size() local
|
| H A D | iris_query.c | 504 uint32_t size; in iris_begin_query() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 101 uint32_t size = 0; in setup_miptree() local 165 uint32_t size = setup_miptree(res, width, height, align_to_tile); in lima_resource_create_bo() local 350 unsigned width, height, stride, size; lima_resource_from_handle() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump.c | 111 trace_dump_write(const char *buf, size_t size) in trace_dump_write() argument 506 size_t size; in trace_dump_box_bytes() local 478 trace_dump_bytes(const void *data, size_t size) trace_dump_bytes() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_idct.c | 72 calc_addr(struct ureg_program *shader, struct ureg_dst addr[2], struct ureg_src tc, struct ureg_src start, bool right_side, bool transposed, float size) calc_addr() argument 96 increment_addr(struct ureg_program *shader, struct ureg_dst daddr[2], struct ureg_src saddr[2], bool right_side, bool transposed, int pos, float size) increment_addr() argument
|
| H A D | vl_mpeg12_bitstream.c | 745 unsigned size = vl_vlc_get_vlclbf(&bs->vlc, blk2dcsize[blk], 10); in decode_dct() local 537 init_dct_coeff_table(struct dct_coeff *dst, const struct dct_coeff_compressed *src, unsigned size, bool is_DC) init_dct_coeff_table() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_perfcounter.c | 731 uint64_t size = 32 * 1024 * 1024; /* Default to 32MB. */ in si_spm_init_bo() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | indirect_vertex_array.c | 1146 __indirect_glVertexPointer(GLint size, GLenum type, GLsizei stride, in __indirect_glVertexPointer() argument 1250 __indirect_glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) __indirect_glColorPointer() argument 1402 __indirect_glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) __indirect_glTexCoordPointer() argument 1509 __indirect_glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) __indirect_glSecondaryColorPointer() argument 1611 __indirect_glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer) __indirect_glVertexAttribPointer() argument 1737 __indirect_glVertexAttribPointerNV(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid * pointer) __indirect_glVertexAttribPointerNV() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 53 function_temp_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in function_temp_type_info() argument 1266 uint8_t size = typeSizeof(ty); in storeTo() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | hash_table.c | 84 uint32_t max_entries, size, rehash; member 313 uint32_t size = ht->size; hash_table_search() local 367 uint32_t size = ht->size; hash_table_insert_rehash() local 443 uint32_t size = ht->size; hash_table_insert() local 629 _mesa_hash_data(const void *data, size_t size) _mesa_hash_data() argument 635 _mesa_hash_data_with_seed(const void *data, size_t size, uint32_t seed) _mesa_hash_data_with_seed() argument 732 _mesa_hash_table_reserve(struct hash_table *ht, unsigned size) _mesa_hash_table_reserve() argument [all...] |
| H A D | ralloc.c | 105 ralloc_size(const void *ctx, size_t size) in ralloc_size() argument 145 rzalloc_size(const void *ctx, size_t size) in rzalloc_size() argument 157 resize(void *ptr, size_t size) in resize() argument 188 reralloc_size(const void *ctx, void *ptr, size_t size) reralloc_size() argument 213 ralloc_array_size(const void *ctx, size_t size, unsigned count) ralloc_array_size() argument 222 rzalloc_array_size(const void *ctx, size_t size, unsigned count) rzalloc_array_size() argument 231 reralloc_array_size(const void *ctx, void *ptr, size_t size, unsigned count) reralloc_array_size() argument 240 rerzalloc_array_size(const void *ctx, void *ptr, size_t size, unsigned old_count, unsigned new_count) rerzalloc_array_size() argument 461 size_t size = u_printf_length(fmt, args) + 1; ralloc_vasprintf() local 564 unsigned size; /* size of the buffer */ global() member 584 unsigned size; /* for realloc */ global() member 622 linear_alloc_child(void *parent, unsigned size) linear_alloc_child() argument 657 linear_alloc_parent(void *ralloc_ctx, unsigned size) linear_alloc_parent() argument 676 linear_zalloc_child(void *parent, unsigned size) linear_zalloc_child() argument 686 linear_zalloc_parent(void *parent, unsigned size) linear_zalloc_parent() argument 796 unsigned size = u_printf_length(fmt, args) + 1; linear_vasprintf() local [all...] |
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_pipeline_cache.c | 249 size_t size = blob->size - start; in vk_pipeline_cache_object_serialize() local 532 vk_pipeline_cache_load(struct vk_pipeline_cache *cache, const void *data, size_t size) vk_pipeline_cache_load() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | helpers.h | 271 unsigned size; member 363 midgard_ldst_comp(unsigned reg, unsigned component, unsigned size) in midgard_ldst_comp() argument
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 165 unsigned size = buf->size + (buf->address & 63); in panvk_emit_attrib_buf() local 305 emit_ubo(mali_ptr address, size_t size, void *desc) emit_ubo() argument 356 size_t size = panvk_buffer_range(bdesc->buffer, emit_ubos() local [all...] |
| H A D | panvk_vX_descriptor_set.c | 112 size_t size = sizeof(*set_layout) + in CreateDescriptorSetLayout() local 588 size_t size = panvk_buffer_range(buffer, pBufferInfo->offset, in panvk_write_ubo_desc() local
|
| /third_party/mesa3d/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 194 emit_load_sse2(struct translate_sse *p, struct x86_reg data, struct x86_reg src, unsigned size) emit_load_sse2() argument 396 emit_memcpy(struct translate_sse *p, struct x86_reg dst, struct x86_reg src, unsigned size) emit_memcpy() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 534 uint32_t size; in crocus_begin_query() local
|
| H A D | crocus_batch.c | 160 unsigned size = (uintptr_t) in decode_get_state_size() local 456 recreate_growing_buffer(struct crocus_batch *batch, struct crocus_growing_bo *grow, const char *name, unsigned size) recreate_growing_buffer() argument [all...] |
| H A D | crocus_batch.h | 231 crocus_require_command_space(struct crocus_batch *batch, unsigned size) in crocus_require_command_space() argument 267 crocus_batch_emit(struct crocus_batch *batch, const void *data, unsigned size) crocus_batch_emit() argument 303 crocus_record_state_size(struct hash_table_u64 *ht, uint32_t offset_from_base, uint32_t size) crocus_record_state_size() argument 320 crocus_require_statebuffer_space(struct crocus_batch *batch, int size) crocus_require_statebuffer_space() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_screen.c | 356 dd_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) dd_screen_get_sparse_texture_virtual_page_size() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 328 pipe_buffer_create(struct pipe_screen *screen, unsigned bind, enum pipe_resource_usage usage, unsigned size) pipe_buffer_create() argument 349 pipe_buffer_create_const0(struct pipe_screen *screen, unsigned bind, enum pipe_resource_usage usage, unsigned size) pipe_buffer_create_const0() argument 450 pipe_buffer_write(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write() argument 467 pipe_buffer_write_nooverlap(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, const void *data) pipe_buffer_write_nooverlap() argument 482 pipe_buffer_copy(struct pipe_context *pipe, struct pipe_resource *dst, struct pipe_resource *src, unsigned dst_offset, unsigned src_offset, unsigned size) pipe_buffer_copy() argument 502 pipe_buffer_create_with_data(struct pipe_context *pipe, unsigned bind, enum pipe_resource_usage usage, unsigned size, const void *ptr) pipe_buffer_create_with_data() argument 515 pipe_buffer_read(struct pipe_context *pipe, struct pipe_resource *buf, unsigned offset, unsigned size, void *data) pipe_buffer_read() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_emit.c | 571 uint32_t size = vb->buffer.resource->width0 - off; in fd4_emit_vertex_bufs() local
|
| /third_party/musl/arch/aarch64/bits/ |
| H A D | signal.h | 31 unsigned int size; member 46 unsigned int size; member
|
| /third_party/musl/ldso/linux/ |
| H A D | ns_config.c | 113 static kvlist * kvlist_alloc(size_t size) in kvlist_alloc() argument 166 sections_alloc(size_t size) sections_alloc() argument [all...] |