Searched defs:v3dv_pipeline_key (Results 1 – 1 of 1) sorted by relevance
320 struct v3dv_pipeline_key { struct321 uint8_t topology;322 uint8_t logicop_func;323 bool msaa;324 bool sample_alpha_to_coverage;325 bool sample_alpha_to_one;326 uint8_t cbufs;327 struct {330 } color_fmt[V3D_MAX_DRAW_BUFFERS];331 uint8_t f32_color_rb;[all …]