• Home
  • Raw
  • Download

Lines Matching refs:strct

279    struct intel_group *strct =  in dump_binding_table()  local
281 if (strct == NULL) { in dump_binding_table()
331 uint32_t size = strct->dw_length * 4; in dump_binding_table()
340 ctx_print_group(ctx, strct, addr, bo.map + (addr - bo.addr)); in dump_binding_table()
347 struct intel_group *strct = intel_spec_find_struct(ctx->spec, "SAMPLER_STATE"); in dump_samplers() local
365 const unsigned sampler_state_size = strct->dw_length * 4; in dump_samplers()
375 ctx_print_group(ctx, strct, state_addr, state_map); in dump_samplers()
1132 struct intel_group *strct = in decode_vs_state() local
1134 if (strct == NULL) { in decode_vs_state()
1147 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_vs_state()
1152 intel_field_iterator_init(&iter, strct, bind_bo.map, 0, false); in decode_vs_state()
1169 struct intel_group *strct = in decode_gs_state() local
1171 if (strct == NULL) { in decode_gs_state()
1184 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_gs_state()
1190 struct intel_group *strct = in decode_clip_state() local
1192 if (strct == NULL) { in decode_clip_state()
1205 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_clip_state()
1226 struct intel_group *strct = in decode_sf_state() local
1228 if (strct == NULL) { in decode_sf_state()
1241 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_sf_state()
1263 struct intel_group *strct = in decode_wm_state() local
1265 if (strct == NULL) { in decode_wm_state()
1278 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_wm_state()
1280 decode_ps_kern(ctx, strct, bind_bo.map); in decode_wm_state()
1286 struct intel_group *strct = in decode_cc_state() local
1288 if (strct == NULL) { in decode_cc_state()
1301 ctx_print_group(ctx, strct, offset, bind_bo.map); in decode_cc_state()