Home
last modified time | relevance | path

Searched refs:util_dynarray_append (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c144 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 …]
Dnvfx_fragprog.c264 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/mesa/main/
Dtexturebindless.c257 util_dynarray_append(&texObj->SamplerHandles, in get_texture_handle()
262 util_dynarray_append(&sampObj->Handles, in get_texture_handle()
351 util_dynarray_append(&texObj->ImageHandles, in get_image_handle()
/external/mesa3d/src/util/
Du_dynarray.h134 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), siz… macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1460 util_dynarray_append(&sctx->resident_tex_needs_color_decompress, in si_resident_handles_update_needs_color_decompress()
1477 util_dynarray_append(&sctx->resident_img_needs_color_decompress, in si_resident_handles_update_needs_color_decompress()
2321 util_dynarray_append( in si_make_texture_handle_resident()
2328 util_dynarray_append( in si_make_texture_handle_resident()
2354 util_dynarray_append(&sctx->resident_tex_handles, in si_make_texture_handle_resident()
2464 util_dynarray_append( in si_make_image_handle_resident()
2490 util_dynarray_append(&sctx->resident_img_handles, in si_make_image_handle_resident()
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c239 util_dynarray_append(&surf->subpics, vlVaSubpicture *, sub); in vlVaAssociateSubpicture()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h207 util_dynarray_append(buf, struct fd_cs_patch, ((struct fd_cs_patch){ in OUT_RINGP()
Dfreedreno_query_hw.c57 util_dynarray_append(&batch->samples, struct fd_hw_sample *, new_samp); in get_sample()
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c276 util_dynarray_append(&case_block->switch_case->values, uint64_t, val); in vtn_add_case()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c684 util_dynarray_append(&ctx->phi_fixups, write_phi_fixup, fixup); in write_phi()