Home
last modified time | relevance | path

Searched refs:gpu (Results 376 - 400 of 493) sorted by relevance

1...<<11121314151617181920

/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.h11 #include "src/gpu/GrSPIRVUniformHandler.h"
12 #include "src/gpu/GrSPIRVVaryingHandler.h"
13 #include "src/gpu/dawn/GrDawnProgramDataManager.h"
16 #include "src/gpu/glsl/GrGLSLProgramBuilder.h"
70 GrDawnGpu* gpu() const { return fGpu; } in gpu() function in GrDawnProgramBuilder
H A DGrDawnOpsRenderPass.h11 #include "src/gpu/GrOpsRenderPass.h"
13 #include "include/gpu/GrTypes.h"
14 #include "src/gpu/GrColor.h"
35 GrGpu* gpu() override;
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlCommandBuffer.h51 CommandBuffer(sk_cfp<id<MTLCommandBuffer>> cmdBuffer, const Gpu* gpu);
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_simulation_node.cpp113 sensor["gpu"] = 0; in AddSensorTypeTemp()
182 std::string sensor[] = {"cpu", "charger", "gpu", "battery"}; in AddMitigationDevice()
186 std::string gpu = "freq"; in AddMitigationDevice() local
211 gpu.c_str()); in AddMitigationDevice()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c42 return ptr.gpu; in demo_unk6()
50 return ptr.gpu; in demo_zero()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c125 UPDATE_COUNTER(gpu, IDENTITY); in si_update_mmio_counters()
220 return BUSY_INDEX(sscreen, gpu); in busy_index_from_type()
H A Dsi_get.c819 const char *gpu, *triple; in si_get_compute_param() local
822 gpu = ac_get_llvm_processor_name(sscreen->info.family); in si_get_compute_param()
824 sprintf(ret, "%s-%s", gpu, triple); in si_get_compute_param()
827 return (strlen(triple) + strlen(gpu) + 2) * sizeof(char); in si_get_compute_param()
1056 /* fma32 is too slow for gpu < gfx9, so force it only when gpu >= gfx9 */ in si_init_screen_get_functions()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c145 cfg.pointer = image->pimage.data.bo->ptr.gpu + offset; in CreateImageView()
216 cfg.surfaces = view->bo->ptr.gpu; in CreateBufferView()
H A Dpanvk_vX_meta_blit.c121 tsd = batch->tls.gpu; in panvk_meta_blit()
122 tiler = batch->tiler.descs.gpu; in panvk_meta_blit()
/third_party/skia/src/gpu/
H A DGrResourceProvider.h11 #include "include/gpu/GrContextOptions.h"
13 #include "src/gpu/GrGpuBuffer.h"
14 #include "src/gpu/GrResourceCache.h"
393 GrGpu* gpu() { return fGpu; } in gpu() function in GrResourceProvider
394 const GrGpu* gpu() const { return fGpu; } in gpu() function in GrResourceProvider
H A DGrCopyRenderTask.cpp8 #include "src/gpu/GrCopyRenderTask.h"
10 #include "src/gpu/GrGpu.h"
11 #include "src/gpu/GrOpFlushState.h"
12 #include "src/gpu/GrResourceAllocator.h"
13 #include "src/gpu/geometry/GrRect.h"
93 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
/third_party/skia/tests/
H A DVkDrawableTest.cpp14 #include "include/gpu/vk/GrVkVulkan.h"
19 #include "include/gpu/GrBackendDrawableInfo.h"
20 #include "include/gpu/GrDirectContext.h"
21 #include "src/gpu/GrDirectContextPriv.h"
22 #include "src/gpu/vk/GrVkGpu.h"
23 #include "src/gpu/vk/GrVkInterface.h"
24 #include "src/gpu/vk/GrVkMemory.h"
25 #include "src/gpu/vk/GrVkSecondaryCBDrawContext.h"
26 #include "src/gpu/vk/GrVkUtil.h"
28 #include "tools/gpu/GrContextFactor
226 GrVkGpu* gpu = static_cast<GrVkGpu*>(dContext->priv().getGpu()); draw_drawable_test() local
[all...]
H A DVkBackendSurfaceTest.cpp15 #include "include/gpu/GrBackendSurface.h"
16 #include "include/gpu/GrDirectContext.h"
17 #include "include/gpu/vk/GrVkTypes.h"
18 #include "include/gpu/vk/GrVkVulkan.h"
19 #include "src/gpu/GrDirectContextPriv.h"
20 #include "src/gpu/GrTexture.h"
21 #include "src/gpu/GrTextureProxy.h"
22 #include "src/gpu/vk/GrVkGpu.h"
23 #include "src/gpu/vk/GrVkImageLayout.h"
24 #include "src/gpu/v
[all...]
H A DDrawOpAtlasTest.cpp19 #include "include/gpu/GrBackendSurface.h"
20 #include "include/gpu/GrDirectContext.h"
23 #include "src/gpu/GrCaps.h"
24 #include "src/gpu/GrDeferredUpload.h"
25 #include "src/gpu/GrDirectContextPriv.h"
26 #include "src/gpu/GrDrawOpAtlas.h"
27 #include "src/gpu/GrDrawingManager.h"
28 #include "src/gpu/GrMemoryPool.h"
29 #include "src/gpu/GrOnFlushResourceProvider.h"
30 #include "src/gpu/GrOpFlushStat
201 auto gpu = dContext->priv().getGpu(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp25 #include "include/gpu/GrBackendSurface.h"
26 #include "src/gpu/GrDirectContextPriv.h"
27 #include "src/gpu/GrGpu.h"
28 #include "src/gpu/GrRenderTarget.h"
29 #include "src/gpu/GrResourceProvider.h"
30 #include "tools/gpu/ManagedBackendTexture.h"
31 #include "tools/gpu/gl/GLTestContext.h"
225 options.gpu = false; in main()
262 if (options.gpu) { in main()
/kernel/linux/common_modules/tzdriver/tui/
H A DMakefile16 EXTRA_CFLAGS += -Idrivers/gpu/drm/mediatek
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
H A Darmada_trace.h89 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/armada
/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
H A Dgpu_scheduler_trace.h130 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/scheduler
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dtrace.h66 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/tegra
/kernel/linux/linux-6.6/drivers/gpu/drm/armada/
H A Darmada_trace.h89 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/armada
/kernel/linux/linux-6.6/drivers/gpu/drm/scheduler/
H A Dgpu_scheduler_trace.h113 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/scheduler
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dtrace.h66 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/tegra
/third_party/libdrm/etnaviv/
H A Detnaviv_priv.h125 struct etna_gpu *gpu; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_pool.h79 return transfer.gpu; in pan_pool_upload_aligned()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_compute.c134 addr += rsrc->image.data.bo->ptr.gpu; in panfrost_set_global_binding()

Completed in 11 milliseconds

1...<<11121314151617181920