Lines Matching defs:mask
365 .mask = 0xf,
383 .mask = 0xf));
1128 uint8_t mask = 0xf;
1135 mask = 0x7;
1137 mask = 0x8;
1139 return mask;
2420 /* can't clear both depth and stencil at once, split up the aspect mask */
2547 tu_cs_emit_regs(cs, A6XX_RB_STENCILMASK(.mask = 0xff));
2574 * on-demand or using a more complicated variant that takes the mask as
2710 VkImageAspectFlags mask,
2720 if (mask & VK_IMAGE_ASPECT_DEPTH_BIT)
2722 if (mask & VK_IMAGE_ASPECT_STENCIL_BIT)
2727 clear_gmem_attachment(cmd, cs, format, aspect_write_mask(format, mask),