Home
last modified time | relevance | path

Searched refs:aux_buf (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c729 assert(!mt->aux_buf); in create_ccs_buf_for_image()
738 mt->aux_buf = calloc(sizeof(*mt->aux_buf), 1); in create_ccs_buf_for_image()
739 if (mt->aux_buf == NULL) in create_ccs_buf_for_image()
744 free(mt->aux_buf); in create_ccs_buf_for_image()
745 mt->aux_buf = NULL; in create_ccs_buf_for_image()
755 mt->aux_buf->clear_color_bo = in create_ccs_buf_for_image()
760 if (!mt->aux_buf->clear_color_bo) { in create_ccs_buf_for_image()
761 free(mt->aux_buf); in create_ccs_buf_for_image()
762 mt->aux_buf = NULL; in create_ccs_buf_for_image()
767 mt->aux_buf->bo = image->bo; in create_ccs_buf_for_image()
[all …]
Dbrw_misc_state.c395 info.hiz_surf = &depth_mt->aux_buf->surf; in brw_emit_depthbuffer()
403 isl_surf_get_image_offset_B_tile_sa(&depth_mt->aux_buf->surf, in brw_emit_depthbuffer()
411 depth_mt->aux_buf->bo, in brw_emit_depthbuffer()
412 depth_mt->aux_buf->offset + hiz_offset, in brw_emit_depthbuffer()
Dbrw_blorp.c168 surf->aux_surf = &mt->aux_buf->surf; in blorp_surf_for_miptree()
174 surf->aux_addr.buffer = mt->aux_buf->bo; in blorp_surf_for_miptree()
175 surf->aux_addr.offset = mt->aux_buf->offset; in blorp_surf_for_miptree()
1265 if (can_fast_clear && !irb->mt->aux_buf) { in do_single_blorp_clear()
1648 assert(mt->aux_usage == ISL_AUX_USAGE_HIZ && mt->aux_buf); in intel_hiz_exec()
Dintel_mipmap_tree.h323 struct intel_miptree_aux_buffer *aux_buf; member
Dbrw_wm_surface_state.c162 aux_surf = &mt->aux_buf->surf; in brw_emit_surface_state()
163 aux_bo = mt->aux_buf->bo; in brw_emit_surface_state()
164 aux_offset = mt->aux_buf->offset; in brw_emit_surface_state()
Dbrw_wm.c289 assert(intel_tex->mt->aux_buf); in brw_populate_sampler_prog_key_data()
Dintel_tex_image.c547 if (intel_tex->mt->aux_buf && in intelReleaseTexBuffer()
/external/libvpx/libvpx/
Dy4minput.h53 unsigned char *aux_buf; member
Dy4minput.c1057 _y4m->aux_buf = (unsigned char *)malloc(_y4m->aux_buf_sz); in y4m_input_open()
1063 free(_y4m->aux_buf); in y4m_input_close()
1095 if (!file_read(_y4m->aux_buf, _y4m->aux_buf_read_sz, _fin)) { in y4m_input_fetch_frame()
1100 (*_y4m->convert)(_y4m, _y4m->dst_buf, _y4m->aux_buf); in y4m_input_fetch_frame()
/external/libaom/libaom/common/
Dy4minput.h54 unsigned char *aux_buf; member
Dy4minput.c1085 _y4m->aux_buf = (unsigned char *)malloc(_y4m->aux_buf_sz); in y4m_input_open()
1091 free(_y4m->aux_buf); in y4m_input_close()
1123 if (!file_read(_y4m->aux_buf, _y4m->aux_buf_read_sz, _fin)) { in y4m_input_fetch_frame()
1128 (*_y4m->convert)(_y4m, _y4m->dst_buf, _y4m->aux_buf); in y4m_input_fetch_frame()
/external/mesa3d/docs/relnotes/
D18.1.1.rst116 - i965: Add and use a single miptree aux_buf field