Home
last modified time | relevance | path

Searched defs:wgpu (Results 51 - 75 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.cpp23 namespace wgpu { namespace binding { namespace
[all...]
H A DGPUQueue.cpp24 namespace wgpu { namespace binding { namespace
H A DGPUCommandEncoder.cpp27 namespace wgpu { namespace binding { namespace
[all...]
H A DGPUComputePassEncoder.cpp24 namespace wgpu { namespace binding { namespace
H A DGPUSupportedLimits.cpp17 namespace wgpu { namespace binding { namespace
H A DErrors.cpp17 namespace wgpu { namespace binding { namespace
H A DGPURenderBundleEncoder.cpp24 namespace wgpu { namespace binding { namespace
[all...]
H A DGPUDevice.cpp38 namespace wgpu { namespace binding { namespace
[all...]
H A DGPURenderPassEncoder.cpp25 namespace wgpu { namespace binding { namespace
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIndexFormatTests.cpp33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() argument
[all...]
H A DVertexOnlyRenderPipelineTests.cpp98 CreateRenderPipeline( wgpu::CompareFunction stencilCompare = wgpu::CompareFunction::Always, wgpu::StencilOperation stencilPassOp = wgpu::StencilOperation::Keep, wgpu::CompareFunction depthCompare = wgpu::CompareFunction::Always, bool writeDepth = false, bool useFragment = true) CreateRenderPipeline() argument
[all...]
H A DCopyTextureForBrowserTests.cpp72 GetTextureData(const utils::TextureDataCopyLayout& layout, TextureCopyRole textureRole, wgpu::AlphaOp alphaOp = wgpu::AlphaOp::DontChange) GetTextureData() argument
[all...]
H A DStorageTextureTests.cpp298 CommonReadOnlyTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadOnlyTestCode() argument
348 CommonWriteOnlyTestCode( const char* stage, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonWriteOnlyTestCode() argument
404 CommonReadWriteTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadWriteTestCode() argument
468 CreateTexture(wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t width = kWidth, uint32_t height = kHeight, uint32_t sliceCount = 1, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) CreateTexture() argument
492 CreateTextureWithTestData( const std::vector<uint8_t>& initialTextureData, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CreateTextureWithTestData() argument
594 CheckResultInStorageBuffer( wgpu::Texture readonlyStorageTexture, const std::string& computeShader, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CheckResultInStorageBuffer() argument
650 WriteIntoStorageTextureInComputePass( wgpu::Texture writeonlyStorageTexture, const char* computeShader, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) WriteIntoStorageTextureInComputePass() argument
672 ReadWriteIntoStorageTextureInComputePass( wgpu::Texture readonlyStorageTexture, wgpu::Texture writeonlyStorageTexture, const char* computeShader, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) ReadWriteIntoStorageTextureInComputePass() argument
[all...]
H A DCopyTests.cpp133 DoTest(const TextureSpec& textureSpec, const BufferSpec& bufferSpec, const wgpu::Extent3D& copySize, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) GetExpectedTextureData() argument
246 DoTest(const TextureSpec& textureSpec, const BufferSpec& bufferSpec, const wgpu::Extent3D& copySize, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) GetExpectedTextureData() argument
338 DoTest(const TextureSpec& srcSpec, const TextureSpec& dstSpec, const wgpu::Extent3D& copySize, bool copyWithinSameTexture = false, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) GetExpectedTextureData() argument
[all...]
H A DBufferZeroInitTests.cpp205 CreateRenderPipelineForTest( const char* vertexShader, uint32_t vertexBufferCount = 1u, wgpu::VertexFormat vertexFormat = wgpu::VertexFormat::Float32x4) CreateRenderPipelineForTest() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
H A DDebug.h27 namespace wgpu { namespace utils { namespace
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawIndirectValidationTests.cpp67 TestIndirectOffset(utils::Expectation expectation, std::initializer_list<uint32_t> bufferList, uint64_t indirectOffset, bool indexed, wgpu::BufferUsage usage = wgpu::BufferUsage::Indirect) TestIndirectOffset() argument
[all...]
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
[all...]
H A DResourceUsageTrackingTests.cpp32 wgpu::Texture CreateTexture(wgpu::TextureUsage usage, in CreateTexture() argument
[all...]
H A DStorageTextureValidationTests.cpp58 CreateComputeShaderWithStorageTexture( wgpu::StorageTextureAccess storageTextureBindingType, wgpu::TextureFormat textureFormat, wgpu::TextureViewDimension textureViewDimension = wgpu::TextureViewDimension::e2D) CreateComputeShaderWithStorageTexture() argument
92 CreateTexture(wgpu::TextureUsage usage, wgpu::TextureFormat format, uint32_t sampleCount = 1, uint32_t arrayLayerCount = 1, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) CreateTexture() argument
[all...]
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp94 wgpu argument
[all...]
H A DQueueWriteTextureValidationTests.cpp50 TestWriteTexture(size_t dataSize, uint32_t dataOffset, uint32_t dataBytesPerRow, uint32_t dataRowsPerImage, wgpu::Texture texture, uint32_t texLevel, wgpu::Origin3D texOrigin, wgpu::Extent3D size, wgpu::TextureAspect aspect = wgpu::TextureAspect::All) TestWriteTexture() argument
[all...]
H A DRenderPassDescriptorValidationTests.cpp45 wgpu::Texture CreateTexture(wgpu argument
[all...]
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
H A DDawnNative.h29 namespace wgpu { namespace
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.h48 namespace wgpu { namespace interop { namespace

Completed in 17 milliseconds

1234