Lines Matching defs:gfx
1195 struct anv_cmd_graphics_state *gfx = &cmd_buffer->state.gfx;
1197 assert(att_idx < gfx->color_att_count);
1198 const struct anv_attachment *att = &gfx->color_att[att_idx];
1214 if (gfx->view_mask) {
1215 u_foreach_bit(view_idx, gfx->view_mask) {
1221 gfx->samples,
1238 gfx->samples,
1254 struct anv_cmd_graphics_state *gfx = &cmd_buffer->state.gfx;
1255 const struct anv_attachment *d_att = &gfx->depth_att;
1256 const struct anv_attachment *s_att = &gfx->stencil_att;
1275 gfx->null_surface_state,
1281 if (gfx->view_mask) {
1282 u_foreach_bit(view_idx, gfx->view_mask) {
1289 gfx->samples,
1309 gfx->samples,