Lines Matching refs:found

63    bool found = false;  in debug_sampler_recompile()  local
65 found |= check("gather channel quirk", gather_channel_quirk_mask); in debug_sampler_recompile()
66 found |= check("compressed multisample layout", in debug_sampler_recompile()
68 found |= check("16x msaa", msaa_16); in debug_sampler_recompile()
69 found |= check("y_uv image bound", y_uv_image_mask); in debug_sampler_recompile()
70 found |= check("y_u_v image bound", y_u_v_image_mask); in debug_sampler_recompile()
71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); in debug_sampler_recompile()
72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); in debug_sampler_recompile()
73 found |= check("ayuv image bound", ayuv_image_mask); in debug_sampler_recompile()
74 found |= check("xyuv image bound", xyuv_image_mask); in debug_sampler_recompile()
77 found |= check("EXT_texture_swizzle or DEPTH_TEXTURE_MODE", swizzles[i]); in debug_sampler_recompile()
78 found |= check("textureGather workarounds", gen6_gather_wa[i]); in debug_sampler_recompile()
79 found |= check_float("scale factor", scale_factors[i]); in debug_sampler_recompile()
83 found |= check("GL_CLAMP enabled on any texture unit", gl_clamp_mask[i]); in debug_sampler_recompile()
86 return found; in debug_sampler_recompile()
102 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_vs_recompile() local
105 found |= check("vertex attrib w/a flags", gl_attrib_wa_flags[i]); in debug_vs_recompile()
108 found |= check("legacy user clipping", nr_userclip_plane_consts); in debug_vs_recompile()
109 found |= check("copy edgeflag", copy_edgeflag); in debug_vs_recompile()
110 found |= check("pointcoord replace", point_coord_replace); in debug_vs_recompile()
111 found |= check("vertex color clamping", clamp_vertex_color); in debug_vs_recompile()
113 if (!found) { in debug_vs_recompile()
123 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tcs_recompile() local
125 found |= check("input vertices", input_vertices); in debug_tcs_recompile()
126 found |= check("outputs written", outputs_written); in debug_tcs_recompile()
127 found |= check("patch outputs written", patch_outputs_written); in debug_tcs_recompile()
128 found |= check("tes primitive mode", tes_primitive_mode); in debug_tcs_recompile()
129 found |= check("quads and equal_spacing workaround", quads_workaround); in debug_tcs_recompile()
131 if (!found) { in debug_tcs_recompile()
141 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_tes_recompile() local
143 found |= check("inputs read", inputs_read); in debug_tes_recompile()
144 found |= check("patch inputs read", patch_inputs_read); in debug_tes_recompile()
146 if (!found) { in debug_tes_recompile()
156 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_gs_recompile() local
158 if (!found) { in debug_gs_recompile()
168 bool found = false; in debug_fs_recompile() local
170 found |= check("alphatest, computed depth, depth test, or depth write", in debug_fs_recompile()
172 found |= check("depth statistics", stats_wm); in debug_fs_recompile()
173 found |= check("flat shading", flat_shade); in debug_fs_recompile()
174 found |= check("number of color buffers", nr_color_regions); in debug_fs_recompile()
175 found |= check("MRT alpha test", alpha_test_replicate_alpha); in debug_fs_recompile()
176 found |= check("alpha to coverage", alpha_to_coverage); in debug_fs_recompile()
177 found |= check("fragment color clamping", clamp_fragment_color); in debug_fs_recompile()
178 found |= check("per-sample interpolation", persample_interp); in debug_fs_recompile()
179 found |= check("multisampled FBO", multisample_fbo); in debug_fs_recompile()
180 found |= check("frag coord adds sample pos", frag_coord_adds_sample_pos); in debug_fs_recompile()
181 found |= check("line smoothing", line_aa); in debug_fs_recompile()
182 found |= check("high quality derivatives", high_quality_derivatives); in debug_fs_recompile()
183 found |= check("force dual color blending", force_dual_color_blend); in debug_fs_recompile()
184 found |= check("coherent fb fetch", coherent_fb_fetch); in debug_fs_recompile()
186 found |= check("input slots valid", input_slots_valid); in debug_fs_recompile()
187 found |= check("mrt alpha test function", alpha_test_func); in debug_fs_recompile()
188 found |= check("mrt alpha test reference value", alpha_test_ref); in debug_fs_recompile()
190 found |= debug_base_recompile(c, log, &old_key->base, &key->base); in debug_fs_recompile()
192 if (!found) { in debug_fs_recompile()
202 bool found = debug_base_recompile(c, log, &old_key->base, &key->base); in debug_cs_recompile() local
204 if (!found) { in debug_cs_recompile()