Home
last modified time | relevance | path

Searched refs:util_dynarray_grow (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmir.c390 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()
Dmidgard_compile.c3342 memset(util_dynarray_grow(binary, uint8_t, 16), 0, 16); in midgard_compile_shader_nir()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_mempool.c124 void *ptr = util_dynarray_grow(&pool->bo_pool->free_bos, in panvk_pool_reset()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_fence.c97 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/
Diris_fence.c116 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/
Du_dynarray.h174 #define util_dynarray_grow(buf, type, ngrow) util_dynarray_grow_bytes(buf, (ngrow), sizeof(type)) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c278 util_dynarray_grow(&ranges, struct ubo_range_entry, 1); in brw_nir_analyze_ubo_ranges()
Dintel_clc.c445 util_dynarray_grow(&spirv_objs, struct clc_binary, 1); in main()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c151 pfi = util_dynarray_grow(&stw_dev->pixelformats, in stw_pixelformat_add()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c217 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/
Dac_rtld.c407 util_dynarray_grow(&binary->lds_symbols, struct ac_rtld_symbol, 1); in ac_rtld_open()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c966 memset(util_dynarray_grow(emission, uint8_t, count), 0, count); in bi_pack_valhall()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c284 memset(util_dynarray_grow(&batch->bos, pan_bo_access, grow), in panfrost_batch_get_bo_access()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c579 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/
Dnvfx_fragprog.c76 memcpy(util_dynarray_grow(&fpc->imm_data, float, 4), v, 4 * sizeof(float)); in nvfx_fp_imm()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c407 start = util_dynarray_grow(&q->starts, struct zink_query_start, 1); in query_pool_get_range()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c881 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/
Dbifrost_compile.c4766 memset(util_dynarray_grow(binary, uint8_t, prefetch_size), in bi_pack_clauses()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c6100 found = util_dynarray_grow(&cmd_buffer->cached_vertex_formats, in radv_CmdSetVertexInputEXT()