Searched defs:vc4_fs_key (Results 1 – 1 of 1) sorted by relevance
348 struct vc4_fs_key { struct349 struct vc4_key base;350 enum pipe_format color_format;351 bool depth_enabled;352 bool stencil_enabled;353 bool stencil_twoside;354 bool stencil_full_writemasks;355 bool is_points;356 bool is_lines;357 bool alpha_test;[all …]