Home
last modified time | relevance | path

Searched defs:caps (Results 151 - 175 of 1301) sorted by relevance

12345678910>>...53

/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_parser.h19 struct hfi_plat_caps *caps; in get_cap() local
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c156 struct wwan_port_caps caps; in t7xx_port_wwan_md_state_notify() local
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.c16 const struct komeda_format_caps *caps; in komeda_get_format_caps() local
99 const struct komeda_format_caps *caps; in komeda_format_mod_supported() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.h104 const struct dpu_pingpong_cfg *caps; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c9 mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, uint32_t caps, uint32_t blkcfg, struct mdp5_hw_pipe **hwpipe, struct mdp5_hw_pipe **r_hwpipe) mdp5_pipe_assign() argument
159 mdp5_pipe_init(enum mdp5_pipe pipe, uint32_t reg_offset, uint32_t caps) mdp5_pipe_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_overlay.c27 omap_plane_find_free_overlay(struct drm_device *dev, struct drm_plane *hwoverlay_to_plane[], u32 caps, u32 fourcc) omap_plane_find_free_overlay() argument
68 omap_overlay_assign(struct drm_atomic_state *s, struct drm_plane *plane, u32 caps, u32 fourcc, struct omap_hw_overlay **overlay, struct omap_hw_overlay **r_overlay) omap_overlay_assign() argument
156 omap_overlay_init(enum omap_plane_id overlay_id, enum omap_overlay_caps caps) omap_overlay_init() argument
179 enum omap_overlay_caps caps; omap_hwoverlays_init() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_base.c43 int hgsmi_send_caps_info(struct gen_pool *ctx, u32 caps) in hgsmi_send_caps_info() argument
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c104 cap_t caps; in set_capability() local
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_jack.c37 u32 caps; member
/third_party/ffmpeg/libavdevice/
H A Davdevice.c46 int avdevice_capabilities_create(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s, in avdevice_capabilities_create() argument
52 void avdevice_capabilities_free(AVDeviceCapabilitiesQuery **caps, AVFormatContext *s) in avdevice_capabilities_free() argument
/third_party/alsa-utils/topology/
H A Dpre-process-dai.c129 snd_config_t *caps; in tplg_build_pcm_caps_object() local
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_wsi.c80 constraint_surface_capabilities(VkSurfaceCapabilitiesKHR *caps) in constraint_surface_capabilities() argument
/third_party/ltp/lib/
H A Dtst_capability.c82 void tst_cap_setup(struct tst_cap *caps, unsigned int action_mask) in tst_cap_setup() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_screen.h56 struct virgl_drm_caps caps; member
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h45 struct set *caps; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp37 std::vector<std::string> caps; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.h89 const Caps &caps = context->getCaps(); in ValidateVertexAttribPointer() local
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.h65 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, float lum, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
79 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, uint32_t flags, const SkMatrix& localMatrixIfUsesLocalCoords) Make() argument
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp81 const GrShaderCaps& caps = *fProgramBuilder->shaderCaps(); in setNoPerspective() local
/third_party/skia/src/gpu/
H A DGrAttachment.cpp82 void GrAttachment::ComputeSharedAttachmentUniqueKey(const GrCaps& caps, in ComputeSharedAttachmentUniqueKey() argument
98 void GrAttachment::ComputeScratchKey(const GrCaps& caps, in ComputeScratchKey() argument
55 build_key(GrResourceKey::Builder* builder, const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrAttachment::UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless) build_key() argument
H A DGrRenderTargetProxy.cpp27 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() argument
H A DGrTextureRenderTargetProxy.cpp25 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(const GrCaps& caps, in GrTextureRenderTargetProxy() argument
47 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(const GrCaps& caps, in GrTextureRenderTargetProxy() argument
90 void GrTextureRenderTargetProxy::initSurfaceFlags(const GrCaps& caps) { in initSurfaceFlags() argument
/third_party/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp53 const GrCaps* caps = dContext->priv().caps(); in findOrCreateProgram() local
H A DGrGLContext.h45 const GrGLCaps* caps() const { return fGLCaps.get(); } in caps() function in GrGLContextInfo
46 GrGLCaps* caps() { return fGLCaps.get(); } in caps() function in GrGLContextInfo
/third_party/skia/src/gpu/ops/
H A DGrMeshDrawOp.h37 void createProgramInfo(const GrCaps* caps, in createProgramInfo() argument

Completed in 11 milliseconds

12345678910>>...53