Home
last modified time | relevance | path

Searched defs:size (Results 3601 - 3625 of 7828) sorted by relevance

1...<<141142143144145146147148149150>>...314

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.h168 vn_instance_cs_shmem_alloc(struct vn_instance *instance, size_t size, size_t *out_offset) vn_instance_cs_shmem_alloc() argument
H A Dvn_cs.h165 vn_cs_encoder_reserve(struct vn_cs_encoder *enc, size_t size) in vn_cs_encoder_reserve() argument
179 vn_cs_encoder_write(struct vn_cs_encoder *enc, size_t size, const void *val, size_t val_size) vn_cs_encoder_write() argument
196 vn_cs_decoder_init(struct vn_cs_decoder *dec, const void *data, size_t size) vn_cs_decoder_init() argument
208 vn_cs_decoder_peek_internal(const struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) vn_cs_decoder_peek_internal() argument
227 vn_cs_decoder_read(struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) vn_cs_decoder_read() argument
237 vn_cs_decoder_peek(const struct vn_cs_decoder *dec, size_t size, void *val, size_t val_size) vn_cs_decoder_peek() argument
[all...]
H A Dvn_feedback.c38 vn_feedback_buffer_create(struct vn_device *dev, uint32_t size, const VkAllocationCallbacks *alloc, struct vn_feedback_buffer **out_feedback_buf) vn_feedback_buffer_create() argument
158 vn_feedback_pool_init(struct vn_device *dev, struct vn_feedback_pool *pool, uint32_t size, const VkAllocationCallbacks *alloc) vn_feedback_pool_init() argument
191 vn_feedback_pool_alloc_locked(struct vn_feedback_pool *pool, uint32_t size, uint32_t *out_offset) vn_feedback_pool_alloc_locked() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_fence.c125 size_t size = offsetof(struct vk_fence, permanent) + sync_type->size; in vk_fence_create() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.h234 BuildUtil::getScratch(int size, DataFile f) in getScratch() argument
242 BuildUtil::getSSA(int size, DataFile f) in getSSA() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_mod_props.c87 bi_is_fabsneg(enum bi_opcode op, enum bi_size size) in bi_is_fabsneg() argument
173 unsigned size = bi_opcode_props[I->op].size; in bi_opt_mod_prop_forward() local
213 bi_is_fclamp(enum bi_opcode op, enum bi_size size) in bi_is_fclamp() argument
232 bi_sized_mux_op(unsigned size) bi_sized_mux_op() argument
243 bi_is_fixed_mux(bi_instr *I, unsigned size, bi_index v1) bi_is_fixed_mux() argument
[all...]
H A Dbi_opt_push_ubo.c297 unsigned size = 0; in bi_opt_reorder_push() local
190 bi_find_component(adjacency_row *adjacency, BITSET_WORD *visited, unsigned *component, unsigned *size, unsigned node) bi_find_component() argument
[all...]
/third_party/mesa3d/src/util/
H A Dset.c55 uint32_t max_entries, size, rehash; member
268 uint32_t size = ht->size; set_search() local
311 uint32_t size = ht->size; set_add_rehash() local
405 uint32_t size = ht->size; set_search_or_add() local
[all...]
H A Du_debug_memory.c73 size_t size; member
124 debug_malloc(const char *file, unsigned line, const char *function, size_t size) debug_malloc() argument
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler.h26 size_t size = 0; in vn_sizeof_VkSamplerReductionModeCreateInfo_self() local
35 size_t size = 0; in vn_sizeof_VkSamplerReductionModeCreateInfo() local
79 size_t size = 0; in vn_sizeof_VkSamplerCustomBorderColorCreateInfoEXT_self() local
89 size_t size = 0; vn_sizeof_VkSamplerCustomBorderColorCreateInfoEXT() local
128 size_t size = 0; vn_sizeof_VkSamplerCreateInfo_pnext() local
165 size_t size = 0; vn_sizeof_VkSamplerCreateInfo_self() local
189 size_t size = 0; vn_sizeof_VkSamplerCreateInfo() local
[all...]
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktraceMap.h145 size_t size() const { return maps_.size(); } in size() function in BacktraceMap
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c469 unsigned size = 0; in lp_scene_bin_size() local
H A Dlp_scene.c391 unsigned size = 0; in lp_scene_data_size() local
H A Dlp_setup_point.c340 float size in try_setup_point() local
317 print_point(struct lp_setup_context *setup, const float (*v0)[4], const float size) print_point() argument
[all...]
H A Dlp_setup_vbuf.c86 unsigned size = vertex_size * nr_vertices; in lp_setup_allocate_vertices() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c197 int size, ret; in nouveau_screen_init() local
H A Dnouveau_mm.c85 mm_get_order(uint32_t size) in mm_get_order() argument
103 mm_bucket_by_size(struct nouveau_mman *cache, unsigned size) in mm_bucket_by_size() argument
127 const uint32_t size = mm_default_slab_size(chunk_order); in mm_slab_new() local
169 nouveau_mm_allocate(struct nouveau_mman *cache, uint32_t size, struct nouveau_bo **bo, uint32_t *offset) nouveau_mm_allocate() argument
[all...]
H A Dnouveau_vp3_video.c382 int size; in firmware_present() local
H A Dnouveau_video.h58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR() argument
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) in NV04_FIFO_PKHDR_NI() argument
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c336 unsigned size; in nv30_set_constant_buffer() local
H A Dnv30_vbo.c98 uint32_t base, size; in nv30_prevalidate_vbufs() local
132 uint32_t base, offset, size; in nv30_update_user_vbufs() local
83 nv30_vbuf_range(struct nv30_context *nv30, int vbi, uint32_t *base, uint32_t *size) nv30_vbuf_range() argument
H A Dnv30_winsys.h112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() argument
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c530 unsigned size = align(nv50->compprog->parm_size, 0x4); in nv50_compute_upload_input() local
[all...]
H A Dnv50_push.c74 unsigned size, nr; in emit_vertices_i08() local
113 unsigned size, nr; in emit_vertices_i16() local
152 unsigned size, nr; in emit_vertices_i32() local
191 unsigned size = ctx->vertex_words * push; emit_vertices_seq() local
[all...]
H A Dnv50_state_validate.c531 nv50_state_validate(struct nv50_context *nv50, uint32_t mask, struct nv50_state_validate *validate_list, int size, uint32_t *dirty, struct nouveau_bufctx *bufctx) nv50_state_validate() argument

Completed in 18 milliseconds

1...<<141142143144145146147148149150>>...314