Lines Matching refs:aub_annotations
907 struct annotations_context aub_annotations; in gen8_render_copyfunc() local
920 annotation_init(&aub_annotations); in gen8_render_copyfunc()
922 ps_binding_table = gen8_bind_surfaces(batch, &aub_annotations, in gen8_render_copyfunc()
924 ps_sampler_state = gen8_create_sampler(batch, &aub_annotations); in gen8_render_copyfunc()
925 ps_kernel_off = gen8_fill_ps(batch, &aub_annotations, in gen8_render_copyfunc()
927 vertex_buffer = gen7_fill_vertex_buffer_data(batch, &aub_annotations, in gen8_render_copyfunc()
932 cc.cc_state = gen6_create_cc_state(batch, &aub_annotations); in gen8_render_copyfunc()
933 cc.blend_state = gen8_create_blend_state(batch, &aub_annotations); in gen8_render_copyfunc()
934 viewport.cc_state = gen6_create_cc_viewport(batch, &aub_annotations); in gen8_render_copyfunc()
935 viewport.sf_clip_state = gen7_create_sf_clip_viewport(batch, &aub_annotations); in gen8_render_copyfunc()
936 scissor_state = gen6_create_scissor_rect(batch, &aub_annotations); in gen8_render_copyfunc()
1003 annotation_add_batch(&aub_annotations, batch_end); in gen8_render_copyfunc()
1007 annotation_flush(&aub_annotations, batch); in gen8_render_copyfunc()