HomeSort by: relevance | last modified time | path
    Searched refs:supported (Results 1 - 25 of 310) 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/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/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/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...]
  /xsrc/external/mit/twm/dist/
configure 4518 # that says an option was ignored or not supported.
4522 # icc: Command line remark: option '-MP' not supported
4524 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4571 # actually supported "in the wild" to an acceptable degree.
5149 eval supported=\$$cacheid
5150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5151 printf "%s\n" "$supported" >&6; }
5152 if test "$supported" = "yes" ; then
5273 eval supported=\$$cacheid
5274 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/x11perf/dist/
configure 4618 # that says an option was ignored or not supported.
4622 # icc: Command line remark: option '-MP' not supported
4624 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5228 eval supported=\$$cacheid
5229 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5230 printf "%s\n" "$supported" >&6; }
5231 if test "$supported" = "yes" ; then
5358 eval supported=\$$cacheid
5359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5360 printf "%s\n" "$supported" >&6;
    [all...]
  /xsrc/external/mit/xditview/dist/
configure 3184 # actually supported "in the wild" to an acceptable degree.
4481 # that says an option was ignored or not supported.
4485 # icc: Command line remark: option '-MP' not supported
4487 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5091 eval supported=\$$cacheid
5092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5093 printf "%s\n" "$supported" >&6; }
5094 if test "$supported" = "yes" ; then
5221 eval supported=\$$cacheid
5222 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xhost/dist/
configure 3275 # actually supported "in the wild" to an acceptable degree.
4532 # that says an option was ignored or not supported.
4536 # icc: Command line remark: option '-MP' not supported
4538 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5277 eval supported=\$$cacheid
5278 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5279 printf "%s\n" "$supported" >&6; }
5280 if test "$supported" = "yes" ; then
5401 eval supported=\$$cacheid
5402 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xinit/dist/
configure 4609 # that says an option was ignored or not supported.
4613 # icc: Command line remark: option '-MP' not supported
4615 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4648 # actually supported "in the wild" to an acceptable degree.
5225 eval supported=\$$cacheid
5226 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5227 printf "%s\n" "$supported" >&6; }
5228 if test "$supported" = "yes" ; then
5349 eval supported=\$$cacheid
5350 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xinput/dist/
configure 3088 # actually supported "in the wild" to an acceptable degree.
4354 # that says an option was ignored or not supported.
4358 # icc: Command line remark: option '-MP' not supported
4360 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4945 eval supported=\$$cacheid
4946 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
4947 printf "%s\n" "$supported" >&6; }
4948 if test "$supported" = "yes" ; then
5069 eval supported=\$$cacheid
5070 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xkbutils/dist/
configure 3170 # actually supported "in the wild" to an acceptable degree.
4454 # that says an option was ignored or not supported.
4458 # icc: Command line remark: option '-MP' not supported
4460 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5078 eval supported=\$$cacheid
5079 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5080 printf "%s\n" "$supported" >&6; }
5081 if test "$supported" = "yes" ; then
5208 eval supported=\$$cacheid
5209 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xman/dist/
configure 3189 # actually supported "in the wild" to an acceptable degree.
4486 # that says an option was ignored or not supported.
4490 # icc: Command line remark: option '-MP' not supported
4492 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5096 eval supported=\$$cacheid
5097 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5098 printf "%s\n" "$supported" >&6; }
5099 if test "$supported" = "yes" ; then
5226 eval supported=\$$cacheid
5227 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xmessage/dist/
configure 3112 # actually supported "in the wild" to an acceptable degree.
4409 # that says an option was ignored or not supported.
4413 # icc: Command line remark: option '-MP' not supported
4415 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5019 eval supported=\$$cacheid
5020 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5021 printf "%s\n" "$supported" >&6; }
5022 if test "$supported" = "yes" ; then
5149 eval supported=\$$cacheid
5150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]
  /xsrc/external/mit/xmh/dist/
configure 3281 # actually supported "in the wild" to an acceptable degree.
4578 # that says an option was ignored or not supported.
4582 # icc: Command line remark: option '-MP' not supported
4584 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5188 eval supported=\$$cacheid
5189 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
5190 printf "%s\n" "$supported" >&6; }
5191 if test "$supported" = "yes" ; then
5318 eval supported=\$$cacheid
5319 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&
    [all...]

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011>>