Home
last modified time | relevance | path

Searched refs:extent3D (Results 1 - 15 of 15) 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
145 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
154 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
157 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
165 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
168 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
177 wgpu::Extent3D extent3D = {1, 1}; in TEST_F() local
180 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
H A DCopyTextureForBrowserTests.cpp52 wgpu::Extent3D extent3D, in TestCopyTextureForBrowser()
62 &extent3D, &options); in TestCopyTextureForBrowser()
65 &srcImageCopyTexture, &dstImageCopyTexture, &extent3D, &options)); in TestCopyTextureForBrowser()
45 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 DCopyCommandsValidationTests.cpp97 wgpu::Extent3D extent3D, in TestB2TCopy()
105 encoder.CopyBufferToTexture(&imageCopyBuffer, &imageCopyTexture, &extent3D); in TestB2TCopy()
118 wgpu::Extent3D extent3D, in TestT2BCopy()
126 encoder.CopyTextureToBuffer(&imageCopyTexture, &imageCopyBuffer, &extent3D); in TestT2BCopy()
138 wgpu::Extent3D extent3D, in TestT2TCopy()
146 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TestT2TCopy()
159 wgpu::Extent3D extent3D) { in TestBothTBCopies()
161 level, origin, extent3D); in TestBothTBCopies()
163 rowsPerImage, extent3D); in TestBothTBCopies()
173 wgpu::Extent3D extent3D) { in TestBothT2TCopies()
89 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...]
H A DQueueWriteTextureValidationTests.cpp77 wgpu::Extent3D extent3D) { in TestWriteTextureExactDataSize()
80 utils::RequiredBytesInCopy(bytesPerRow, rowsPerImage, extent3D, textureFormat); in TestWriteTextureExactDataSize()
81 TestWriteTexture(dataSize, 0, bytesPerRow, rowsPerImage, texture, 0, origin, extent3D); in TestWriteTextureExactDataSize()
86 0, origin, extent3D)); in TestWriteTextureExactDataSize()
364 wgpu::Extent3D extent3D = {0, 0, 0}; in TEST_F() local
371 &textureDataLayout, &extent3D)); in TEST_F()
72 TestWriteTextureExactDataSize(uint32_t bytesPerRow, uint32_t rowsPerImage, wgpu::Texture texture, wgpu::TextureFormat textureFormat, wgpu::Origin3D origin, wgpu::Extent3D extent3D) TestWriteTextureExactDataSize() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkStructConversion.hpp255 Extent2D(const VkExtent3D &extent3D) in Extent2D()
256 : VkExtent2D{ extent3D.width, extent3D.height } in Extent2D()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1307 const auto extent3D = getExtent3D(m_params.sampleCount); in iterate() local
1317 extent3D, // VkExtent3D extent; in iterate()
1336 extent3D, // VkExtent3D extent; in iterate()
1365 const VkDeviceSize bufferSize = extent3D.width * extent3D.height * extent3D.depth * tcu::getPixelSize(tcuFormat); in iterate()
1441 extent3D.width, // deUint32 bufferRowLength; in iterate()
1442 extent3D.height, // deUint32 bufferImageHeight; in iterate()
1450 extent3D, // VkExtent3D imageExtent; in iterate()
1468 vkd.cmdDispatch(cmdBuffer, extent3D in iterate()
[all...]
/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
1313 extent3D, // VkExtent3D extent; in iterate()
1332 extent3D, // VkExtent3D extent; in iterate()
1361 const VkDeviceSize bufferSize = extent3D.width * extent3D.height * extent3D.depth * tcu::getPixelSize(tcuFormat); in iterate()
1437 extent3D.width, // deUint32 bufferRowLength; in iterate()
1438 extent3D.height, // deUint32 bufferImageHeight; in iterate()
1446 extent3D, // VkExtent3D imageExtent; in iterate()
1464 vkd.cmdDispatch(cmdBuffer, extent3D in iterate()
[all...]
/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
703 extent3D, // VkExtent3D extent; in makeImageCreateInfo()
/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
424 extent3D, // VkExtent3D extent; in makeImageCreateInfo()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DStorageTextureTests.cpp919 wgpu::Extent3D extent3D = {1, 1, 1}; in TEST_P() local
920 encoder.CopyTextureToBuffer(&imageCopyTexture, &imageCopyBuffer, &extent3D); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp279 VkExtent3D extent3D; member
314 imageCreateParams.extent = imageParameters.extent3D; in createVulkanImage()
780 imageParameters.extent3D = extent; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp280 VkExtent3D extent3D; member
315 imageCreateParams.extent = imageParameters.extent3D; in createVulkanImage()
781 imageParameters.extent3D = extent; in generateWork()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4386 const VkExtent3D extent3D[testCaseCount] = in multiViewRenderCreateTests() local
4488 const TestParameters parameters = { extent3D[testCaseNdx], viewMasks[testCaseNdx], testType, sampleCountFlags, colorFormat, renderPassType }; in multiViewRenderCreateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4786 const VkExtent3D extent3D[testCaseCount] = in multiViewRenderCreateTests() local
4886 const TestParameters parameters = { extent3D[testCaseNdx], viewMasks[testCaseNdx], testType, sampleCountFlags, colorFormat, QUERY_TYPE_GET_QUERY_POOL_RESULTS, renderPassType }; in multiViewRenderCreateTests()
4914 const TestParameters parameters = { extent3D[testCaseNdx], viewMasks[testCaseNdx], testType, sampleCountFlags, colorFormat, queryType, renderPassType }; in multiViewRenderCreateTests()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp1555 std::size_t operator()( VULKAN_HPP_NAMESPACE::Extent3D const & extent3D ) const VULKAN_HPP_NOEXCEPT
1558 VULKAN_HPP_HASH_COMBINE( seed, extent3D.width );
1559 VULKAN_HPP_HASH_COMBINE( seed, extent3D.height );
1560 VULKAN_HPP_HASH_COMBINE( seed, extent3D.depth );

Completed in 53 milliseconds