Lines Matching defs:stencil
1072 struct blorp_surf depth, stencil, stencil_shadow;
1087 imageLayout, ISL_AUX_USAGE_NONE, &stencil);
1094 memset(&stencil, 0, sizeof(stencil));
1118 blorp_clear_depth_stencil(&batch, &depth, &stencil,
1123 pDepthStencil->stencil);
1127 .u32 = { pDepthStencil->stencil, },
1296 clear_stencil ? 0xff : 0, value.stencil);
1316 clear_stencil ? 0xff : 0, value.stencil);
1330 * trash our depth and stencil buffers.
1610 struct blorp_surf stencil = {};
1617 image->planes[plane].aux_usage, &stencil);
1620 /* Blorp may choose to clear stencil using RGBA32_UINT for better
1629 blorp_clear_depth_stencil(&batch, &depth, &stencil,
1639 /* Blorp may choose to clear stencil using RGBA32_UINT for better
1641 * cache before someone starts trying to do stencil on it.
1722 struct blorp_surf stencil = {};
1729 image->planes[plane].aux_usage, &stencil);
1771 blorp_hiz_clear_depth_stencil(&batch, &depth, &stencil,