| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSampling.cpp | 133 Pointer<Byte> descriptor = function.Arg<0>(); in emitWriteRoutine() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
| H A D | constant_uniform_facts_test.cpp | 38 AddFactHelper( FactManager* fact_manager, const std::vector<uint32_t>& words, const protobufs::UniformBufferElementDescriptor& descriptor) AddFactHelper() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | BindGroup.cpp | 266 ValidateBindGroupDescriptor(DeviceBase* device, const BindGroupDescriptor* descriptor) ValidateBindGroupDescriptor() argument 335 BindGroupBase(DeviceBase* device, const BindGroupDescriptor* descriptor, void* bindingDataStart) BindGroupBase() argument [all...] |
| H A D | ComputePassEncoder.cpp | 113 ComputePassEncoder(DeviceBase* device, const ComputePassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext) ComputePassEncoder() argument
|
| H A D | IndirectDrawValidationEncoder.cpp | 356 ComputePassDescriptor descriptor = {}; in EncodeIndirectDrawValidationCommands() local
|
| H A D | Instance.cpp | 89 InstanceBase* InstanceBase::Create(const InstanceDescriptor* descriptor) { in Create() argument 304 Surface* InstanceBase::APICreateSurface(const SurfaceDescriptor* descriptor) { in APICreateSurface() argument
|
| H A D | RenderPassEncoder.cpp | 51 RenderPassEncoder(DeviceBase* device, const RenderPassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext, RenderPassResourceUsageTracker usageTracker, Ref<AttachmentState> attachmentState, QuerySetBase* occlusionQuerySet, uint32_t renderTargetWidth, uint32_t renderTargetHeight, bool depthReadOnly, bool stencilReadOnly) RenderPassEncoder() argument
|
| H A D | Buffer.cpp | 53 ErrorBuffer(DeviceBase* device, const BufferDescriptor* descriptor) in ErrorBuffer() argument 99 MaybeError ValidateBufferDescriptor(DeviceBase*, const BufferDescriptor* descriptor) { in ValidateBufferDescriptor() argument 130 BufferBase(DeviceBase* device, const BufferDescriptor* descriptor) BufferBase() argument 162 BufferBase(DeviceBase* device, const BufferDescriptor* descriptor, ObjectBase::ErrorTag tag) BufferBase() argument 196 MakeError(DeviceBase* device, const BufferDescriptor* descriptor) MakeError() argument [all...] |
| H A D | SwapChain.cpp | 57 ValidateSwapChainDescriptor(const DeviceBase* device, const Surface* surface, const SwapChainDescriptor* descriptor) ValidateSwapChainDescriptor() argument 142 OldSwapChainBase(DeviceBase* device, const SwapChainDescriptor* descriptor) OldSwapChainBase() argument 189 TextureDescriptor descriptor; APIGetCurrentTextureView() local 270 NewSwapChainBase(DeviceBase* device, Surface* surface, const SwapChainDescriptor* descriptor) NewSwapChainBase() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | BufferD3D12.cpp | 99 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument 105 Buffer::Buffer(Device* device, const BufferDescriptor* descriptor) in Buffer() argument
|
| H A D | RenderPipelineD3D12.cpp | 269 D3D12_DEPTH_STENCILOP_DESC StencilOpDesc(const StencilFaceState& descriptor) { in StencilOpDesc() argument 280 D3D12_DEPTH_STENCIL_DESC ComputeDepthStencilDesc(const DepthStencilState* descriptor) { in ComputeDepthStencilDesc() argument 319 CreateUninitialized( Device* device, const RenderPipelineDescriptor* descriptor) CreateUninitialized() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | RenderPipelineVk.cpp | 281 ComputeDepthStencilDesc( const DepthStencilState* descriptor) ComputeDepthStencilDesc() argument 331 CreateUninitialized( Device* device, const RenderPipelineDescriptor* descriptor) CreateUninitialized() argument [all...] |
| H A D | BufferVk.cpp | 134 ResultOrError<Ref<Buffer>> Buffer::Create(Device* device, const BufferDescriptor* descriptor) { in Create() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | RenderPassLoadOpTests.cpp | 36 utils::ComboRenderPipelineDescriptor descriptor; in Draw() local 59 wgpu::TextureDescriptor descriptor; variable [all...] |
| H A D | VertexFormatTests.cpp | 368 utils::ComboRenderPipelineDescriptor descriptor; in MakeTestPipeline() local
|
| H A D | TextureViewTests.cpp | 36 wgpu::TextureDescriptor descriptor; in Create2DTexture() local 52 wgpu::TextureDescriptor descriptor; Create3DTexture() local [all...] |
| H A D | VertexStateTests.cpp | 147 utils::ComboRenderPipelineDescriptor descriptor; in MakeTestPipeline() local 674 utils::ComboRenderPipelineDescriptor descriptor; in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/examples/ |
| H A D | ManualSwapChainTest.cpp | 114 wgpu::SwapChainDescriptor descriptor; in AddWindow() local
|
| H A D | ComputeBoids.cpp | 86 wgpu::BufferDescriptor descriptor; in initBuffers() local 125 utils::ComboRenderPipelineDescriptor descriptor; in initRender() local [all...] |
| H A D | SampleUtils.cpp | 195 wgpu::TextureDescriptor descriptor; in CreateDefaultDepthStencilView() local [all...] |
| H A D | CubeReflection.cpp | 188 utils::ComboRenderPipelineDescriptor descriptor; in init() local 206 utils::ComboRenderPipelineDescriptor descriptor; in init() local 225 utils::ComboRenderPipelineDescriptor descriptor; init() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | ShaderModuleGL.cpp | 223 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() argument 215 Create(Device* device, const ShaderModuleDescriptor* descriptor, ShaderModuleParseResult* parseResult) Create() argument
|
| H A D | RenderPipelineGL.cpp | 175 ApplyDepthStencilState(const OpenGLFunctions& gl, const DepthStencilState* descriptor, PersistentPipelineState* persistentPipelineState) ApplyDepthStencilState() argument 218 CreateUninitialized( Device* device, const RenderPipelineDescriptor* descriptor) CreateUninitialized() argument 224 RenderPipeline(Device* device, const RenderPipelineDescriptor* descriptor) RenderPipeline() argument 325 const ColorTargetState* descriptor = GetColorTargetState(attachmentSlot); ApplyNow() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| H A D | MemoryServiceDmaBuf.cpp | 83 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() argument 219 ResultOrError<VkImage> Service::CreateImage(const ExternalImageDescriptor* descriptor, in CreateImage() argument 154 GetMemoryImportParams( const ExternalImageDescriptor* descriptor, VkImage image) GetMemoryImportParams() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPURenderBundleEncoder.cpp | 33 finish( Napi::Env env, interop::GPURenderBundleDescriptor descriptor) finish() argument
|