Home
last modified time | relevance | path

Searched defs:extent3D (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DInternalUsageValidationTests.cpp142 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
154 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
165 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
177 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
H A DCopyTextureForBrowserTests.cpp45 TestCopyTextureForBrowser(utils::Expectation expectation, wgpu::Texture srcTexture, uint32_t srcLevel, wgpu::Origin3D srcOrigin, wgpu::Texture dstTexture, uint32_t dstLevel, wgpu::Origin3D dstOrigin, wgpu::Extent3D extent3D, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestCopyTextureForBrowser() argument
H A DQueueWriteTextureValidationTests.cpp364 wgpu::Extent3D extent3D = {0, 0, 0}; in TEST_F() local
72 TestWriteTextureExactDataSize(uint32_t bytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, wgpu::TextureFormat textureFormat, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestWriteTextureExactDataSize() argument
H A DCopyCommandsValidationTests.cpp89 TestB2TCopy(utils::Expectation expectation, wgpu::Buffer srcBuffer, uint64_t srcOffset, uint32_t srcBytesPerRow, uint32_t srcRowsPerImage, wgpu::Texture destTexture, uint32_t destLevel, wgpu::Origin3D destOrigin, wgpu::Extent3D extent3D, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestB2TCopy() argument
110 TestT2BCopy(utils::Expectation expectation, wgpu::Texture srcTexture, uint32_t srcLevel, wgpu::Origin3D srcOrigin, wgpu::Buffer destBuffer, uint64_t destOffset, uint32_t destBytesPerRow, uint32_t destRowsPerImage, wgpu::Extent3D extent3D, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestT2BCopy() argument
131 TestT2TCopy(utils::Expectation expectation, wgpu::Texture srcTexture, uint32_t srcLevel, wgpu::Origin3D srcOrigin, wgpu::Texture dstTexture, uint32_t dstLevel, wgpu::Origin3D dstOrigin, wgpu::Extent3D extent3D, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestT2TCopy() argument
151 TestBothTBCopies(utils::Expectation expectation, wgpu::Buffer buffer, uint64_t bufferOffset, uint32_t bufferBytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, uint32_t level, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestBothTBCopies() argument
166 TestBothT2TCopies(utils::Expectation expectation, wgpu::Texture texture1, uint32_t level1, wgpu::Origin3D origin1, wgpu::Texture texture2, uint32_t level2, wgpu::Origin3D origin2, wgpu::Extent3D extent3D) TestBothT2TCopies() argument
178 TestBothTBCopiesExactBufferSize(uint32_t bufferBytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, wgpu::TextureFormat textureFormat, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestBothTBCopiesExactBufferSize() argument
769 wgpu::Extent3D extent3D = {0, 0, 0}; TEST_F() local
1379 wgpu::Extent3D extent3D = {0, 0, 0}; TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DStorageTextureTests.cpp919 wgpu::Extent3D extent3D = {1, 1, 1}; in TEST_P() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp414 const VkExtent3D extent3D = makeExtent3D(extent.width, extent.height, 1u); in makeImageCreateInfo() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.cpp693 const VkExtent3D extent3D = makeExtent3D(extent.width, extent.height, 1u); in makeImageCreateInfo() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1307 const auto extent3D = getExtent3D(m_params.sampleCount); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp279 VkExtent3D extent3D; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1303 const auto extent3D = getExtent3D(m_params.sampleCount); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp280 VkExtent3D extent3D; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4386 const VkExtent3D extent3D[testCaseCount] = in multiViewRenderCreateTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4786 const VkExtent3D extent3D[testCaseCount] = in multiViewRenderCreateTests() local

Completed in 33 milliseconds