Home
last modified time | relevance | path

Searched defs:descriptor (Results 476 - 500 of 1143) sorted by relevance

1...<<11121314151617181920>>...46

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_replace_constant_with_uniform_test.cpp27 AddFactHelper( TransformationContext* transformation_context, uint32_t word, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_constant_with_uniform_test.cpp27 AddFactHelper( TransformationContext* transformation_context, uint32_t word, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBindGroupD3D12.cpp29 Create(Device* device, const BindGroupDescriptor* descriptor) Create() argument
34 BindGroup(Device* device, const BindGroupDescriptor* descriptor, uint32_t viewSizeIncrement, const CPUDescriptorHeapAllocation& viewAllocation) BindGroup() argument
H A DPipelineLayoutD3D12.cpp71 Create( Device* device, const PipelineLayoutDescriptor* descriptor) Create() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSamplerFilterAnisotropicTests.cpp103 wgpu::TextureDescriptor descriptor; in InitTexture() local
145 wgpu::SamplerDescriptor descriptor = {}; TestFilterAnisotropic() local
[all...]
H A DReadOnlyDepthStencilAttachmentTests.cpp119 wgpu::TextureDescriptor descriptor = {}; in CreateTexture() local
H A DSamplerTests.cpp87 wgpu::TextureDescriptor descriptor; variable
123 wgpu::SamplerDescriptor descriptor = {}; TestAddressModes() local
[all...]
H A DVertexOnlyRenderPipelineTests.cpp43 wgpu::TextureDescriptor descriptor; variable
53 wgpu::TextureDescriptor descriptor; variable
115 utils::ComboRenderPipelineDescriptor descriptor; CreateRenderPipeline() local
[all...]
H A DDepthStencilLoadOpTests.cpp69 wgpu::TextureDescriptor descriptor; variable
H A DExternalTextureTests.cpp26 wgpu::TextureDescriptor descriptor; in Create2DTexture() local
124 utils::ComboRenderPipelineDescriptor descriptor; TEST_P() local
[all...]
H A DTextureSubresourceTests.cpp68 utils::ComboRenderPipelineDescriptor descriptor; in DrawTriangle() local
112 utils::ComboRenderPipelineDescriptor descriptor; in SampleAndDraw() local
[all...]
H A DDeviceLostTests.cpp106 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 DDrawIndexedIndirectTests.cpp41 utils::ComboRenderPipelineDescriptor descriptor; variable
[all...]
H A DNonzeroTextureCreationTests.cpp136 wgpu::TextureDescriptor descriptor; in Run() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DCppHelloTriangle.cpp55 wgpu::TextureDescriptor descriptor; in initTextures() local
124 utils::ComboRenderPipelineDescriptor descriptor; init() local
[all...]
H A DAnimometer.cpp124 utils::ComboRenderPipelineDescriptor descriptor; in init() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSurface.cpp61 ValidateSurfaceDescriptor(const InstanceBase* instance, const SurfaceDescriptor* descriptor) ValidateSurfaceDescriptor() argument
142 Surface(InstanceBase* instance, const SurfaceDescriptor* descriptor) Surface() argument
[all...]
H A DAdapter.cpp139 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 DPipelineLayout.cpp28 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 DMemoryServiceZirconHandle.cpp82 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 DAdapterVk.cpp335 ResultOrError<DeviceBase*> Adapter::CreateDeviceImpl(const DawnDeviceDescriptor* descriptor) { in CreateDeviceImpl() argument
H A DShaderModuleVk.cpp79 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 DGPUCommandEncoder.cpp35 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 DServerBuffer.cpp102 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 DServerDevice.cpp116 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

Completed in 14 milliseconds

1...<<11121314151617181920>>...46