Home
last modified time | relevance | path

Searched refs:custom_decoders (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/common/
H A Dgen_batch_decoder.c1012 } custom_decoders[] = { variable
1117 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in gen_print_batch()
1118 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in gen_print_batch()
1119 custom_decoders[i].decode(ctx, p); in gen_print_batch()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/lang/clover/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/common/
H A Dintel_batch_decoder.c1299 } custom_decoders[] = { variable
1418 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1419 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1420 custom_decoders[i].decode(ctx, p); in intel_print_batch()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/common/
H A Dintel_batch_decoder.c1331 } custom_decoders[] = { variable
1452 for (int i = 0; i < ARRAY_SIZE(custom_decoders); i++) { in intel_print_batch()
1453 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch()
1454 custom_decoders[i].decode(ctx, p); in intel_print_batch()