HomeSort by: relevance | last modified time | path
    Searched refs:supported (Results 1 - 25 of 311) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
spirv_extensions.c 51 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_pointers] = cap->variable_pointers
    [all...]
spirv_extensions.h 52 /** 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/dist/src/gallium/drivers/iris/
iris_formats.c 102 * Returns true if the given format is supported for the given usage
131 bool supported = true; local
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 &= isl_has_matching_typed_storage_image_format(devinfo, format)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/c11/
threads.h 68 #error Not supported on this platform.
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads.h 68 #error Not supported on this platform.
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_formats.c 420 * Returns true if the given format is supported for the given usage
464 bool supported = true; local
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 &= isl_has_matching_typed_storage_image_format(devinfo, format)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kmode.c 254 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/dist/src/mesa/state_tracker/
st_cb_eglimage.c 47 bool supported = screen->is_format_supported(screen, format, PIPE_TEXTURE_2D, local
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 = screen->is_format_supported(screen, PIPE_FORMAT_R8G8_R8B8_UNORM
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_formats.c 383 * Returns true if the given format is supported for the given usage
412 bool supported = true; local
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 &= isl_format_supports_sampling(devinfo, format)
    [all...]
  /xsrc/external/mit/xfs/dist/
configure 5021 # 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" >&6;
    [all...]
  /xsrc/external/mit/mkfontscale/dist/
configure 4595 # 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/
configure 3113 # 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/
configure 4561 # 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/
configure 3089 # 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/appres/dist/
configure 3089 # 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
4996 eval supported=\$$cacheid
4997 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4998 printf "%s\n" "$supported" >&6; }
4999 if test "$supported" = "yes" ; then
5126 eval supported=\$$cacheid
5127 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/bitmap/dist/
configure 3190 # actually supported "in the wild" to an acceptable degree.
4487 # that says an option was ignored or not supported.
4491 # icc: Command line remark: option '-MP' not supported
4493 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5097 eval supported=\$$cacheid
5098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5099 printf "%s\n" "$supported" >&6; }
5100 if test "$supported" = "yes" ; then
5227 eval supported=\$$cacheid
5228 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/editres/dist/
configure 3110 # actually supported "in the wild" to an acceptable degree.
4407 # that says an option was ignored or not supported.
4411 # icc: Command line remark: option '-MP' not supported
4413 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5017 eval supported=\$$cacheid
5018 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5019 printf "%s\n" "$supported" >&6; }
5020 if test "$supported" = "yes" ; then
5147 eval supported=\$$cacheid
5148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/font-util/dist/
configure 3071 # actually supported "in the wild" to an acceptable degree.
4337 # that says an option was ignored or not supported.
4341 # icc: Command line remark: option '-MP' not supported
4343 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4928 eval supported=\$$cacheid
4929 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4930 printf "%s\n" "$supported" >&6; }
4931 if test "$supported" = "yes" ; then
5052 eval supported=\$$cacheid
5053 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/fstobdf/dist/
configure 3068 # actually supported "in the wild" to an acceptable degree.
4334 # that says an option was ignored or not supported.
4338 # icc: Command line remark: option '-MP' not supported
4340 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4925 eval supported=\$$cacheid
4926 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4927 printf "%s\n" "$supported" >&6; }
4928 if test "$supported" = "yes" ; then
5049 eval supported=\$$cacheid
5050 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/iceauth/dist/
configure 4585 # that says an option was ignored or not supported.
4589 # icc: Command line remark: option '-MP' not supported
4591 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4639 # actually supported "in the wild" to an acceptable degree.
5235 eval supported=\$$cacheid
5236 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5237 printf "%s\n" "$supported" >&6; }
5238 if test "$supported" = "yes" ; then
5365 eval supported=\$$cacheid
5366 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/ico/dist/
configure 3067 # actually supported "in the wild" to an acceptable degree.
4333 # that says an option was ignored or not supported.
4337 # icc: Command line remark: option '-MP' not supported
4339 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4924 eval supported=\$$cacheid
4925 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4926 printf "%s\n" "$supported" >&6; }
4927 if test "$supported" = "yes" ; then
5048 eval supported=\$$cacheid
5049 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/imake/dist/
configure 3260 # actually supported "in the wild" to an acceptable degree.
4557 # that says an option was ignored or not supported.
4561 # icc: Command line remark: option '-MP' not supported
4563 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5167 eval supported=\$$cacheid
5168 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5169 printf "%s\n" "$supported" >&6; }
5170 if test "$supported" = "yes" ; then
5297 eval supported=\$$cacheid
5298 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/listres/dist/
configure 3090 # 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...]
  /xsrc/external/mit/lndir/dist/
configure 4572 # that says an option was ignored or not supported.
4576 # icc: Command line remark: option '-MP' not supported
4578 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4626 # actually supported "in the wild" to an acceptable degree.
5222 eval supported=\$$cacheid
5223 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5224 printf "%s\n" "$supported" >&6; }
5225 if test "$supported" = "yes" ; then
5352 eval supported=\$$cacheid
5353 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/makedepend/dist/
configure 4576 # that says an option was ignored or not supported.
4580 # icc: Command line remark: option '-MP' not supported
4582 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4630 # actually supported "in the wild" to an acceptable degree.
5227 eval supported=\$$cacheid
5228 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5229 printf "%s\n" "$supported" >&6; }
5230 if test "$supported" = "yes" ; then
5357 eval supported=\$$cacheid
5358 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>