Home
last modified time | relevance | path

Searched defs:textureDescriptor (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DClipSpaceTests.cpp53 wgpu::TextureDescriptor textureDescriptor; in Create2DTextureForTest() local
H A DCullingTests.cpp60 wgpu::TextureDescriptor textureDescriptor; in Create2DTextureForTest() local
H A DCreatePipelineAsyncTests.cpp74 wgpu::TextureDescriptor textureDescriptor; in ValidateCreateRenderPipelineAsync() local
288 wgpu::TextureDescriptor textureDescriptor; in TEST_P() local
626 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
716 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
789 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
861 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
[all...]
H A DRenderPassLoadOpTests.cpp106 wgpu::TextureDescriptor textureDescriptor; in TestIntegerClearColor() local
H A DTextureViewTests.cpp173 utils::ComboRenderPipelineDescriptor textureDescriptor; in Verify() local
H A DIOSurfaceWrappingTests.cpp301 wgpu::TextureDescriptor textureDescriptor; in DoSampleTest() local
341 wgpu::TextureDescriptor textureDescriptor; in DoClearTest() local
465 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
[all...]
H A DQueueTests.cpp641 wgpu::TextureDescriptor textureDescriptor; in TEST_P() local
H A DTextureZeroInitTests.cpp1736 InitializeDataInCompressedTextureAndExpectLazyClear( wgpu::Texture bcCompressedTexture, wgpu::TextureDescriptor textureDescriptor, wgpu::Extent3D copyExtent3D, uint32_t viewMipmapLevel, uint32_t baseArrayLayer, size_t lazyClearCount) InitializeDataInCompressedTextureAndExpectLazyClear() argument
1772 TestCopyRegionIntoBCFormatTexturesAndCheckSubresourceIsInitialized( wgpu::TextureDescriptor textureDescriptor, wgpu::Extent3D copyExtent3D, wgpu::Extent3D nonPaddedCopyExtent, uint32_t viewMipmapLevel, uint32_t baseArrayLayer, size_t lazyClearCount, bool halfCopyTest = false) TestCopyRegionIntoBCFormatTexturesAndCheckSubresourceIsInitialized() argument
1790 SampleCompressedTextureAndVerifyColor(wgpu::Texture bcTexture, wgpu::TextureDescriptor textureDescriptor, wgpu::Extent3D copyExtent3D, wgpu::Extent3D nonPaddedCopyExtent, uint32_t viewMipmapLevel, uint32_t baseArrayLayer, bool halfCopyTest = false) SampleCompressedTextureAndVerifyColor() argument
1848 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
1864 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
1884 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
1909 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
1933 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
1953 wgpu::TextureDescriptor textureDescriptor; TEST_P() local
2076 wgpu::TextureDescriptor textureDescriptor = CreateTextureDescriptor( TEST_P() local
[all...]
H A DBindGroupTests.cpp194 utils::ComboRenderPipelineDescriptor textureDescriptor; in TEST_P() local
380 utils::ComboRenderPipelineDescriptor textureDescriptor; in TEST_P() local
[all...]
H A DCopyTests.cpp980 wgpu::TextureDescriptor textureDescriptor; in TEST_P() local
H A DCompressedTextureFormatTests.cpp27 wgpu::TextureDescriptor textureDescriptor; member
1179 wgpu::TextureDescriptor textureDescriptor = {}; TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D12Backend.cpp87 TextureDescriptor textureDescriptor = {}; in ProduceTexture() local
130 const TextureDescriptor* textureDescriptor in Create() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DLabelTests.cpp218 wgpu::TextureDescriptor textureDescriptor; in TEST_F() local
359 wgpu::TextureDescriptor textureDescriptor; TEST_F() local
[all...]
H A DExternalTextureTests.cpp59 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); in TEST_F() local
70 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); in TEST_F() local
82 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); in TEST_F() local
94 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); in TEST_F() local
107 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
119 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
131 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
143 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
165 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
217 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
269 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
316 wgpu::TextureDescriptor textureDescriptor = CreateDefaultTextureDescriptor(); TEST_F() local
[all...]
H A DPipelineAndPassCompatibilityTests.cpp59 wgpu::TextureDescriptor textureDescriptor = {}; in CreateRenderPassDescriptor() local
H A DRenderPipelineValidationTests.cpp468 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; in TEST_F() local
484 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; in TEST_F() local
501 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; in TEST_F() local
517 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; TEST_F() local
534 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; TEST_F() local
551 wgpu::TextureDescriptor textureDescriptor = baseTextureDescriptor; TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp307 wgpu::TextureDescriptor textureDescriptor; in DoClearTest() local
H A DVulkanImageWrappingTestsDmaBuf.cpp111 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
125 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, uint32_t stride, uint64_t drmModifier, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
H A DVulkanImageWrappingTestsOpaqueFD.cpp159 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, VkDeviceSize allocationSize, uint32_t memoryTypeIndex, std::vector<int> waitFDs, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
173 WrapVulkanImage(wgpu::Device dawnDevice, const wgpu::TextureDescriptor* textureDescriptor, int memoryFd, VkDeviceSize allocationSize, uint32_t memoryTypeIndex, std::vector<int> waitFDs, VkImageLayout releasedOldLayout, VkImageLayout releasedNewLayout, bool isInitialized = true, bool expectValid = true) WrapVulkanImage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp206 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in CreateTextureWrappingEGLImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp602 CreateFromExternal( Device* device, const ExternalImageDescriptorVk* descriptor, const TextureDescriptor* textureDescriptor, external_memory::Service* externalMemoryService) CreateFromExternal() argument
H A DDeviceVk.cpp722 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in ImportExternalImage() local
796 const TextureDescriptor* textureDescriptor = FromAPI(descriptor->cTextureDescriptor); in CreateTextureWrappingVulkanImage() local
[all...]

Completed in 29 milliseconds