Lines Matching refs:strct
249 struct gen_group *strct = in dump_binding_table() local
251 if (strct == NULL) { in dump_binding_table()
281 uint32_t size = strct->dw_length * 4; in dump_binding_table()
290 ctx_print_group(ctx, strct, addr, bo.map + (addr - bo.addr)); in dump_binding_table()
297 struct gen_group *strct = gen_spec_find_struct(ctx->spec, "SAMPLER_STATE"); in dump_samplers() local
302 strct->dw_length, 4); in dump_samplers()
320 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers()
845 struct gen_group *strct = in decode_vs_state() local
847 if (strct == NULL) { in decode_vs_state()
860 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_vs_state()
867 struct gen_group *strct = in decode_clip_state() local
869 if (strct == NULL) { in decode_clip_state()
882 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_clip_state()
903 struct gen_group *strct = in decode_sf_state() local
905 if (strct == NULL) { in decode_sf_state()
918 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_sf_state()
940 struct gen_group *strct = in decode_wm_state() local
942 if (strct == NULL) { in decode_wm_state()
955 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_wm_state()
961 struct gen_group *strct = in decode_cc_state() local
963 if (strct == NULL) { in decode_cc_state()
976 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_cc_state()