Home
last modified time | relevance | path

Searched defs:sharedContext (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanTexture.cpp26 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
DVulkanSampler.cpp16 VulkanSampler::VulkanSampler(const VulkanSharedContext* sharedContext, in VulkanSampler()
40 const VulkanSharedContext* sharedContext, in Make()
117 const VulkanSharedContext* sharedContext = in freeGpuData() local
DVulkanBuffer.cpp17 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
DVulkanGraphicsPipeline.cpp450 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/
DDawnTexture.cpp23 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()
DDawnGraphiteUtils.cpp23 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()
DDawnComputePipeline.cpp32 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()
DDawnSampler.cpp45 DawnSampler::DawnSampler(const DawnSharedContext* sharedContext, in DawnSampler()
96 sk_sp<DawnSampler> DawnSampler::Make(const DawnSharedContext* sharedContext, in Make()
DDawnQueueManager.cpp37 const DawnSharedContext* sharedContext) in DawnWorkSubmissionWithAsyncWait()
110 DawnQueueManager::DawnQueueManager(wgpu::Queue queue, const SharedContext* sharedContext) in DawnQueueManager()
DDawnAsyncWait.cpp16 DawnAsyncWait::DawnAsyncWait(const DawnSharedContext* sharedContext) in DawnAsyncWait()
DDawnAsyncWait.h54 DawnAsyncResult(const DawnSharedContext* sharedContext) : fSync(sharedContext) {} in DawnAsyncResult()
/third_party/skia/m133/tests/graphite/
DGraphiteResourceCacheTest.cpp39 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/
DGpuWorkSubmission.cpp40 bool GpuWorkSubmission::isFinished(const SharedContext* sharedContext) { in isFinished()
45 void GpuWorkSubmission::waitUntilFinished(const SharedContext* sharedContext) { in waitUntilFinished()
DSampler.cpp12 Sampler::Sampler(const SharedContext* sharedContext) in Sampler()
DComputePipeline.cpp12 ComputePipeline::ComputePipeline(const SharedContext* sharedContext) in ComputePipeline()
DPrecompileContext.cpp21 PrecompileContext::PrecompileContext(sk_sp<SharedContext> sharedContext) in PrecompileContext()
DGraphicsPipeline.cpp18 GraphicsPipeline::GraphicsPipeline(const SharedContext* sharedContext, in GraphicsPipeline()
/third_party/skia/m133/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
68 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
/third_party/skia/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
/third_party/skia/m133/tools/gpu/vk/
DVkTestContext.cpp25 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/third_party/skia/tools/gpu/vk/
DVkTestContext.cpp24 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/third_party/skia/m133/src/gpu/graphite/mtl/
DMtlComputePipeline.h32 MtlComputePipeline(const SharedContext* sharedContext, sk_cfp<id<MTLComputePipelineState>> pso) in MtlComputePipeline()
DMtlBlitCommandEncoder.h25 static sk_sp<MtlBlitCommandEncoder> Make(const SharedContext* sharedContext, in Make()
122 MtlBlitCommandEncoder(const SharedContext* sharedContext, in MtlBlitCommandEncoder()
/third_party/skia/tools/gpu/dawn/
DDawnTestContext.cpp100 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/
DRendererWGL.cpp18 HGLRC sharedContext, in RendererWGL()

123