• Home
  • Raw
  • Download

Lines Matching refs:found

64    bool found = false;  in debug_base_recompile()  local
66 found |= check("robust_flags", robust_flags); in debug_base_recompile()
67 found |= check("limit_trig_input_range", limit_trig_input_range); in debug_base_recompile()
69 return found; in debug_base_recompile()
77 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_vs_recompile() local
79 if (!found) { in debug_vs_recompile()
89 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tcs_recompile() local
91 found |= check("input vertices", input_vertices); in debug_tcs_recompile()
92 found |= check("outputs written", outputs_written); in debug_tcs_recompile()
93 found |= check("patch outputs written", patch_outputs_written); in debug_tcs_recompile()
94 found |= check("tes primitive mode", _tes_primitive_mode); in debug_tcs_recompile()
96 if (!found) { in debug_tcs_recompile()
106 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tes_recompile() local
108 found |= check("inputs read", inputs_read); in debug_tes_recompile()
109 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
111 if (!found) { in debug_tes_recompile()
121 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_gs_recompile() local
123 if (!found) { in debug_gs_recompile()
133 bool found = false; in debug_fs_recompile() local
135 found |= check("flat shading", flat_shade); in debug_fs_recompile()
136 found |= check("number of color buffers", nr_color_regions); in debug_fs_recompile()
137 found |= check("MRT alpha test", alpha_test_replicate_alpha); in debug_fs_recompile()
138 found |= check("alpha to coverage", alpha_to_coverage); in debug_fs_recompile()
139 found |= check("fragment color clamping", clamp_fragment_color); in debug_fs_recompile()
140 found |= check("per-sample interpolation", persample_interp); in debug_fs_recompile()
141 found |= check("multisampled FBO", multisample_fbo); in debug_fs_recompile()
142 found |= check("force dual color blending", force_dual_color_blend); in debug_fs_recompile()
143 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
144 found |= check("ignore sample mask out", ignore_sample_mask_out); in debug_fs_recompile()
145 found |= check("coarse pixel", coarse_pixel); in debug_fs_recompile()
147 found |= check("input slots valid", input_slots_valid); in debug_fs_recompile()
149 found |= debug_base_recompile(c, log, &old_key->base, &key->base); in debug_fs_recompile()
151 if (!found) { in debug_fs_recompile()
161 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_cs_recompile() local
163 if (!found) { in debug_cs_recompile()