Searched defs:radv_rasterization_info (Results 1 – 1 of 1) sorted by relevance
1983 struct radv_rasterization_info { struct1984 bool discard_enable;1985 VkFrontFace front_face;1986 VkCullModeFlags cull_mode;1987 uint8_t polygon_mode; /* VkPolygonMode */1988 bool depth_bias_enable;1989 bool depth_clamp_enable;1990 float line_width;1991 float depth_bias_constant_factor;1992 float depth_bias_clamp;[all …]