Home
last modified time | relevance | path

Searched refs:external_only (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c45 uint64_t *modifiers, unsigned int *external_only, in nvc0_query_dmabuf_modifiers() argument
61 external_only = NULL; in nvc0_query_dmabuf_modifiers()
67 if (external_only) external_only[num] = 0; \ in nvc0_query_dmabuf_modifiers()
86 bool *external_only) in nvc0_is_dmabuf_modifier_supported() argument
96 if (external_only) in nvc0_is_dmabuf_modifier_supported()
97 *external_only = false; in nvc0_is_dmabuf_modifier_supported()
104 if (external_only) in nvc0_is_dmabuf_modifier_supported()
105 *external_only = false; in nvc0_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c763 unsigned int *external_only, in v3d_screen_query_dmabuf_modifiers() argument
781 if (external_only) in v3d_screen_query_dmabuf_modifiers()
782 external_only[i] = util_format_is_yuv(format); in v3d_screen_query_dmabuf_modifiers()
790 bool *external_only) in v3d_screen_is_dmabuf_modifier_supported() argument
797 if (external_only) in v3d_screen_is_dmabuf_modifier_supported()
798 *external_only = true; in v3d_screen_is_dmabuf_modifier_supported()
810 if (external_only) in v3d_screen_is_dmabuf_modifier_supported()
811 *external_only = util_format_is_yuv(format); in v3d_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c451 unsigned int *external_only, in vc4_screen_query_dmabuf_modifiers() argument
470 if (external_only) in vc4_screen_query_dmabuf_modifiers()
471 external_only[i] = tex_will_lower; in vc4_screen_query_dmabuf_modifiers()
479 bool *external_only) in vc4_screen_is_dmabuf_modifier_supported() argument
488 if (external_only) in vc4_screen_is_dmabuf_modifier_supported()
489 *external_only = !vc4_tex_format_supported(format); in vc4_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c602 int *external_only, int *out_count, uint64_t test_modifier) in panfrost_walk_dmabuf_modifiers() argument
631 if (external_only) in panfrost_walk_dmabuf_modifiers()
632 external_only[count] = false; in panfrost_walk_dmabuf_modifiers()
642 int *external_only, int *out_count) in panfrost_query_dmabuf_modifiers() argument
645 external_only, out_count, DRM_FORMAT_MOD_INVALID); in panfrost_query_dmabuf_modifiers()
651 bool *external_only) in panfrost_is_dmabuf_modifier_supported() argument
660 if (external_only) in panfrost_is_dmabuf_modifier_supported()
661 *external_only = uint_extern_only ? true : false; in panfrost_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c543 unsigned int *external_only, in lima_screen_query_dmabuf_modifiers() argument
556 if (external_only) in lima_screen_query_dmabuf_modifiers()
557 external_only[i] = lima_is_modifier_external_only(format); in lima_screen_query_dmabuf_modifiers()
565 bool *external_only) in lima_screen_is_dmabuf_modifier_supported() argument
569 if (external_only) in lima_screen_is_dmabuf_modifier_supported()
570 *external_only = lima_is_modifier_external_only(format); in lima_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c859 unsigned int *external_only, int *count) in fd_screen_query_dmabuf_modifiers() argument
868 external_only = NULL; in fd_screen_query_dmabuf_modifiers()
876 if (external_only) in fd_screen_query_dmabuf_modifiers()
877 external_only[num] = 0; in fd_screen_query_dmabuf_modifiers()
889 bool *external_only) in fd_screen_is_dmabuf_modifier_supported() argument
896 if (external_only) in fd_screen_is_dmabuf_modifier_supported()
897 *external_only = false; in fd_screen_is_dmabuf_modifier_supported()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.h90 const u8 *pmk, size_t pmk_len, bool external_only);
167 bool external_only) in pmksa_cache_flush() argument
Dpmksa_cache.c332 const u8 *pmk, size_t pmk_len, bool external_only) in pmksa_cache_flush() argument
344 (!external_only || entry->external)) { in pmksa_cache_flush()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import_modifiers.txt74 EGLBoolean *external_only,
189 EGLBoolean *external_only,
196 passes an array for <external_only>, this will be populated with whether
235 - Add external_only to modifiers query.
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c154 unsigned int *external_only, int *count) in rbug_screen_query_dmabuf_modifiers() argument
163 external_only, in rbug_screen_query_dmabuf_modifiers()
171 bool *external_only) in rbug_screen_is_dmabuf_modifier_supported() argument
179 external_only); in rbug_screen_is_dmabuf_modifier_supported()
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import_modifiers.txt74 EGLBoolean *external_only,
191 EGLBoolean *external_only,
198 passes an array for <external_only>, this will be populated with whether
241 - Add external_only to modifiers query.
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c630 unsigned int *external_only, int *count) in etna_screen_query_dmabuf_modifiers() argument
648 if (external_only) in etna_screen_query_dmabuf_modifiers()
649 external_only[num_modifiers] = util_format_is_yuv(format) ? 1 : 0; in etna_screen_query_dmabuf_modifiers()
660 bool *external_only) in etna_screen_is_dmabuf_modifier_supported() argument
669 if (external_only) in etna_screen_is_dmabuf_modifier_supported()
670 *external_only = util_format_is_yuv(format) ? 1 : 0; in etna_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c519 unsigned int *external_only, in tegra_screen_query_dmabuf_modifiers() argument
525 external_only, count); in tegra_screen_query_dmabuf_modifiers()
532 bool *external_only) in tegra_screen_is_dmabuf_modifier_supported() argument
537 format, external_only); in tegra_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1154 …en, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) in trace_screen_query_dmabuf_modifiers() argument
1165 screen->query_dmabuf_modifiers(screen, format, max, modifiers, external_only, count); in trace_screen_query_dmabuf_modifiers()
1171 trace_dump_arg_array(uint, external_only, max); in trace_screen_query_dmabuf_modifiers()
1206 …orted(struct pipe_screen *_screen, uint64_t modifier, enum pipe_format format, bool *external_only) in trace_screen_is_dmabuf_modifier_supported() argument
1217 bool ret = screen->is_dmabuf_modifier_supported(screen, modifier, format, external_only); in trace_screen_is_dmabuf_modifier_supported()
1220 trace_dump_bool(external_only ? *external_only : false); in trace_screen_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h494 unsigned int *external_only, int *count);
681 bool *external_only);
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c644 bool *external_only) in noop_is_dmabuf_modifier_supported() argument
649 return oscreen->is_dmabuf_modifier_supported(oscreen, modifier, format, external_only); in noop_is_dmabuf_modifier_supported()
711 unsigned int *external_only, int *count) in noop_query_dmabuf_modifiers() argument
717 external_only, count); in noop_query_dmabuf_modifiers()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c276 unsigned int *external_only, in crocus_query_dmabuf_modifiers() argument
299 if (external_only) in crocus_query_dmabuf_modifiers()
300 external_only[supported_mods] = util_format_is_yuv(pfmt); in crocus_query_dmabuf_modifiers()
1910 bool *external_only) in crocus_is_dmabuf_modifier_supported() argument
1916 if (external_only) in crocus_is_dmabuf_modifier_supported()
1917 *external_only = false; in crocus_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1393 unsigned int *external_only, in si_query_dmabuf_modifiers() argument
1406 if (max && external_only) { in si_query_dmabuf_modifiers()
1408 external_only[i] = util_format_is_yuv(format); in si_query_dmabuf_modifiers()
1417 bool *external_only) in si_is_dmabuf_modifier_supported() argument
1427 if (external_only) { in si_is_dmabuf_modifier_supported()
1444 if (external_only) in si_is_dmabuf_modifier_supported()
1445 *external_only = external_array[i]; in si_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/egl/main/
Degldriver.h209 EGLBoolean *external_only,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c233 unsigned int *external_only, in iris_query_dmabuf_modifiers() argument
263 if (external_only) { in iris_query_dmabuf_modifiers()
264 external_only[supported_mods] = in iris_query_dmabuf_modifiers()
278 bool *external_only) in iris_is_dmabuf_modifier_supported() argument
284 if (external_only) in iris_is_dmabuf_modifier_supported()
285 *external_only = is_modifier_external_only(pfmt, modifier); in iris_is_dmabuf_modifier_supported()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1591 uint64_t *modifiers, unsigned int *external_only, in dri2_query_dma_buf_modifiers() argument
1612 external_only, count); in dri2_query_dma_buf_modifiers()
1613 if (!native_sampling && external_only) { in dri2_query_dma_buf_modifiers()
1617 external_only[i] = true; in dri2_query_dma_buf_modifiers()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h769 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
772 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h769 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
772 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h771 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
774 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
/third_party/mesa3d/include/EGL/
Deglext.h805 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…
808 …nt format, EGLint max_modifiers, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *num_m…

12