intel: Rename "GEN_" prefix used in common code to "INTEL_"
This patch renames all macros with "GEN_" prefix defined in common code. Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9413>
This commit is contained in:
@@ -74,7 +74,7 @@ aub_viewer_print_group(struct aub_viewer_decode_ctx *ctx,
|
||||
}
|
||||
if (!intel_field_is_header(iter.field)) {
|
||||
if (ctx->decode_cfg->field_filter.PassFilter(iter.name)) {
|
||||
if (iter.field->type.kind == intel_type::GEN_TYPE_BOOL && iter.raw_value) {
|
||||
if (iter.field->type.kind == intel_type::INTEL_TYPE_BOOL && iter.raw_value) {
|
||||
ImGui::Text("%s: ", iter.name); ImGui::SameLine();
|
||||
ImGui::TextColored(ctx->cfg->boolean_color, "true");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user