Home
last modified time | relevance | path

Searched refs:kDefaultDepth (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/queue/
H A DcopyImageBitmapToTexture.spec.ts33 const kDefaultDepth = 1; constant
95 { x: 0, y: 0, z: kDefaultDepth },
98 { x: 0, y: 0, z: kDefaultDepth + 1 },
110 dstOrigin.z > kDefaultDepth
118 depth: kDefaultDepth - dstOrigin.z,
296 size: { width: kDefaultWidth, height: kDefaultHeight, depth: kDefaultDepth },
365 size: { width: kDefaultWidth + 1, height: kDefaultHeight + 1, depth: kDefaultDepth },
401 depth: kDefaultDepth,
415 dstOrigin.z + copySize.depth > kDefaultDepth
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DCondParser.cpp33 #define kDefaultDepth 2 macro
37 fMaxDepth = kDefaultDepth; in CondParser()
38 fStack = new long[kDefaultDepth]; in CondParser()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DTextureValidationTests.cpp36 descriptor.size.depth = kDefaultDepth; in CreateDefaultTextureDescriptor()
50 static constexpr uint32_t kDefaultDepth = 1; member in __anon19d34b8c0111::TextureValidationTest