Home
last modified time | relevance | path

Searched refs:gpu (Results 451 - 475 of 493) sorted by relevance

1...<<11121314151617181920

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A DMakefile22 obj-$(CONFIG_I2C_NVIDIA_GPU) += i2c-nvidia-gpu.o
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c182 ldev->gpu = pdev_gpu; in lsdc_get_dedicated_vram()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_drv.h130 struct msm_gpu *gpu; member
132 /* gpu is only set on open(), but we need this info earlier */
H A Dmsm_iommu.c437 struct msm_mmu *msm_iommu_gpu_new(struct device *dev, struct msm_gpu *gpu, unsigned long quirks) in msm_iommu_gpu_new() argument
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A DMakefile25 obj-$(CONFIG_I2C_NVIDIA_GPU) += i2c-nvidia-gpu.o
/third_party/mesa3d/src/asahi/lib/
H A Dwrap.c232 .ptr.gpu = resp->gpu_va, in wrap_Method()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_layout.c485 mali_ptr base = iview->image->data.bo->ptr.gpu + iview->image->data.offset; in pan_iview_get_surface()
/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.cpp8 #include "src/gpu/ops/PathInnerTriangulateOp.h"
10 #include "src/gpu/GrEagerVertexAllocator.h"
11 #include "src/gpu/GrGpu.h"
12 #include "src/gpu/GrOpFlushState.h"
13 #include "src/gpu/GrRecordingContextPriv.h"
14 #include "src/gpu/GrResourceProvider.h"
15 #include "src/gpu/glsl/GrGLSLVertexGeoBuilder.h"
16 #include "src/gpu/tessellate/PathCurveTessellator.h"
17 #include "src/gpu/tessellate/shaders/GrPathTessellationShader.h"
484 flushState->gpu() in onExecute()
[all...]
/third_party/skia/tools/skpbench/
H A Dskpbench.py54 __argparse.add_argument('--gpu',
56 help="perform timing on the gpu clock instead of cpu (gpu work only)")
144 if FLAGS.gpu:
348 # Delimiter is ',' or ' ', skip if nested inside parens (e.g. gpu(a=b,c=d)).
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dschema.go77 // gpu returns true if the task's cpu_or_gpu is "GPU" and the GPU for this task
78 // equals any of the given values. If no values are provided, gpu returns true
80 func (p parts) gpu(eq ...string) bool {
189 // provided, gpu returns true if this task runs on GPU.
/third_party/skia/modules/canvaskit/
H A Dexterns.js752 gpu: {},
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp11 #include "include/gpu/GrBackendSurface.h"
12 #include "include/gpu/GrDirectContext.h"
13 #include "include/gpu/GrRecordingContext.h"
14 #include "include/gpu/GrYUVABackendTextures.h"
21 #include "src/gpu/GrAHardwareBufferImageGenerator.h"
22 #include "src/gpu/GrAHardwareBufferUtils.h"
23 #include "src/gpu/GrBackendTextureImageGenerator.h"
24 #include "src/gpu/GrBackendUtils.h"
25 #include "src/gpu/GrCaps.h"
26 #include "src/gpu/GrColorSpaceXfor
674 GrGpu* gpu = dContext->priv().getGpu(); MakeCrossContextFromPixmap() local
[all...]
/third_party/skia/tests/
H A DSurfaceTest.cpp15 #include "include/gpu/GrBackendSurface.h"
16 #include "include/gpu/GrDirectContext.h"
21 #include "src/gpu/BaseDevice.h"
22 #include "src/gpu/GrDirectContextPriv.h"
23 #include "src/gpu/GrGpu.h"
24 #include "src/gpu/GrGpuResourcePriv.h"
25 #include "src/gpu/GrImageInfo.h"
26 #include "src/gpu/GrRenderTarget.h"
27 #include "src/gpu/GrResourceProvider.h"
28 #include "src/gpu/SurfaceFillContex
921 GrGpu* gpu = ctx->priv().getGpu(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dquirks.c5567 static void quirk_nvidia_hda(struct pci_dev *gpu) in quirk_nvidia_hda() argument
5573 if (gpu->device < PCI_DEVICE_ID_NVIDIA_GEFORCE_320M) in quirk_nvidia_hda()
5577 pci_read_config_dword(gpu, 0x488, &val); in quirk_nvidia_hda()
5581 pci_info(gpu, "Enabling HDA controller\n"); in quirk_nvidia_hda()
5582 pci_write_config_dword(gpu, 0x488, val | BIT(25)); in quirk_nvidia_hda()
5585 pci_read_config_byte(gpu, PCI_HEADER_TYPE, &hdr_type); in quirk_nvidia_hda()
5586 gpu->multifunction = !!(hdr_type & 0x80); in quirk_nvidia_hda()
5827 * drivers/gpu/drm/nouveau/nvkm/engine/device/base.c in quirk_reset_lenovo_thinkpad_p50_nvgpu()
/kernel/linux/linux-6.6/drivers/pci/
H A Dquirks.c5694 static void quirk_nvidia_hda(struct pci_dev *gpu) in quirk_nvidia_hda() argument
5700 if (gpu->device < PCI_DEVICE_ID_NVIDIA_GEFORCE_320M) in quirk_nvidia_hda()
5704 pci_read_config_dword(gpu, 0x488, &val); in quirk_nvidia_hda()
5708 pci_info(gpu, "Enabling HDA controller\n"); in quirk_nvidia_hda()
5709 pci_write_config_dword(gpu, 0x488, val | BIT(25)); in quirk_nvidia_hda()
5712 pci_read_config_byte(gpu, PCI_HEADER_TYPE, &hdr_type); in quirk_nvidia_hda()
5713 gpu->multifunction = !!(hdr_type & 0x80); in quirk_nvidia_hda()
5999 * drivers/gpu/drm/nouveau/nvkm/engine/device/base.c in quirk_reset_lenovo_thinkpad_p50_nvgpu()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h544 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/amd/amdgpu
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h562 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/amd/amdgpu
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_trace.h752 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/i915
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.h289 struct r600_mmio_counter gpu; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1834 for (const angle::GPUDeviceInfo &gpu : outSystemInfo->gpus) in GetSystemInfoVendorIDAndDeviceID()
1836 if (*outVendor == gpu.vendorId) in GetSystemInfoVendorIDAndDeviceID()
1839 *outDevice = gpu.deviceId; in GetSystemInfoVendorIDAndDeviceID()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_trace.h651 #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/i915/display
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h503 return buffer->bo->ptr.gpu + buffer->bo_offset + offset;
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp52 #include "include/gpu/GrContextOptions.h"
53 #include "src/gpu/GrShaderCaps.h"
229 fGPUModule = this->parseModule(ProgramKind::kFragment, MODULE_DATA(gpu), fPrivateModule); in loadGPUModule()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c2313 buf->gpu = bo->address; in intel_aux_map_buffer_alloc()
2314 buf->gpu_end = buf->gpu + bo->size; in intel_aux_map_buffer_alloc()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp8 #include "src/gpu/vk/GrVkGpu.h"
10 #include "include/gpu/GrBackendSemaphore.h"
11 #include "include/gpu/GrBackendSurface.h"
12 #include "include/gpu/GrContextOptions.h"
13 #include "include/gpu/GrDirectContext.h"
20 #include "src/gpu/GrBackendUtils.h"
21 #include "src/gpu/GrDataUtils.h"
22 #include "src/gpu/GrDirectContextPriv.h"
23 #include "src/gpu/GrGeometryProcessor.h"
24 #include "src/gpu/GrGpuResourceCacheAcces
1927 set_layout_and_queue_from_mutable_state(GrVkGpu* gpu, GrVkImage* image, const GrVkSharedImageInfo& newInfo) set_layout_and_queue_from_mutable_state() argument
[all...]

Completed in 39 milliseconds

1...<<11121314151617181920