Lines Matching refs:sampleCnt
21 int sampleCnt,
27 , GrMtlRenderTarget(gpu, dimensions, sampleCnt, colorTexture, resolveTexture) {
44 int sampleCnt,
51 , GrMtlRenderTarget(gpu, dimensions, sampleCnt, colorTexture, resolveTexture) {
67 int sampleCnt) {
68 if (!gpu->mtlCaps().isFormatRenderable(format, sampleCnt)) {
78 texDesc.sampleCount = sampleCnt;
92 int sampleCnt,
103 if (sampleCnt > 1) {
105 create_msaa_texture(gpu, dimensions, texture.pixelFormat, sampleCnt);
113 gpu, budgeted, dimensions, sampleCnt, colorTexture, texture, mipmapStatus));
123 int sampleCnt,
133 if (sampleCnt > 1) {
135 create_msaa_texture(gpu, dimensions, texture.pixelFormat, sampleCnt);
143 gpu, dimensions, sampleCnt, colorTexture, texture, mipmapStatus, cacheable));