/external/mesa3d/src/intel/tools/ |
D | i965_disasm.c | 69 util_dynarray_append(&assembly, uint32_t, temp[0]); in i965_disasm_read_c_literal_file() 70 util_dynarray_append(&assembly, uint32_t, temp[1]); in i965_disasm_read_c_literal_file() 77 util_dynarray_append(&assembly, uint32_t, temp[0]); in i965_disasm_read_c_literal_file() 78 util_dynarray_append(&assembly, uint32_t, temp[1]); in i965_disasm_read_c_literal_file()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 144 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src() 693 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 704 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 720 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 736 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop); in nvfx_vertprog_parse_instruction() 743 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 752 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 761 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction() 1019 util_dynarray_append(&insns, unsigned, vp->nr_insns); in _nvfx_vertprog_translate() [all …]
|
D | nvfx_fragprog.c | 264 util_dynarray_append(&fpc->if_stack, unsigned, fpc->inst_offset); in nv40_fp_if() 285 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal() 326 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep() 352 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 355 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); 1105 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate() 1115 util_dynarray_append(&insns, unsigned, fp->insn_len); in _nvfx_fragprog_translate()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_emit.c | 743 util_dynarray_append(emission, uint32_t, bundle->control | lookahead); in emit_alu_bundle() 771 util_dynarray_append(emission, uint16_t, reg_word); in emit_alu_bundle() 804 util_dynarray_append(emission, midgard_constants, bundle->constants); in emit_alu_bundle() 901 util_dynarray_append(emission, midgard_load_store, instruction); in emit_binary_bundle() 922 util_dynarray_append(emission, midgard_texture_word, ins->texture); in emit_binary_bundle() 957 util_dynarray_append(emission, midgard_texture_word, texture); in emit_binary_bundle()
|
D | midgard_schedule.c | 94 util_dynarray_append(&table[(BYTE_COUNT * index) + i], unsigned, parent); in mark_access() 1380 util_dynarray_append(&bundles, midgard_bundle, bundle); in schedule_block() 1388 util_dynarray_append(&block->bundles, midgard_bundle, *bundle); in schedule_block()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_etc2.c | 104 util_dynarray_append(offsets, unsigned, src + offset - base); in etna_etc2_calculate_blocks()
|
D | etnaviv_perfmon.c | 433 util_dynarray_append(&screen->supported_pm_queries, unsigned, i); in etna_pm_query_setup()
|
/external/mesa3d/src/util/ |
D | dag.c | 48 util_dynarray_append(&parent->edges, struct dag_edge, edge); in dag_add_edge()
|
D | u_dynarray.h | 171 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow_bytes((buf… macro
|
D | register_allocate.c | 230 util_dynarray_append(®s->regs[i].conflict_list, unsigned int, i); in ra_alloc_reg_set() 258 util_dynarray_append(®1->conflict_list, unsigned int, r2); in ra_add_conflict_list() 498 util_dynarray_append(&g->nodes[n1].adjacency_list, unsigned int, n2); in ra_add_node_adjacency()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_pool.c | 45 util_dynarray_append(&pool->bos, struct panfrost_bo *, bo); in panfrost_pool_alloc_backing()
|
D | decode_common.c | 59 util_dynarray_append(&ro_mappings, struct pandecode_mapped_memory *, mem); in pandecode_find_mapped_gpu_mem_containing()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_cp_postsched.c | 175 util_dynarray_append(&newdeps, struct ir3_instruction *, use); in instr_cp_postsched()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_fence.c | 72 util_dynarray_append(&ret->resources, struct pipe_resource*, pres); in zink_create_fence()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 93 util_dynarray_append(&batch->draw_patches, uint32_t*, ring->cur); in fd_draw()
|
D | freedreno_util.h | 217 util_dynarray_append(buf, struct fd_cs_patch, ((struct fd_cs_patch){ in OUT_RINGP()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blend.c | 142 util_dynarray_append(&blend->variants, struct fd6_blend_variant *, so); in __fd6_setup_blend_variant()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_dead_write_vars.c | 106 util_dynarray_append(unused_writes, struct write_entry, new_entry); in update_unused_writes()
|
D | nir_search.c | 510 util_dynarray_append(state->states, uint16_t, 0); in construct_value() 562 util_dynarray_append(state->states, uint16_t, 0); in construct_value() 788 util_dynarray_append(states, uint16_t, 0); in nir_replace_instr()
|
/external/mesa3d/src/mesa/main/ |
D | texturebindless.c | 258 util_dynarray_append(&texObj->SamplerHandles, in get_texture_handle() 263 util_dynarray_append(&sampObj->Handles, in get_texture_handle() 352 util_dynarray_append(&texObj->ImageHandles, in get_image_handle()
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | regalloc.c | 181 util_dynarray_append(&a->conflict_list, unsigned, j); in add_interference() 182 util_dynarray_append(&b->conflict_list, unsigned, i); in add_interference()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 239 util_dynarray_append(&surf->subpics, vlVaSubpicture *, sub); in vlVaAssociateSubpicture()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 246 util_dynarray_append(&batch->dependencies, in panfrost_batch_add_dep() 480 util_dynarray_append(&access->readers, in panfrost_batch_update_bo_access() 500 util_dynarray_append(&access->readers, in panfrost_batch_update_bo_access()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1444 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, struct si_texture_handle *, in si_resident_handles_update_needs_color_decompress() 1460 util_dynarray_append(&sctx->resident_img_needs_color_decompress, struct si_image_handle *, in si_resident_handles_update_needs_color_decompress() 2341 util_dynarray_append(&sctx->resident_tex_needs_depth_decompress, in si_make_texture_handle_resident() 2346 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, in si_make_texture_handle_resident() 2367 util_dynarray_append(&sctx->resident_tex_handles, struct si_texture_handle *, tex_handle); in si_make_texture_handle_resident() 2468 util_dynarray_append(&sctx->resident_img_needs_color_decompress, in si_make_image_handle_resident() 2488 util_dynarray_append(&sctx->resident_img_handles, struct si_image_handle *, img_handle); in si_make_image_handle_resident()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 80 util_dynarray_append(patches, uint32_t*, &ring->cur[info->mem_export_ptr]); in emit()
|