1cb93a386Sopenharmony_ci// Copyright 2018 The Chromium Authors. All rights reserved.
2cb93a386Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
3cb93a386Sopenharmony_ci// found in the LICENSE file.
4cb93a386Sopenharmony_ci
5cb93a386Sopenharmony_ci// This file is auto-generated from build_workaround_header.py
6cb93a386Sopenharmony_ci// DO NOT EDIT!
7cb93a386Sopenharmony_ci
8cb93a386Sopenharmony_ci#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)              \
9cb93a386Sopenharmony_ci  GPU_OP(ADD_AND_TRUE_TO_LOOP_CONDITION,                \
10cb93a386Sopenharmony_ci         add_and_true_to_loop_condition)                \
11cb93a386Sopenharmony_ci  GPU_OP(DISABLE_BLEND_EQUATION_ADVANCED,               \
12cb93a386Sopenharmony_ci         disable_blend_equation_advanced)               \
13cb93a386Sopenharmony_ci  GPU_OP(DISABLE_DISCARD_FRAMEBUFFER,                   \
14cb93a386Sopenharmony_ci         disable_discard_framebuffer)                   \
15cb93a386Sopenharmony_ci  GPU_OP(DISABLE_DUAL_SOURCE_BLENDING_SUPPORT,          \
16cb93a386Sopenharmony_ci         disable_dual_source_blending_support)          \
17cb93a386Sopenharmony_ci  GPU_OP(DISABLE_TEXTURE_STORAGE,                       \
18cb93a386Sopenharmony_ci         disable_texture_storage)                       \
19cb93a386Sopenharmony_ci  GPU_OP(DISALLOW_LARGE_INSTANCED_DRAW,                 \
20cb93a386Sopenharmony_ci         disallow_large_instanced_draw)                 \
21cb93a386Sopenharmony_ci  GPU_OP(EMULATE_ABS_INT_FUNCTION,                      \
22cb93a386Sopenharmony_ci         emulate_abs_int_function)                      \
23cb93a386Sopenharmony_ci  GPU_OP(FLUSH_ON_FRAMEBUFFER_CHANGE,                   \
24cb93a386Sopenharmony_ci         flush_on_framebuffer_change)                   \
25cb93a386Sopenharmony_ci  GPU_OP(FORCE_UPDATE_SCISSOR_STATE_WHEN_BINDING_FBO0,  \
26cb93a386Sopenharmony_ci         force_update_scissor_state_when_binding_fbo0)  \
27cb93a386Sopenharmony_ci  GPU_OP(GL_CLEAR_BROKEN,                               \
28cb93a386Sopenharmony_ci         gl_clear_broken)                               \
29cb93a386Sopenharmony_ci  GPU_OP(MAX_FRAGMENT_UNIFORM_VECTORS_32,               \
30cb93a386Sopenharmony_ci         max_fragment_uniform_vectors_32)               \
31cb93a386Sopenharmony_ci  GPU_OP(MAX_MSAA_SAMPLE_COUNT_4,                       \
32cb93a386Sopenharmony_ci         max_msaa_sample_count_4)                       \
33cb93a386Sopenharmony_ci  GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096,                   \
34cb93a386Sopenharmony_ci         max_texture_size_limit_4096)                   \
35cb93a386Sopenharmony_ci  GPU_OP(PACK_PARAMETERS_WORKAROUND_WITH_PACK_BUFFER,   \
36cb93a386Sopenharmony_ci         pack_parameters_workaround_with_pack_buffer)   \
37cb93a386Sopenharmony_ci  GPU_OP(REMOVE_POW_WITH_CONSTANT_EXPONENT,             \
38cb93a386Sopenharmony_ci         remove_pow_with_constant_exponent)             \
39cb93a386Sopenharmony_ci  GPU_OP(REWRITE_DO_WHILE_LOOPS,                        \
40cb93a386Sopenharmony_ci         rewrite_do_while_loops)                        \
41cb93a386Sopenharmony_ci  GPU_OP(UNBIND_ATTACHMENTS_ON_BOUND_RENDER_FBO_DELETE, \
42cb93a386Sopenharmony_ci         unbind_attachments_on_bound_render_fbo_delete) \
43cb93a386Sopenharmony_ci  GPU_OP(UNFOLD_SHORT_CIRCUIT_AS_TERNARY_OPERATION,     \
44cb93a386Sopenharmony_ci         unfold_short_circuit_as_ternary_operation)     \
45cb93a386Sopenharmony_ci// The End
46