| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUBuffer.cpp | 23 namespace wgpu { namespace binding { namespace [all...] |
| H A D | GPUQueue.cpp | 24 namespace wgpu { namespace binding { namespace
|
| H A D | GPUCommandEncoder.cpp | 27 namespace wgpu { namespace binding { namespace [all...] |
| H A D | GPUComputePassEncoder.cpp | 24 namespace wgpu { namespace binding { namespace
|
| H A D | GPUSupportedLimits.cpp | 17 namespace wgpu { namespace binding { namespace
|
| H A D | Errors.cpp | 17 namespace wgpu { namespace binding { namespace
|
| H A D | GPURenderBundleEncoder.cpp | 24 namespace wgpu { namespace binding { namespace [all...] |
| H A D | GPUDevice.cpp | 38 namespace wgpu { namespace binding { namespace [all...] |
| H A D | GPURenderPassEncoder.cpp | 25 namespace wgpu { namespace binding { namespace [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | IndexFormatTests.cpp | 33 wgpu::RenderPipeline MakeTestPipeline(wgpu::IndexFormat format, in MakeTestPipeline() argument [all...] |
| H A D | VertexOnlyRenderPipelineTests.cpp | 98 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 D | CopyTextureForBrowserTests.cpp | 72 GetTextureData(const utils::TextureDataCopyLayout& layout, TextureCopyRole textureRole, wgpu::AlphaOp alphaOp = wgpu::AlphaOp::DontChange) GetTextureData() argument [all...] |
| H A D | StorageTextureTests.cpp | 298 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 D | CopyTests.cpp | 133 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 D | BufferZeroInitTests.cpp | 205 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 D | Debug.h | 27 namespace wgpu { namespace utils { namespace
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | DrawIndirectValidationTests.cpp | 67 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 D | CopyTextureForBrowserTests.cpp | 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 [all...] |
| H A D | ResourceUsageTrackingTests.cpp | 32 wgpu::Texture CreateTexture(wgpu::TextureUsage usage, in CreateTexture() argument [all...] |
| H A D | StorageTextureValidationTests.cpp | 58 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 D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 94 wgpu argument [all...] |
| H A D | QueueWriteTextureValidationTests.cpp | 50 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 D | RenderPassDescriptorValidationTests.cpp | 45 wgpu::Texture CreateTexture(wgpu argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
| H A D | DawnNative.h | 29 namespace wgpu { namespace
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
| H A D | Core.h | 48 namespace wgpu { namespace interop { namespace
|