Searched defs:gmem (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dgmemtool.c179 struct fd_gmem_stateobj *gmem = gmem_stateobj_init(&screen, &key); local in function:main
[all...]
H A Dfreedreno_gmem.h73 fd_gmem_reference(struct fd_gmem_stateobj **ptr, struct fd_gmem_stateobj *gmem) argument
H A Dfreedreno_gmem.c134 dump_gmem_state(const struct fd_gmem_stateobj *gmem) argument
171 layout_gmem(struct gmem_key * key,uint32_t nbins_x,uint32_t nbins_y,struct fd_gmem_stateobj * gmem) argument
221 calc_nbins(struct gmem_key * key,struct fd_gmem_stateobj * gmem) argument
279 struct fd_gmem_stateobj *gmem = local in function:gmem_stateobj_init
445 __fd_gmem_destroy(struct fd_gmem_stateobj * gmem) argument
535 struct fd_gmem_stateobj *gmem = NULL; local in function:lookup_gmem_state
580 render_tiles(struct fd_batch * batch,struct fd_gmem_stateobj * gmem) argument
742 struct fd_gmem_stateobj *gmem = lookup_gmem_state(batch, false, false); local in function:fd_gmem_render_tiles
777 struct fd_gmem_stateobj *gmem = lookup_gmem_state(batch, !!pfb->zsbuf, true); local in function:fd_gmem_estimate_bins_per_pipe
[all...]
H A Dfreedreno_batch.h204 struct fd_ringbuffer *gmem; member in struct:fd_batch
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_priv.h57 uint32_t gmem; member in struct:msm_pipe
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dmsm_priv.h51 uint32_t gmem; member in struct:msm_pipe
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_priv.h57 uint32_t gmem; member in struct:msm_pipe
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c65 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:use_hw_binning
142 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:prepare_tile_fini_ib
285 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd2_emit_tile_mem2gmem
486 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd2_emit_tile_init
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c131 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:use_hw_binning
165 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:emit_binning_workaround
543 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd3_emit_tile_mem2gmem
805 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:emit_binning_pass
934 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:fd3_emit_tile_init
988 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd3_emit_tile_renderprep
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c135 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:use_hw_binning
193 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd4_emit_tile_gmem2mem
331 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd4_emit_tile_mem2gmem
601 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:emit_binning_pass
668 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:fd4_emit_tile_init
714 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd4_emit_tile_prep
762 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd4_emit_tile_renderprep
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c46 emit_mrt(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs,struct fd_gmem_stateobj * gmem) argument
134 emit_zs(struct fd_ringbuffer * ring,struct pipe_surface * zsbuf,struct fd_gmem_stateobj * gmem) argument
238 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:use_hw_binning
266 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:update_vsc_pipe
310 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:emit_binning_pass
473 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:emit_mem2gmem_surf
530 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd5_emit_tile_mem2gmem
573 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:fd5_emit_tile_renderprep
660 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd5_emit_tile_gmem2mem
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c110 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:calculate_tiles
79 total_size(uint8_t cbuf_cpp[],uint8_t zsbuf_cpp[2],uint32_t bin_w,uint32_t bin_h,uint32_t gmem_align,struct fd_gmem_stateobj * gmem) argument
346 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:render_tiles
456 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:fd_gmem_render_tiles
[all...]
H A Dfreedreno_batch.h173 struct fd_ringbuffer *gmem; member in struct:fd_batch
H A Dfreedreno_context.h265 struct fd_gmem_stateobj gmem; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_gmem.c66 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:use_hw_binning
140 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:prepare_tile_fini_ib
285 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd2_emit_tile_mem2gmem
491 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd2_emit_tile_init
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c144 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:use_hw_binning
178 const struct fd_gmem_stateobj *gmem local in function:emit_binning_workaround
381 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd3_emit_tile_gmem2mem
564 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd3_emit_tile_mem2gmem
796 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:update_vsc_pipe
828 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_binning_pass
956 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd3_emit_tile_init
1011 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd3_emit_tile_renderprep
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_gmem.c147 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:use_hw_binning
205 const struct fd_gmem_stateobj *gmem local in function:fd4_emit_tile_gmem2mem
338 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd4_emit_tile_mem2gmem
569 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:update_vsc_pipe
606 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_binning_pass
672 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd4_emit_tile_init
716 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd4_emit_tile_prep
768 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd4_emit_tile_renderprep
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c46 emit_mrt(struct fd_ringbuffer * ring,unsigned nr_bufs,struct pipe_surface ** bufs,const struct fd_gmem_stateobj * gmem) argument
137 emit_zs(struct fd_ringbuffer * ring,struct pipe_surface * zsbuf,const struct fd_gmem_stateobj * gmem) argument
240 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:use_hw_binning
268 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:update_vsc_pipe
311 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_binning_pass
426 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd5_emit_tile_prep
478 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_mem2gmem_surf
535 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd5_emit_tile_mem2gmem
577 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd5_emit_tile_renderprep
664 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd5_emit_tile_gmem2mem
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c380 struct nv50_gmem_state *gmem = &nv50->compprog->cp.gmem[i]; local in function:nv50_compute_validate_surfaces
[all...]
H A Dnv50_program.h112 struct nv50_gmem_state gmem[NV50_MAX_GLOBALS]; member in struct:nv50_program::__anonbe7590440408
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c266 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:use_hw_binning
52 emit_mrt(struct fd_ringbuffer * ring,struct pipe_framebuffer_state * pfb,struct fd_gmem_stateobj * gmem) argument
162 emit_zs(struct fd_ringbuffer * ring,struct pipe_surface * zsbuf,struct fd_gmem_stateobj * gmem) argument
277 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:patch_fb_read
341 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:update_vsc_pipe
412 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:emit_binning_pass
523 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:fd6_emit_tile_init
645 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:fd6_emit_tile_prep
805 struct fd_gmem_stateobj *gmem = &batch->ctx->gmem; local in function:emit_clears
969 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:emit_restore_blits
1067 struct fd_gmem_stateobj *gmem = &ctx->gmem; local in function:prepare_tile_fini_ib
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c833 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd6_resolve_tile
H A Dfd6_gmem.c234 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:use_hw_binning
75 emit_mrt(struct fd_ringbuffer * ring,struct pipe_framebuffer_state * pfb,const struct fd_gmem_stateobj * gmem) argument
146 emit_zs(struct fd_ringbuffer * ring,struct pipe_surface * zsbuf,const struct fd_gmem_stateobj * gmem) argument
251 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:patch_fb_read_gmem
386 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:update_vsc_pipe
465 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_vsc_overflow_test
670 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_binning_pass
787 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd6_emit_tile_init
892 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd6_emit_tile_prep
932 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:fd6_emit_tile_prep
1032 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_clears
1191 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:emit_restore_blits
1375 const struct fd_gmem_stateobj *gmem = batch->gmem_state; local in function:prepare_tile_fini_ib
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h195 } gmem[16]; /* nv50 only */ member in struct:nv50_ir_prog_info_out::__anon5f8d10de060a::__anon5f8d10de0b08
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c2758 vk2tu_access(VkAccessFlags flags, bool gmem) argument
1038 tu_emit_input_attachments(struct tu_cmd_buffer * cmd,const struct tu_subpass * subpass,bool gmem) argument
4787 bool gmem = cmd->state.ccu_state == TU_CMD_CCU_GMEM && local in function:tu_barrier
[all...]

Completed in 37 milliseconds