Home
last modified time | relevance | path

Searched refs:aub_annotations (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_gen8.c907 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()
[all …]
Drendercopy_gen9.c110 } aub_annotations; variable
196 annotation_add_state(&aub_annotations, AUB_TRACE_SURFACE_STATE, in gen8_bind_buf()
267 annotation_add_state(&aub_annotations, AUB_TRACE_BINDING_TABLE, in gen8_bind_surfaces()
284 annotation_add_state(&aub_annotations, AUB_TRACE_SAMPLER_STATE, in gen8_create_sampler()
308 annotation_add_state(&aub_annotations, AUB_TRACE_KERNEL_INSTRUCTIONS, in gen8_fill_ps()
350 annotation_add_state(&aub_annotations, AUB_TRACE_VERTEX_BUFFER, in gen7_fill_vertex_buffer_data()
437 annotation_add_state(&aub_annotations, AUB_TRACE_CC_STATE, in gen6_create_cc_state()
452 annotation_add_state(&aub_annotations, AUB_TRACE_BLEND_STATE, in gen8_create_blend_state()
474 annotation_add_state(&aub_annotations, AUB_TRACE_CC_VP_STATE, in gen6_create_cc_viewport()
493 annotation_add_state(&aub_annotations, AUB_TRACE_CLIP_VP_STATE, in gen7_create_sf_clip_viewport()
[all …]