Searched refs:aux_buf (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c929 assert(!mt->aux_buf);
938 mt->aux_buf = calloc(sizeof(*mt->aux_buf), 1);
939 if (mt->aux_buf == NULL)
944 free(mt->aux_buf);
945 mt->aux_buf = NULL;
955 mt->aux_buf->clear_color_bo =
960 if (!mt->aux_buf->clear_color_bo) {
961 free(mt->aux_buf);
962 mt->aux_buf
1200 intel_miptree_aux_buffer_free(struct intel_miptree_aux_buffer * aux_buf) argument
[all...]
H A Dbrw_misc_state.c395 info.hiz_surf = &depth_mt->aux_buf->surf;
403 isl_surf_get_image_offset_B_tile_sa(&depth_mt->aux_buf->surf,
411 depth_mt->aux_buf->bo,
412 depth_mt->aux_buf->offset + hiz_offset,
H A Dintel_mipmap_tree.h323 struct intel_miptree_aux_buffer *aux_buf; member in struct:intel_mipmap_tree
H A Dbrw_blorp.c172 surf->aux_surf = &mt->aux_buf->surf;
178 surf->aux_addr.buffer = mt->aux_buf->bo;
179 surf->aux_addr.offset = mt->aux_buf->offset;
1268 if (can_fast_clear && !irb->mt->aux_buf) {
1650 assert(mt->aux_usage == ISL_AUX_USAGE_HIZ && mt->aux_buf);
H A Dbrw_wm_surface_state.c162 aux_surf = &mt->aux_buf->surf;
163 aux_bo = mt->aux_buf->bo;
164 aux_offset = mt->aux_buf->offset;
H A Dbrw_wm.c289 assert(intel_tex->mt->aux_buf);
H A Dintel_tex_image.c546 if (intel_tex->mt->aux_buf &&
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c729 assert(!mt->aux_buf);
738 mt->aux_buf = calloc(sizeof(*mt->aux_buf), 1);
739 if (mt->aux_buf == NULL)
744 free(mt->aux_buf);
745 mt->aux_buf = NULL;
755 mt->aux_buf->clear_color_bo =
760 if (!mt->aux_buf->clear_color_bo) {
761 free(mt->aux_buf);
762 mt->aux_buf
1000 brw_miptree_aux_buffer_free(struct brw_miptree_aux_buffer * aux_buf) argument
[all...]
H A Dbrw_misc_state.c395 info.hiz_surf = &depth_mt->aux_buf->surf;
403 isl_surf_get_image_offset_B_tile_sa(&depth_mt->aux_buf->surf,
411 depth_mt->aux_buf->bo,
412 depth_mt->aux_buf->offset + hiz_offset,
H A Dbrw_mipmap_tree.h323 struct brw_miptree_aux_buffer *aux_buf; member in struct:brw_mipmap_tree
H A Dbrw_blorp.c168 surf->aux_surf = &mt->aux_buf->surf;
174 surf->aux_addr.buffer = mt->aux_buf->bo;
175 surf->aux_addr.offset = mt->aux_buf->offset;
1245 if (can_fast_clear && !irb->mt->aux_buf) {
1626 assert(mt->aux_usage == ISL_AUX_USAGE_HIZ && mt->aux_buf);
H A Dbrw_wm_surface_state.c162 aux_surf = &mt->aux_buf->surf;
163 aux_bo = mt->aux_buf->bo;
164 aux_offset = mt->aux_buf->offset;
H A Dbrw_wm.c300 assert(intel_tex->mt->aux_buf);
H A Dbrw_tex_image.c547 if (intel_tex->mt->aux_buf &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.1.rst116 - i965: Add and use a single miptree aux_buf field

Completed in 28 milliseconds