/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | VertexOnlyRenderPipelineTests.cpp | 43 wgpu::TextureDescriptor descriptor; variable 53 wgpu::TextureDescriptor descriptor; variable 115 utils::ComboRenderPipelineDescriptor descriptor; CreateRenderPipeline() local [all...] |
H A D | DepthStencilLoadOpTests.cpp | 69 wgpu::TextureDescriptor descriptor; variable
|
H A D | ExternalTextureTests.cpp | 26 wgpu::TextureDescriptor descriptor; in Create2DTexture() local 124 utils::ComboRenderPipelineDescriptor descriptor; TEST_P() local [all...] |
H A D | TextureSubresourceTests.cpp | 68 utils::ComboRenderPipelineDescriptor descriptor; in DrawTriangle() local 112 utils::ComboRenderPipelineDescriptor descriptor; in SampleAndDraw() local [all...] |
H A D | DeviceLostTests.cpp | 106 wgpu::BindGroupLayoutDescriptor descriptor; in TEST_P() local 122 wgpu::ComputePipelineDescriptor descriptor; in TEST_P() local 145 wgpu::BindGroupDescriptor descriptor; in TEST_P() local 156 wgpu::PipelineLayoutDescriptor descriptor; TEST_P() local 166 wgpu::RenderBundleEncoderDescriptor descriptor; TEST_P() local 176 wgpu::ComputePipelineDescriptor descriptor = {}; TEST_P() local 186 utils::ComboRenderPipelineDescriptor descriptor; TEST_P() local 212 wgpu::SwapChainDescriptor descriptor = {}; TEST_P() local 220 wgpu::TextureDescriptor descriptor; TEST_P() local 463 wgpu::ComputePipelineDescriptor descriptor; TEST_P() local 516 wgpu::BufferDescriptor descriptor; TEST_P() local [all...] |
H A D | DrawIndexedIndirectTests.cpp | 41 utils::ComboRenderPipelineDescriptor descriptor; variable [all...] |
H A D | NonzeroTextureCreationTests.cpp | 136 wgpu::TextureDescriptor descriptor; in Run() local [all...] |
H A D | PrimitiveStateTests.cpp | 112 utils::ComboRenderPipelineDescriptor descriptor; in DoTest() local
|
H A D | PrimitiveTopologyTests.cpp | 186 utils::ComboRenderPipelineDescriptor descriptor; in DoTest() local [all...] |
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CppHelloTriangle.cpp | 55 wgpu::TextureDescriptor descriptor; in initTextures() local 124 utils::ComboRenderPipelineDescriptor descriptor; init() local [all...] |
H A D | Animometer.cpp | 124 utils::ComboRenderPipelineDescriptor descriptor; in init() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Surface.cpp | 61 ValidateSurfaceDescriptor(const InstanceBase* instance, const SurfaceDescriptor* descriptor) ValidateSurfaceDescriptor() argument 142 Surface(InstanceBase* instance, const SurfaceDescriptor* descriptor) Surface() argument [all...] |
H A D | Adapter.cpp | 139 DeviceBase* AdapterBase::CreateDevice(const DawnDeviceDescriptor* descriptor) { in CreateDevice() argument 149 void AdapterBase::RequestDevice(const DawnDeviceDescriptor* descriptor, in RequestDevice() argument 166 CreateDeviceInternal(DeviceBase** result, const DawnDeviceDescriptor* descriptor) CreateDeviceInternal() argument [all...] |
H A D | PipelineLayout.cpp | 28 ValidatePipelineLayoutDescriptor( DeviceBase* device, const PipelineLayoutDescriptor* descriptor, PipelineCompatibilityToken pipelineCompatibilityToken) ValidatePipelineLayoutDescriptor() argument 59 PipelineLayoutBase(DeviceBase* device, const PipelineLayoutDescriptor* descriptor, ApiObjectBase::UntrackedByDeviceTag tag) PipelineLayoutBase() argument 71 PipelineLayoutBase(DeviceBase* device, const PipelineLayoutDescriptor* descriptor) PipelineLayoutBase() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceZirconHandle.cpp | 82 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() argument 133 ResultOrError<VkImage> Service::CreateImage(const ExternalImageDescriptor* descriptor, in CreateImage() argument 88 GetMemoryImportParams( const ExternalImageDescriptor* descriptor, VkImage image) GetMemoryImportParams() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 335 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DawnDeviceDescriptor* descriptor) { in CreateDeviceImpl() argument
|
H A D | ShaderModuleVk.cpp | 79 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() argument 71 Create(Device* device, const ShaderModuleDescriptor* descriptor, ShaderModuleParseResult* parseResult) Create() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUCommandEncoder.cpp | 35 beginRenderPass( Napi::Env env, interop::GPURenderPassDescriptor descriptor) beginRenderPass() argument 51 beginComputePass( Napi::Env env, interop::GPUComputePassDescriptor descriptor) beginComputePass() argument 181 finish( Napi::Env env, interop::GPUCommandBufferDescriptor descriptor) finish() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerBuffer.cpp | 102 DoDeviceCreateBuffer(ObjectId deviceId, const WGPUBufferDescriptor* descriptor, ObjectHandle bufferResult, uint64_t readHandleCreateInfoLength, const uint8_t* readHandleCreateInfo, uint64_t writeHandleCreateInfoLength, const uint8_t* writeHandleCreateInfo) DoDeviceCreateBuffer() argument [all...] |
H A D | ServerDevice.cpp | 116 DoDeviceCreateComputePipelineAsync( ObjectId deviceId, uint64_t requestSerial, ObjectHandle pipelineObjectHandle, const WGPUComputePipelineDescriptor* descriptor) DoDeviceCreateComputePipelineAsync() argument 164 DoDeviceCreateRenderPipelineAsync(ObjectId deviceId, uint64_t requestSerial, ObjectHandle pipelineObjectHandle, const WGPURenderPipelineDescriptor* descriptor) DoDeviceCreateRenderPipelineAsync() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftsystem.h | 333 FT_StreamDesc descriptor; member
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyTextureForBrowserTests.cpp | 32 wgpu::TextureDescriptor descriptor; in Create2DTexture() local [all...] |
H A D | RenderBundleValidationTests.cpp | 69 utils::ComboRenderPipelineDescriptor descriptor; variable 70 InitializeRenderPipelineDescriptor(&descriptor); variable 101 void InitializeRenderPipelineDescriptor(utils::ComboRenderPipelineDescriptor* descriptor) { in InitializeRenderPipelineDescriptor() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
H A D | WireBufferMappingTests.cpp | 71 WGPUBufferDescriptor descriptor = {}; in SetupBuffer() local 565 WGPUBufferDescriptor descriptor = {}; in TEST_F() local 587 WGPUBufferDescriptor descriptor = {}; in TEST_F() local 609 WGPUBufferDescriptor descriptor = {}; TEST_F() local 647 WGPUBufferDescriptor descriptor = {}; TEST_F() local 690 WGPUBufferDescriptor descriptor = {}; TEST_F() local 703 WGPUBufferDescriptor descriptor = {}; TEST_F() local 715 WGPUBufferDescriptor descriptor = {}; TEST_F() local [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 121 wgpu::TextureDescriptor descriptor = {}; in UnalignDynamicUploader() local
|