/third_party/skia/src/gpu/gl/builders/ |
H A D | GrGLProgramBuilder.h | 11 #include "src/gpu/GrPipeline.h" 12 #include "src/gpu/gl/GrGLProgram.h" 13 #include "src/gpu/gl/GrGLProgramDataManager.h" 14 #include "src/gpu/gl/GrGLUniformHandler.h" 15 #include "src/gpu/gl/GrGLVaryingHandler.h" 16 #include "src/gpu/glsl/GrGLSLProgramBuilder.h" 17 #include "src/gpu/glsl/GrGLSLProgramDataManager.h" 56 GrGLGpu* gpu() const { return fGpu; } in gpu() function in GrGLProgramBuilder
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.h | 11 #include "src/gpu/GrOpsRenderPass.h" 14 #include "include/gpu/GrTypes.h" 15 #include "include/gpu/vk/GrVkTypes.h" 16 #include "src/gpu/GrColor.h" 17 #include "src/gpu/vk/GrVkPipelineState.h" 18 #include "src/gpu/vk/GrVkRenderPass.h" 65 GrGpu* gpu() override;
|
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | rapl.c | 34 * gpu counter: consumption of the builtin-gpu domain (client only) 76 PERF_RAPL_PP1, /* gpu */ 87 "pp1-gpu", 400 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); 406 RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); 415 RAPL_EVENT_ATTR_STR(energy-gpu.scale, rapl_gpu_scale, "2.3283064365386962890625e-10");
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 484 * @mqd_mem_obj: The MQD local gpu memory object. 927 int kfd_topology_add_device(struct kfd_dev *gpu); 928 int kfd_topology_remove_device(struct kfd_dev *gpu); 937 void kfd_double_confirm_iommu_support(struct kfd_dev *gpu);
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | rapl.c | 34 * gpu counter: consumption of the builtin-gpu domain (client only) 76 PERF_RAPL_PP1, /* gpu */ 87 "pp1-gpu", 400 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); 406 RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); 415 RAPL_EVENT_ATTR_STR(energy-gpu.scale, rapl_gpu_scale, "2.3283064365386962890625e-10");
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 14 #include "src/gpu/GrFinishCallbacks.h" 15 #include "src/gpu/GrGpu.h" 16 #include "src/gpu/GrNativeRect.h" 17 #include "src/gpu/GrProgramDesc.h" 18 #include "src/gpu/GrThreadSafePipelineBuilder.h" 19 #include "src/gpu/GrWindowRectsState.h" 20 #include "src/gpu/GrXferProcessor.h" 21 #include "src/gpu/gl/GrGLAttachment.h" 22 #include "src/gpu/gl/GrGLContext.h" 23 #include "src/gpu/g 642 setVertexArrayID(GrGLGpu* gpu, GrGLuint arrayID) setVertexArrayID() argument [all...] |
H A D | GrGLUniformHandler.cpp | 8 #include "src/gpu/gl/GrGLUniformHandler.h" 10 #include "src/gpu/GrTexture.h" 11 #include "src/gpu/gl/GrGLCaps.h" 12 #include "src/gpu/gl/GrGLGpu.h" 13 #include "src/gpu/gl/builders/GrGLProgramBuilder.h" 145 return glPB->gpu(); in glGpu()
|
H A D | GrGLProgramDataManager.cpp | 9 #include "src/gpu/gl/GrGLGpu.h" 10 #include "src/gpu/gl/GrGLProgramDataManager.h" 11 #include "src/gpu/glsl/GrGLSLUniformHandler.h" 17 GrGLProgramDataManager::GrGLProgramDataManager(GrGLGpu* gpu, const UniformInfoArray& uniforms) in GrGLProgramDataManager() argument 18 : fGpu(gpu) { in GrGLProgramDataManager()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 1806 pr_debug("Fill gpu memory affinity - type 0x%x size 0x%llx\n", in kfd_fill_gpu_memory_affinity() 1829 struct acpi_srat_generic_affinity *gpu; in kfd_find_numa_node_in_srat() local 1872 gpu = (struct acpi_srat_generic_affinity *)sub_header; in kfd_find_numa_node_in_srat() 1873 bdf = *((u16 *)(&gpu->device_handle[0])) << 16 | in kfd_find_numa_node_in_srat() 1874 *((u16 *)(&gpu->device_handle[2])); in kfd_find_numa_node_in_srat() 1877 numa_node = pxm_to_node(gpu->proximity_domain); in kfd_find_numa_node_in_srat() 1894 /* Workaround bad cpu-gpu binding case */ in kfd_find_numa_node_in_srat() 1948 * with host gpu xgmi link, host can access gpu memory whether in kfd_fill_gpu_direct_io_link_to_cpu() 2169 if (!peer_dev->gpu) in kfd_create_vcrat_image_gpu() [all...] |
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | gen_tasks_logic.go | 630 "gpu:none", 868 gpu, ok := map[string]string{ 885 d["gpu"] = gpu 887 gpu, ok := map[string]string{ 898 d["gpu"] = gpu 906 gpu, ok := map[string]string{ 916 if gpu == "AppleM1" { 920 d["gpu"] [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gem.c | 745 void msm_gem_active_get(struct drm_gem_object *obj, struct msm_gpu *gpu) in msm_gem_active_get() argument 752 msm_obj->gpu = gpu; in msm_gem_active_get() 754 list_add_tail(&msm_obj->mm_list, &gpu->active_list); in msm_gem_active_get() 766 msm_obj->gpu = NULL; in msm_gem_active_put()
|
H A D | msm_drv.h | 167 struct msm_gpu *gpu; member 169 /* gpu is only set on open(), but we need this info earlier */ 313 void msm_gem_active_get(struct drm_gem_object *obj, struct msm_gpu *gpu);
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_pipeline.c | 280 shader_ptr = pipeline->binary_bo->ptr.gpu + in panvk_pipeline_builder_init_shaders() 286 mali_ptr gpu_rsd = pipeline->state_bo->ptr.gpu + builder->stages[i].rsd_offset; in panvk_pipeline_builder_init_shaders() 300 mali_ptr gpu_rsd = pipeline->state_bo->ptr.gpu + builder->stages[MESA_SHADER_FRAGMENT].rsd_offset; in panvk_pipeline_builder_init_shaders() 341 pipeline->vpd = pipeline->state_bo->ptr.gpu + in panvk_pipeline_builder_parse_viewport() 737 pipeline->fs.address = pipeline->binary_bo->ptr.gpu + in panvk_pipeline_builder_init_fs_state()
|
H A D | panvk_vX_cs.c | 818 cfg.base = pdev->tiler_heap->ptr.gpu; in emit_tiler_context() 819 cfg.bottom = pdev->tiler_heap->ptr.gpu; in emit_tiler_context() 820 cfg.top = pdev->tiler_heap->ptr.gpu + pdev->tiler_heap->size; in emit_tiler_context() 827 cfg.heap = descs->gpu + pan_size(TILER_CONTEXT); in emit_tiler_context()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/ |
H A D | vermilion.h | 183 struct pci_dev *gpu; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/ |
H A D | vermilion.h | 183 struct pci_dev *gpu; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_fence.c | 16 return priv->gpu; in fctx2gpu()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_trace.h | 154 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/vc4
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 129 struct etna_gpu *gpu; member
|
/third_party/skia/src/gpu/ |
H A D | GrOpsRenderPass.h | 13 #include "src/gpu/GrDeferredUpload.h" 14 #include "src/gpu/GrPipeline.h" 169 virtual GrGpu* gpu() = 0;
|
/third_party/skia/tools/ |
H A D | skottie2movie.cpp | 20 #include "tools/gpu/GrContextFactory.h" 22 #include "include/gpu/GrContextOptions.h" 31 static DEFINE_bool2(gpu, g, false, "use GPU for rendering");
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
H A D | radeonsi-run-tests.py | 160 "--gpu", 162 dest="gpu", 208 print("Don't use DRI_PRIME. Instead use --gpu N") 211 assert "gpu" in args, "--gpu defaults to 0" 213 gpu_device = available_gpus[args.gpu][1] 215 env["WAFFLE_GBM_DEVICE"] = available_gpus[args.gpu][0]
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_texture.c | 455 mali_ptr base = iview->image->data.bo->ptr.gpu + iview->image->data.offset; in panfrost_emit_texture_payload() 612 cfg.surfaces = payload->gpu; in panfrost_new_texture()
|
/third_party/skia/tests/ |
H A D | TextureProxyTest.cpp | 14 #include "include/gpu/GrBackendSurface.h" 15 #include "include/gpu/GrDirectContext.h" 16 #include "src/gpu/GrDirectContextPriv.h" 17 #include "src/gpu/GrProxyProvider.h" 18 #include "src/gpu/GrRecordingContextPriv.h" 19 #include "src/gpu/GrResourceCache.h" 20 #include "src/gpu/GrResourceProvider.h" 21 #include "src/gpu/GrTexture.h" 22 #include "src/gpu/GrTextureProxy.h" 23 #include "src/gpu/SkG 274 GrDawnGpu* gpu = static_cast<GrDawnGpu*>(dContext->priv().getGpu()); invalidation_test() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 930 const char *gpu; in r600_get_compute_param() local 932 gpu = r600_get_llvm_processor_name(rscreen->family); in r600_get_compute_param() 934 sprintf(ret, "%s-%s", gpu, triple); in r600_get_compute_param() 937 return (strlen(triple) + strlen(gpu) + 2) * sizeof(char); in r600_get_compute_param()
|