Home
last modified time | relevance | path

Searched refs:acthd (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_error_decode.c421 uint64_t acthd = 0; in read_data_file() local
544 acthd = ((uint64_t)reg << 32) | reg2; in read_data_file()
679 batch_ctx.acthd = acthd; in read_data_file()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.h255 uint64_t acthd; member
Dintel_batch_decoder.c1412 ctx->acthd && offset == ctx->acthd ? " (ACTHD)" : "", p[0], in intel_print_batch()