/third_party/mesa3d/src/panfrost/midgard/ |
D | mir.c | 390 UNUSED void *unused = util_dynarray_grow(&block->bundles, midgard_bundle, 1); in mir_insert_instruction_before_scheduled() 414 UNUSED void *unused = util_dynarray_grow(&block->bundles, midgard_bundle, 1); in mir_insert_instruction_after_scheduled()
|
D | midgard_compile.c | 3342 memset(util_dynarray_grow(binary, uint8_t, 16), 0, 16); in midgard_compile_shader_nir()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_mempool.c | 124 void *ptr = util_dynarray_grow(&pool->bo_pool->free_bos, in panvk_pool_reset()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_fence.c | 97 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); in crocus_batch_add_syncobj() 105 util_dynarray_grow(&batch->syncobjs, struct crocus_syncobj *, 1); in crocus_batch_add_syncobj()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_fence.c | 116 util_dynarray_grow(&batch->exec_fences, struct drm_i915_gem_exec_fence, 1); in iris_batch_add_syncobj() 124 util_dynarray_grow(&batch->syncobjs, struct iris_syncobj *, 1); in iris_batch_add_syncobj()
|
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 174 #define util_dynarray_grow(buf, type, ngrow) util_dynarray_grow_bytes(buf, (ngrow), sizeof(type)) macro
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_analyze_ubo_ranges.c | 278 util_dynarray_grow(&ranges, struct ubo_range_entry, 1); in brw_nir_analyze_ubo_ranges()
|
D | intel_clc.c | 445 util_dynarray_grow(&spirv_objs, struct clc_binary, 1); in main()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 151 pfi = util_dynarray_grow(&stw_dev->pixelformats, in stw_pixelformat_add()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.c | 217 util_dynarray_grow(job->gem_bos + pipe, struct drm_lima_gem_submit_bo, 1); in lima_job_add_bo() 221 struct lima_bo **jbo = util_dynarray_grow(job->bos + pipe, struct lima_bo *, 1); in lima_job_add_bo()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 407 util_dynarray_grow(&binary->lds_symbols, struct ac_rtld_symbol, 1); in ac_rtld_open()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_pack.c | 966 memset(util_dynarray_grow(emission, uint8_t, count), 0, count); in bi_pack_valhall()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 284 memset(util_dynarray_grow(&batch->bos, pan_bo_access, grow), in panfrost_batch_get_bo_access()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 579 util_dynarray_grow(&cmdbuf->events.signal, struct dzn_cmd_event_signal, 1); in dzn_cmd_buffer_gather_events() 603 void *ptr = util_dynarray_grow(array, BITSET_WORD, (bit + BITSET_WORDBITS) / BITSET_WORDBITS); in dzn_cmd_buffer_dynbitset_reserve() 830 util_dynarray_grow(ops_array, struct dzn_cmd_buffer_query_range, 1); in dzn_cmd_buffer_collect_query_ops() 4163 util_dynarray_grow(&cmdbuf->events.wait, struct dzn_event *, 1); in dzn_CmdWaitEvents()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 76 memcpy(util_dynarray_grow(&fpc->imm_data, float, 4), v, 4 * sizeof(float)); in nvfx_fp_imm()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 407 start = util_dynarray_grow(&q->starts, struct zink_query_start, 1); in query_pool_get_range()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 881 resource_v1 = util_dynarray_grow(&ctx->resources, struct dxil_resource_v1, 1); in add_resource() 884 resource_v0 = util_dynarray_grow(&ctx->resources, struct dxil_resource_v0, 1); in add_resource()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 4766 memset(util_dynarray_grow(binary, uint8_t, prefetch_size), in bi_pack_clauses()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 6100 found = util_dynarray_grow(&cmd_buffer->cached_vertex_formats, in radv_CmdSetVertexInputEXT()
|