Searched refs:supported (Results 1 - 25 of 845) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dspirv_extensions.c51 if (ctx->Const.SpirVExtensions->supported[i]) {
85 * Sets the supported flags for known SPIR-V extensions based on the
86 * capabilites supported (spirv capabilities based on the spirv to nir
93 * first the supported capabilities, that are not always related to an
100 memset(ext->supported, 0, sizeof(ext->supported));
104 ext->supported[SPV_KHR_shader_draw_parameters] = cap->draw_parameters;
105 ext->supported[SPV_KHR_multiview] = cap->multiview;
106 ext->supported[SPV_KHR_storage_buffer_storage_class] = true;
107 ext->supported[SPV_KHR_variable_pointer
[all...]
H A Dspirv_extensions.h52 /** Flags the supported extensions. Array to make it easier to iterate. */
53 bool supported[SPV_EXTENSIONS_COUNT]; member in struct:spirv_supported_extensions
55 /** Number of supported extensions */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_formats.c102 * Returns true if the given format is supported for the given usage
131 bool supported = true; local in function:iris_is_format_supported
134 supported &= isl_format_supports_multisampling(devinfo, format);
137 supported &= format == ISL_FORMAT_R32_FLOAT_X8X24_TYPELESS ||
161 supported = false;
169 supported &= isl_format_supports_rendering(devinfo, rt_format);
172 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
179 supported &= sample_count == 0;
181 supported &= isl_format_supports_typed_writes(devinfo, format);
182 supported
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads.h68 #error Not supported on this platform.
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads.h68 #error Not supported on this platform.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_formats.c420 * Returns true if the given format is supported for the given usage
464 bool supported = true; local in function:crocus_is_format_supported
467 supported &= isl_format_supports_multisampling(devinfo, format);
478 supported &= depth_fmts;
494 supported = false;
502 supported &= isl_format_supports_rendering(devinfo, rt_format);
505 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
512 supported &= sample_count == 0;
514 supported &= isl_format_supports_typed_writes(devinfo, format);
515 supported
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.6.rst36 extensions (supported in Gallium drivers, Intel DRI drivers, and
38 - GL_ARB_copy_buffer extension (supported in Gallium drivers, Intel DRI
40 - GL_ARB_map_buffer_range extension (supported in Gallium drivers,
42 - GL_ARB_seamless_cube_map extension (supported in software drivers and
45 - GL_ARB_sync (supported in software drivers and Intel DRI drivers)
46 - GL_EXT_provoking_vertex extension (supported in Gallium, i915, i965,
H A D7.7.rst37 - GL_ARB_draw_elements_base_vertex (supported in Intel i965 and
39 - GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers)
40 - GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)
/xsrc/external/mit/MesaLib/dist/docs/
H A Dprecompiled.rst14 - Gentoo/Archlinux - officially provided/supported
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkmode.c254 Bool (*supported) (KdScreenInfo *,
262 if ((*supported) (screen, t) &&
314 Bool (*supported) (KdScreenInfo *,
330 t = kdFindPrevSize (KdFindMode (screen, supported));
345 Bool (*supported) (ScreenPtr pScreen,
355 if ((*supported) (pScreen, t))
380 Bool (*supported) (ScreenPtr pScreen,
393 (*supported) (pScreen, t))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_formats.c383 * Returns true if the given format is supported for the given usage
412 bool supported = true; local in function:iris_is_format_supported
415 supported &= isl_format_supports_multisampling(devinfo, format);
418 supported &= format == ISL_FORMAT_R32_FLOAT_X8X24_TYPELESS ||
442 supported = false;
450 supported &= isl_format_supports_rendering(devinfo, rt_format);
453 supported &= isl_format_supports_alpha_blending(devinfo, rt_format);
460 supported &= sample_count <= 1;
463 supported &= isl_format_supports_typed_reads(devinfo, format) &&
468 supported
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_eglimage.c47 bool supported = screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, local in function:is_format_supported
50 *native_supported = supported;
57 if ((usage == PIPE_BIND_SAMPLER_VIEW) && !supported) {
60 supported = screen->is_format_supported(screen, PIPE_FORMAT_R8_UNORM,
65 supported = screen->is_format_supported(screen, PIPE_FORMAT_R8_UNORM,
75 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16_UNORM,
85 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16G16_UNORM,
93 supported = screen->is_format_supported(screen, PIPE_FORMAT_R10G10B10A2_UNORM,
99 supported = screen->is_format_supported(screen, PIPE_FORMAT_R16G16B16A16_UNORM,
104 supported
[all...]
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dpanfrost.rst7 currently supported:
27 supported in the Lima driver, not Panfrost. Lima is also available in Mesa.
29 Other graphics APIs (Vulkan, OpenCL) are not supported at this time.
36 controllers paired with Mali GPUs. If your board with a Panfrost supported GPU
37 has a display controller with mainline Linux support not supported by kmsro,
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst25 * ``PIPE_CAP_GRAPHICS``: Whether graphics is supported. If not, contexts can
41 supported.
48 supported with the clamp-to-edge wrap mode.
49 * ``PIPE_CAP_TEXTURE_MIRROR_CLAMP``: Whether mirrored texture coordinates are supported
54 * ``PIPE_CAP_PRIMITIVE_RESTART``: Whether primitive restart is supported.
59 masks are supported. If 0, then the first rendertarget's blend mask is
65 layers supported. If 0, the array textures are not supported at all and
68 FS_COORD_ORIGIN with value UPPER_LEFT is supported.
70 FS_COORD_ORIGIN with value LOWER_LEFT is supported
[all...]
H A Dresources.rst54 They can be bound to stream output if supported.
61 Only the "direct fetch" sample opcodes are supported (TGSI_OPCODE_TXF,
84 1D array textures are supported depending on PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS.
86 - If PIPE_CAP_NPOT_TEXTURES is not supported,
114 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported)
119 2D array textures are supported depending on PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS.
121 - If PIPE_CAP_NPOT_TEXTURES is not supported,
145 - If PIPE_CAP_NPOT_TEXTURES is not supported,
164 Cube map arrays are supported dependin
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst36 supported.
44 supported with the clamp-to-edge wrap mode.
45 * ``PIPE_CAP_TEXTURE_MIRROR_CLAMP``: Whether mirrored texture coordinates are supported
52 * ``PIPE_CAP_PRIMITIVE_RESTART``: Whether primitive restart is supported.
54 masks are supported. If 0, then the first rendertarget's blend mask is
60 layers supported. If 0, the array textures are not supported at all and
63 FS_COORD_ORIGIN with value UPPER_LEFT is supported.
65 FS_COORD_ORIGIN with value LOWER_LEFT is supported.
67 property FS_COORD_PIXEL_CENTER with value HALF_INTEGER is supported
[all...]
H A Dresources.rst54 They can be bound to stream output if supported.
61 Only the "direct fetch" sample opcodes are supported (TGSI_OPCODE_TXF,
84 1D array textures are supported depending on PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS.
86 - If PIPE_CAP_NPOT_TEXTURES is not supported,
114 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported)
119 2D array textures are supported depending on PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS.
121 - If PIPE_CAP_NPOT_TEXTURES is not supported,
145 - If PIPE_CAP_NPOT_TEXTURES is not supported,
164 Cube map arrays are supported dependin
[all...]
/xsrc/external/mit/xfs/dist/
H A Dconfigure5021 # that says an option was ignored or not supported.
5025 # icc: Command line remark: option '-MP' not supported
5027 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5633 eval supported=\$$cacheid
5634 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5635 printf "%s\n" "$supported" >&6; }
5636 if test "$supported" = "yes" ; then
5763 eval supported=\$$cacheid
5764 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5765 printf "%s\n" "$supported" >
[all...]
/xsrc/external/mit/mkfontscale/dist/
H A Dconfigure4595 # that says an option was ignored or not supported.
4599 # icc: Command line remark: option '-MP' not supported
4601 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4649 # actually supported "in the wild" to an acceptable degree.
5245 eval supported=\$$cacheid
5246 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5247 printf "%s\n" "$supported" >&6; }
5248 if test "$supported" = "yes" ; then
5375 eval supported=\$$cacheid
5376 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >
[all...]
/xsrc/external/mit/xfontsel/dist/
H A Dconfigure3113 # actually supported "in the wild" to an acceptable degree.
4410 # that says an option was ignored or not supported.
4414 # icc: Command line remark: option '-MP' not supported
4416 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5020 eval supported=\$$cacheid
5021 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5022 printf "%s\n" "$supported" >&6; }
5023 if test "$supported" = "yes" ; then
5150 eval supported=\$$cacheid
5151 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >
[all...]
/xsrc/external/mit/xlsfonts/dist/
H A Dconfigure4561 # that says an option was ignored or not supported.
4565 # icc: Command line remark: option '-MP' not supported
4567 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4615 # actually supported "in the wild" to an acceptable degree.
5211 eval supported=\$$cacheid
5212 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5213 printf "%s\n" "$supported" >&6; }
5214 if test "$supported" = "yes" ; then
5341 eval supported=\$$cacheid
5342 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >
[all...]
/xsrc/external/mit/xrandr/dist/
H A Dconfigure3089 # actually supported "in the wild" to an acceptable degree.
4386 # that says an option was ignored or not supported.
4390 # icc: Command line remark: option '-MP' not supported
4392 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4999 eval supported=\$$cacheid
5000 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5001 printf "%s\n" "$supported" >&6; }
5002 if test "$supported" = "yes" ; then
5129 eval supported=\$$cacheid
5130 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >
[all...]
/xsrc/external/mit/listres/dist/
H A Dconfigure3090 # actually supported "in the wild" to an acceptable degree.
4387 # that says an option was ignored or not supported.
4391 # icc: Command line remark: option '-MP' not supported
4393 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4997 eval supported=\$$cacheid
4998 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4999 printf "%s\n" "$supported" >&6; }
5000 if test "$supported" = "yes" ; then
5127 eval supported=\$$cacheid
5128 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >
[all...]

Completed in 57 milliseconds

1234567891011>>