Searched refs:annotation_add_state (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | rendercopy_gen8.c | 104 static void annotation_add_state(struct annotations_context *aub, in annotation_add_state() function 167 annotation_add_state(aub, AUB_TRACE_SURFACE_STATE, offset, sizeof(*ss)); in gen8_bind_buf() 222 annotation_add_state(aub, AUB_TRACE_BINDING_TABLE, offset, 8); in gen8_bind_surfaces() 240 annotation_add_state(aub, AUB_TRACE_SAMPLER_STATE, in gen8_create_sampler() 265 annotation_add_state(aub, AUB_TRACE_KERNEL_INSTRUCTIONS, offset, size); in gen8_fill_ps() 307 annotation_add_state(aub, AUB_TRACE_VERTEX_BUFFER, in gen7_fill_vertex_buffer_data() 395 annotation_add_state(aub, AUB_TRACE_CC_STATE, in gen6_create_cc_state() 411 annotation_add_state(aub, AUB_TRACE_BLEND_STATE, in gen8_create_blend_state() 434 annotation_add_state(aub, AUB_TRACE_CC_VP_STATE, in gen6_create_cc_viewport() 455 annotation_add_state(aub, AUB_TRACE_CLIP_VP_STATE, in gen7_create_sf_clip_viewport() [all …]
|
D | rendercopy_gen9.c | 135 static void annotation_add_state(struct annotations_context *ctx, in annotation_add_state() function 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 …]
|