Searched refs:emit_null_surface_state (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 684 emit_null_surface_state(struct brw_context *brw, 704 emit_null_surface_state(brw, NULL, surf_offset); in brw_update_buffer_texture_surface() 847 emit_null_surface_state(struct brw_context *brw, in emit_null_surface_state() function 1036 emit_null_surface_state(brw, fb, &surf_offsets[rt_start + i]); in update_renderbuffer_surfaces() 1040 emit_null_surface_state(brw, fb, &surf_offsets[rt_start]); in update_renderbuffer_surfaces() 1141 emit_null_surface_state(brw, fb, surf_offset); in update_renderbuffer_read_surfaces() 1217 emit_null_surface_state(brw, NULL, surf_offset + s); in update_stage_texture_surfaces() 1339 emit_null_surface_state(brw, NULL, out_offset); in upload_buffer_surface() 1346 emit_null_surface_state(brw, NULL, out_offset); in upload_buffer_surface() 1606 emit_null_surface_state(brw, NULL, surf_offset); in update_image_surface()
|