HomeSort by: relevance | last modified time | path
    Searched refs:ds_afbc (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_mfbd.c 144 fbx->ds_afbc.depth_stencil_afbc_metadata = rsrc->bo->afbc_slab.gpu;
145 fbx->ds_afbc.depth_stencil_afbc_stride = 0;
147 fbx->ds_afbc.depth_stencil = rsrc->bo->afbc_slab.gpu + rsrc->bo->afbc_metadata_size;
149 fbx->ds_afbc.zero1 = 0x10009;
150 fbx->ds_afbc.padding = 0x1000;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
decode.c 630 pandecode_log(".ds_afbc = {\n");
633 MEMORY_PROP((&fbx->ds_afbc), depth_stencil_afbc_metadata);
635 fbx->ds_afbc.depth_stencil_afbc_stride);
636 MEMORY_PROP((&fbx->ds_afbc), depth_stencil);
638 if (fbx->ds_afbc.zero1 || fbx->ds_afbc.padding) {
641 fbx->ds_afbc.zero1);
643 fbx->ds_afbc.padding);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h 1454 } ds_afbc; member in union:bifrost_fb_extra::__anon3891

Completed in 9 milliseconds