| /third_party/skia/m133/src/gpu/graphite/vk/ |
| D | VulkanTexture.cpp | 26 bool VulkanTexture::MakeVkImage(const VulkanSharedContext* sharedContext, in MakeVkImage() 151 sk_sp<Texture> VulkanTexture::Make(const VulkanSharedContext* sharedContext, in Make() 172 sk_sp<Texture> VulkanTexture::MakeWrapped(const VulkanSharedContext* sharedContext, in MakeWrapped() 222 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in setImageLayoutAndQueueIndex() local 308 VulkanTexture::VulkanTexture(const VulkanSharedContext* sharedContext, in VulkanTexture() 328 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in freeGpuData() local 409 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in getImageView() local 435 auto sharedContext = static_cast<const VulkanSharedContext*>(this->sharedContext()); in onUpdateGpuMemorySize() local
|
| D | VulkanSampler.cpp | 16 VulkanSampler::VulkanSampler(const VulkanSharedContext* sharedContext, in VulkanSampler() 40 const VulkanSharedContext* sharedContext, in Make() 117 const VulkanSharedContext* sharedContext = in freeGpuData() local
|
| D | VulkanBuffer.cpp | 17 sk_sp<Buffer> VulkanBuffer::Make(const VulkanSharedContext* sharedContext, in Make() 164 VulkanBuffer::VulkanBuffer(const VulkanSharedContext* sharedContext, in VulkanBuffer() 185 const VulkanSharedContext* sharedContext = in freeGpuData() local 211 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalMap() local 246 const VulkanSharedContext* sharedContext = this->vulkanSharedContext(); in internalUnmap() local
|
| D | VulkanGraphicsPipeline.cpp | 450 static VkDescriptorSetLayout descriptor_data_to_layout(const VulkanSharedContext* sharedContext, in descriptor_data_to_layout() 463 static void destroy_desc_set_layouts(const VulkanSharedContext* sharedContext, in destroy_desc_set_layouts() 476 const VulkanSharedContext* sharedContext, in uniform_desc_set_layout() 515 const VulkanSharedContext* sharedContext, in texture_sampler_desc_set_layout() 545 const VulkanSharedContext* sharedContext, in input_attachment_desc_set_layout() 561 static VkPipelineLayout setup_pipeline_layout(const VulkanSharedContext* sharedContext, in setup_pipeline_layout() 635 static void destroy_shader_modules(const VulkanSharedContext* sharedContext, in destroy_shader_modules() 670 const VulkanSharedContext* sharedContext = rsrcProvider->vulkanSharedContext(); in Make() local 891 const VulkanSharedContext* sharedContext, in InitializeMSAALoadPipelineStructs() 989 const VulkanSharedContext* sharedContext, in MakeLoadMSAAPipeline() [all …]
|
| /third_party/skia/m133/src/gpu/graphite/dawn/ |
| D | DawnTexture.cpp | 23 wgpu::Texture DawnTexture::MakeDawnTexture(const DawnSharedContext* sharedContext, in MakeDawnTexture() 84 DawnTexture::DawnTexture(const DawnSharedContext* sharedContext, in DawnTexture() 152 sk_sp<Texture> DawnTexture::Make(const DawnSharedContext* sharedContext, in Make() 171 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped() 191 sk_sp<Texture> DawnTexture::MakeWrapped(const DawnSharedContext* sharedContext, in MakeWrapped()
|
| D | DawnGraphiteUtils.cpp | 23 sk_sp<SharedContext> sharedContext = DawnSharedContext::Make(backendContext, options); in MakeDawn() local 100 static bool check_shader_module([[maybe_unused]] const DawnSharedContext* sharedContext, in check_shader_module() 182 bool DawnCompileWGSLShaderModule(const DawnSharedContext* sharedContext, in DawnCompileWGSLShaderModule()
|
| D | DawnComputePipeline.cpp | 32 static ShaderInfo compile_shader_module(const DawnSharedContext* sharedContext, in compile_shader_module() 78 sk_sp<DawnComputePipeline> DawnComputePipeline::Make(const DawnSharedContext* sharedContext, in Make() 198 DawnComputePipeline::DawnComputePipeline(const SharedContext* sharedContext, in DawnComputePipeline()
|
| D | DawnSampler.cpp | 45 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler() 96 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
|
| D | DawnQueueManager.cpp | 37 const DawnSharedContext* sharedContext) in DawnWorkSubmissionWithAsyncWait() 110 DawnQueueManager::DawnQueueManager(wgpu::Queue queue, const SharedContext* sharedContext) in DawnQueueManager()
|
| D | DawnAsyncWait.cpp | 16 DawnAsyncWait::DawnAsyncWait(const DawnSharedContext* sharedContext) in DawnAsyncWait()
|
| D | DawnAsyncWait.h | 54 DawnAsyncResult(const DawnSharedContext* sharedContext) : fSync(sharedContext) {} in DawnAsyncResult()
|
| /third_party/skia/m133/tests/graphite/ |
| D | GraphiteResourceCacheTest.cpp | 39 static sk_sp<TestResource> Make(const SharedContext* sharedContext, in Make() 72 TestResource(const SharedContext* sharedContext, in TestResource() 109 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 277 const SharedContext* sharedContext, in add_new_resource() 295 const SharedContext* sharedContext, in add_new_purgeable_resource() 315 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 442 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 547 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 638 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local 716 const SharedContext* sharedContext = resourceProvider->sharedContext(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
| /third_party/skia/m133/src/gpu/graphite/ |
| D | GpuWorkSubmission.cpp | 40 bool GpuWorkSubmission::isFinished(const SharedContext* sharedContext) { in isFinished() 45 void GpuWorkSubmission::waitUntilFinished(const SharedContext* sharedContext) { in waitUntilFinished()
|
| D | Sampler.cpp | 12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
|
| D | ComputePipeline.cpp | 12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
|
| D | PrecompileContext.cpp | 21 PrecompileContext::PrecompileContext(sk_sp<SharedContext> sharedContext) in PrecompileContext()
|
| D | GraphicsPipeline.cpp | 18 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext, in GraphicsPipeline()
|
| /third_party/skia/m133/tools/gpu/d3d/ |
| D | D3DTestContext.cpp | 19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create() 68 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
|
| /third_party/skia/tools/gpu/d3d/ |
| D | D3DTestContext.cpp | 19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create() 70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
|
| /third_party/skia/m133/tools/gpu/vk/ |
| D | VkTestContext.cpp | 25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
| /third_party/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 24 static VkTestContext* Create(VkTestContext* sharedContext) { in Create() 132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
|
| /third_party/skia/m133/src/gpu/graphite/mtl/ |
| D | MtlComputePipeline.h | 32 MtlComputePipeline(const SharedContext* sharedContext, sk_cfp<id<MTLComputePipelineState>> pso) in MtlComputePipeline()
|
| D | MtlBlitCommandEncoder.h | 25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make() 122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
|
| /third_party/skia/tools/gpu/dawn/ |
| D | DawnTestContext.cpp | 100 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create() 170 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
| D | RendererWGL.cpp | 18 HGLRC sharedContext, in RendererWGL()
|