Searched defs:vrend_shader_key (Results 1 – 1 of 1) sorted by relevance
83 struct vrend_shader_key { struct84 uint32_t coord_replace;85 bool invert_fs_origin;86 bool pstipple_tex;87 bool add_alpha_test;88 bool color_two_side;89 uint8_t alpha_test;90 uint8_t clip_plane_enable;91 bool gs_present;92 bool tcs_present;[all …]