Home
last modified time | relevance | path

Searched defs:gpu (Results 51 - 75 of 299) sorted by relevance

12345678910>>...12

/third_party/skia/src/gpu/mock/
H A DGrMockOpsRenderPass.h18 GrMockOpsRenderPass(GrMockGpu* gpu, GrRenderTarget* rt, GrSurfaceOrigin origin, in GrMockOpsRenderPass() argument
H A DGrMockTexture.h18 GrMockTexture(GrMockGpu* gpu, in GrMockTexture() argument
28 GrMockTexture(GrMockGpu* gpu, in GrMockTexture() argument
56 GrMockTexture(GrMockGpu* gpu, cons argument
82 GrMockRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
137 GrMockRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) GrMockRenderTarget() argument
155 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo) GrMockTextureRenderTarget() argument
170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkImageView.cpp13 sk_sp<const GrVkImageView> GrVkImageView::Make(GrVkGpu* gpu, in Make() argument
[all...]
H A DGrVkImageView.h41 GrVkImageView(const GrVkGpu* gpu, VkImageView imageView, in GrVkImageView() argument
H A DGrVkCommandPool.cpp15 GrVkCommandPool* GrVkCommandPool::Create(GrVkGpu* gpu) { in Create() argument
43 GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, GrVkPrimaryCommandBuffer* primaryCmdBuffer) GrVkCommandPool() argument
52 findOrCreateSecondaryCommandBuffer( GrVkGpu* gpu) findOrCreateSecondaryCommandBuffer() argument
79 reset(GrVkGpu* gpu) reset() argument
[all...]
H A DGrVkSamplerYcbcrConversion.cpp12 Create( GrVkGpu* gpu, const GrVkYcbcrConversionInfo& info) Create() argument
H A DGrVkSemaphore.cpp19 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::Make(GrVkGpu* gpu, bool isOwned) { in Make() argument
36 std::unique_ptr<GrVkSemaphore> GrVkSemaphore::MakeWrapped(GrVkGpu* gpu, in MakeWrapped() argument
51 GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, bool prohibitWait, bool isOwned) GrVkSemaphore() argument
[all...]
H A DGrVkSampler.cpp39 GrVkSampler* GrVkSampler::Create(GrVkGpu* gpu, GrSamplerState samplerState, in Create() argument
/third_party/skia/tests/
H A DBackendSurfaceMutableStateTest.cpp110 GrVkGpu* gpu in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
[all...]
H A DGrOpListFlushTest.cpp31 GrGpu* gpu = context->priv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/tools/fiddle/
H A Dfiddle_main.h65 bool gpu; member
/third_party/skia/experimental/graphite/src/
H A DContext.cpp24 Context::Context(sk_sp<Gpu> gpu) : fGpu(std::move(gpu)) {} in Context() argument
29 sk_sp<Gpu> gpu = mtl::Trampoline::MakeGpu(backendContext); in MakeMetal() local
H A DRecorder.cpp53 auto gpu = fContext->priv().gpu(); in snap() local
/third_party/skia/bench/
H A DGrResourceCacheBench.cpp24 BenchResource (GrGpu* gpu) in BenchResource() argument
43 static void populate_cache(GrGpu* gpu, int resourceCount, int keyData32Count) { in populate_cache() argument
85 GrGpu* gpu = context->priv().getGpu(); global() variable
131 GrGpu* gpu = fContext->priv().getGpu(); global() variable
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_defs_csf.h112 } gpu; member
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H A Da5xx_debugfs.c14 static void pfp_print(struct msm_gpu *gpu, struct drm_printer *p) in pfp_print() argument
27 static void me_print(struct msm_gpu *gpu, struct drm_printer *p) in me_print() argument
40 static void meq_print(struct msm_gpu *gpu, struct drm_printer *p) in meq_print() argument
53 static void roq_print(struct msm_gpu *gpu, struc argument
97 struct msm_gpu *gpu = priv->gpu; reset_set() local
144 a5xx_debugfs_init(struct msm_gpu *gpu, struct drm_minor *minor) a5xx_debugfs_init() argument
[all...]
H A Da6xx_gpu.h61 static inline bool a6xx_has_gbif(struct adreno_gpu *gpu) in a6xx_has_gbif() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_sched.c88 struct etnaviv_gpu *gpu = submit->gpu; in etnaviv_sched_timedout_job() local
184 etnaviv_sched_init(struct etnaviv_gpu *gpu) etnaviv_sched_init() argument
197 etnaviv_sched_fini(struct etnaviv_gpu *gpu) etnaviv_sched_fini() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.c18 struct msm_gpu *gpu = submit->gpu; in msm_job_run() local
58 struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int id, in msm_ringbuffer_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da5xx_debugfs.c14 static void pfp_print(struct msm_gpu *gpu, struct drm_printer *p) in pfp_print() argument
27 static void me_print(struct msm_gpu *gpu, struct drm_printer *p) in me_print() argument
40 static void meq_print(struct msm_gpu *gpu, struct drm_printer *p) in meq_print() argument
53 static void roq_print(struct msm_gpu *gpu, struc argument
97 struct msm_gpu *gpu = priv->gpu; reset_set() local
144 a5xx_debugfs_init(struct msm_gpu *gpu, struct drm_minor *minor) a5xx_debugfs_init() argument
[all...]
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h56 GrGLGpu* gpu() const { return fGpu; } in gpu() function in GrGLProgramBuilder
/third_party/skia/src/gpu/
H A DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorTableManager.cpp12 GrD3DDescriptorTableManager::GrD3DDescriptorTableManager(GrD3DGpu* gpu) in GrD3DDescriptorTableManager() argument
17 GrD3DDescriptorTableManager::createShaderViewTable(GrD3DGpu* gpu, unsigned int size) { in createShaderViewTable() argument
28 void GrD3DDescriptorTableManager::prepForSubmit(GrD3DGpu* gpu) { in prepForSubmit() argument
22 createSamplerTable( GrD3DGpu* gpu, unsigned int size) createSamplerTable() argument
52 Make( GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE type, unsigned int descriptorCount) Make() argument
81 HeapPool(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE heapType) HeapPool() argument
88 allocateTable( GrD3DGpu* gpu, unsigned int count) allocateTable() argument
121 prepForSubmit(GrD3DGpu* gpu) prepForSubmit() argument
[all...]
H A DGrD3DAttachment.cpp12 GrD3DAttachment::GrD3DAttachment(GrD3DGpu* gpu, in GrD3DAttachment() argument
28 sk_sp<GrD3DAttachment> GrD3DAttachment::MakeStencil(GrD3DGpu* gpu, in MakeStencil() argument
68 GrD3DGpu* gpu = this->getD3DGpu(); in onRelease() local
75 GrD3DGpu* gpu = this->getD3DGpu(); onAbandon() local
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnRenderTarget.cpp14 GrDawnRenderTarget::GrDawnRenderTarget(GrDawnGpu* gpu, in GrDawnRenderTarget() argument
22 sk_sp<GrDawnRenderTarget> GrDawnRenderTarget::MakeWrapped(GrDawnGpu* gpu, in MakeWrapped() argument

Completed in 9 milliseconds

12345678910>>...12