Home
last modified time | relevance | path

Searched refs:kAllTextureFormatInfo (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/
H A DcopyTextureToTexture.spec.ts43 kAllTextureFormatInfo,
77 kAllTextureFormatInfo[format].blockWidth
81 kAllTextureFormatInfo[format].blockHeight
272 const srcFormatExtension = kAllTextureFormatInfo[srcFormat].extension;
276 const dstFormatExtension = kAllTextureFormatInfo[dstFormat].extension;
539 const extension: GPUExtensionName | undefined = kAllTextureFormatInfo[format].extension;
574 const texelBlockWidth = kAllTextureFormatInfo[format].blockWidth;
575 const texelBlockHeight = kAllTextureFormatInfo[format].blockHeight;
H A DcreateTexture.spec.ts7 import { kAllTextureFormats, kAllTextureFormatInfo } from '../../capability_info.js';
143 const info = kAllTextureFormatInfo[format];
H A DcreateRenderPipeline.spec.ts7 import { kAllTextureFormats, kAllTextureFormatInfo } from '../../capability_info.js';
125 const info = kAllTextureFormatInfo[format];
H A DcreateBindGroupLayout.spec.ts19 kAllTextureFormatInfo,
115 storageTextureFormat === undefined || kAllTextureFormatInfo[storageTextureFormat].storage;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/
H A Dcapability_info.ts245 export const kAllTextureFormatInfo: { constant
251 export const kAllTextureFormats = keysOf(kAllTextureFormatInfo);