Home
last modified time | relevance | path

Searched defs:pscreen (Results 1 - 25 of 162) sorted by relevance

1234567

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_screen.c36 u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, in u_pipe_screen_get_param_defaults() argument
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.h38 to_tegra_screen(struct pipe_screen *pscreen) in to_tegra_screen() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.h57 i915_screen(struct pipe_screen *pscreen) in i915_screen() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c74 fd2_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags) in fd2_context_create() argument
H A Dfd2_screen.c37 fd2_screen_is_format_supported(struct pipe_screen *pscreen, in fd2_screen_is_format_supported() argument
118 fd2_screen_init(struct pipe_screen *pscreen) in fd2_screen_init() argument
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/
H A Dfreedreno_drm_winsys.c47 fd_drm_screen_destroy(struct pipe_screen *pscreen) in fd_drm_screen_destroy() argument
75 struct pipe_screen *pscreen = NULL; in fd_drm_screen_create() local
[all...]
/third_party/mesa3d/src/gallium/winsys/lima/drm/
H A Dlima_drm_winsys.c42 lima_drm_screen_destroy(struct pipe_screen *pscreen) in lima_drm_screen_destroy() argument
70 struct pipe_screen *pscreen = NULL; in lima_drm_screen_create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.c51 nv30_resource_create(struct pipe_screen *pscreen, in nv30_resource_create() argument
63 nv30_resource_destroy(struct pipe_screen *pscreen, struct pipe_resource *res) in nv30_resource_destroy() argument
72 nv30_resource_from_handle(struct pipe_screen *pscreen, in nv30_resource_from_handle() argument
84 nv30_resource_screen_init(struct pipe_screen *pscreen) in nv30_resource_screen_init() argument
[all...]
H A Dnv30_context.c190 nv30_context_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags) in nv30_context_create() argument
H A Dnv30_format.h31 nv30_format_info(struct pipe_screen *pscreen, enum pipe_format format) in nv30_format_info() argument
38 nv30_format(struct pipe_screen *pscreen, enum pipe_format format) in nv30_format() argument
45 nv30_vtxfmt(struct pipe_screen *pscreen, enum pipe_format format) in nv30_vtxfmt() argument
52 nv30_texfmt(struct pipe_screen *pscreen, enum pipe_format format) in nv30_texfmt() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c39 fd4_screen_is_format_supported(struct pipe_screen *pscreen, in fd4_screen_is_format_supported() argument
115 fd4_screen_init(struct pipe_screen *pscreen) in fd4_screen_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c54 fd5_screen_is_format_supported(struct pipe_screen *pscreen, in fd5_screen_is_format_supported() argument
137 fd5_screen_init(struct pipe_screen *pscreen) in fd5_screen_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c59 fd6_screen_is_format_supported(struct pipe_screen *pscreen, in fd6_screen_is_format_supported() argument
149 fd6_screen_init(struct pipe_screen *pscreen) in fd6_screen_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c39 fd3_screen_is_format_supported(struct pipe_screen *pscreen, in fd3_screen_is_format_supported() argument
111 fd3_screen_init(struct pipe_screen *pscreen) in fd3_screen_init() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.h29 nvc0_get_kind_generation(struct pipe_screen *pscreen) in nvc0_get_kind_generation() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_assemble.c39 panfrost_shader_compile(struct pipe_screen *pscreen, in panfrost_shader_compile() argument
/third_party/mesa3d/src/mesa/state_tracker/tests/
H A Dst_format.c39 is_format_supported(struct pipe_screen *pscreen, in is_format_supported() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp42 struct pipe_screen *pscreen = sctx->screen; in link_shader() local
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_formats.c106 iris_is_format_supported(struct pipe_screen *pscreen, in iris_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_fence.c84 lima_fence_get_fd(struct pipe_screen *pscreen, in lima_fence_get_fd() argument
99 lima_fence_reference(struct pipe_screen *pscreen, in lima_fence_reference() argument
109 lima_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in lima_fence_finish() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_sw.c126 etna_sw_get_driver_query_info(struct pipe_screen *pscreen, unsigned index, in etna_sw_get_driver_query_info() argument
141 etna_sw_get_driver_query_group_info(struct pipe_screen *pscreen, in etna_sw_get_driver_query_group_info() argument
H A Detnaviv_perfmon.c467 etna_pm_get_driver_query_info(struct pipe_screen *pscreen, unsigned index, in etna_pm_get_driver_query_info() argument
505 etna_pm_get_driver_query_group_info(struct pipe_screen *pscreen, in etna_pm_get_driver_query_group_info() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys.h69 struct pipe_screen *pscreen; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddevice.c44 struct pipe_screen *pscreen; in vdp_imp_device_create_x11() local
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_fence.c49 v3d_fence_reference(struct pipe_screen *pscreen, in v3d_fence_reference() argument
108 v3d_fence_finish(struct pipe_screen *pscreen, in v3d_fence_finish() argument

Completed in 8 milliseconds

1234567