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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/libdrm/dist/
xf86drmRandom.h 33 unsigned long check; member in struct:RandomState
xf86drmRandom.c 94 state->check = 1043618065; /* After 10000 iterations */
99 state->check = 399268537; /* After 10000 iterations */
105 /* Check for illegal boundary conditions,
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_debug_recompile.c 53 #define check(name, field) \ macro
65 found |= check("gather channel quirk", gather_channel_quirk_mask);
66 found |= check("compressed multisample layout",
68 found |= check("16x msaa", msaa_16);
69 found |= check("y_uv image bound", y_uv_image_mask);
70 found |= check("y_u_v image bound", y_u_v_image_mask);
71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask);
72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask);
73 found |= check("ayuv image bound", ayuv_image_mask);
74 found |= check("xyuv image bound", xyuv_image_mask)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_debug_recompile.c 53 #define check(name, field) \ macro
65 found |= check("gather channel quirk", gather_channel_quirk_mask);
66 found |= check("compressed multisample layout",
68 found |= check("16x msaa", msaa_16);
69 found |= check("y_uv image bound", y_uv_image_mask);
70 found |= check("y_u_v image bound", y_u_v_image_mask);
71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask);
72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask);
73 found |= check("ayuv image bound", ayuv_image_mask);
74 found |= check("xyuv image bound", xyuv_image_mask)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps.cc 15 bool check(int res, const char *msg) function in namespace:pps
pps.h 28 bool check(int res, const char *msg);
  /xsrc/external/mit/xterm/dist/vttests/
acs.pl 49 my $check = `tput $cap 0 0`;
50 chomp $check;
51 &failed("missing capability: $cap") if ( $check eq "" );
  /xsrc/external/mit/libxcb/dist/tests/
check_suites.h 1 #include <check.h>
Makefile.am 15 check-local: check-TESTS
24 $(MAKE) $(AM_MAKEFLAGS) check;
  /xsrc/external/mit/xterm/dist/
run-tic.in 87 check=`echo "$VER" | sed -e 's/^.*\.//' -e 's/[^0-9].*$//'`
88 [ "$check" -ge "20210626" ] && \
89 [ "$check" -lt "20210828" ] && use_ncurses6
90 [ "$check" -lt "$USE_NCURSES" ] && use_ncurses6
93 # On systems with only ncurses 5, check for development version
109 check=`TERMINFO="$MYTEMP" TERM=fake $INFOCMP_PROG -1 fake 2>/dev/null |grep "$expect"`
110 test "x$check" = "x$expect" || BIG=no
uxterm 41 # Check if there is a workable locale program. If there is not, we will read
47 # Check for -version and -help options, to provide a simple return without
59 # Check environment variables that might be used for encoding:
82 # to determine whether it is, from a shell script). We could check if the
91 eval 'check=$'$name
92 if test -n "$check"
94 expect=`echo "$check" | sed -e 's/[.@].*$//'`
130 # The 'locale' program tries to do a sanity check.
131 check=`sh -c "locale >/dev/null" 2>&1`
132 if test -n "$check" ; the
    [all...]
koi8rxterm 41 # Check if there is a workable locale program. If there is not, we will read
47 # Check for -version and -help options, to provide a simple return without
59 # Check environment variables that xterm does, in the same order:
83 # way to determine whether it is, from a shell script). We could check if the
96 # The 'locale' program tries to do a sanity check.
97 check=`sh -c "locale >/dev/null" 2>&1`
98 if test -n "$check" ; then
  /xsrc/external/mit/MesaLib/dist/src/util/
u_qsort_test.cpp 33 int check = *reinterpret_cast<const int*>(ctx); local
34 EXPECT_EQ(check, CONTEXT_CHECK);
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
splitarcs.cc 124 assert( jarc1->check( ) != 0 );
125 assert( jarc2->check( ) != 0 );
126 assert( jarc1->next->check( ) != 0 );
127 assert( jarc2->next->check( ) != 0 );
182 assert( jarc1->check( ) != 0);
183 assert( jarc2->check( ) != 0);
214 assert( jarc1->check( ) != 0 );
215 assert( jarc2->check( ) != 0 );
216 assert( jarc1->next->check( ) != 0);
217 assert( jarc2->next->check( ) != 0)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_validate.cpp 83 auto check = [&program, &is_valid](bool success, const char* msg, local
116 /* check base format */
139 check(base_format == instr_info.format[(int)instr->opcode],
142 /* check VOP3 modifiers */
144 check(base_format == Format::VOP2 || base_format == Format::VOP1 ||
149 /* check SDWA */
151 check(base_format == Format::VOP2 || base_format == Format::VOP1 ||
155 check(program->chip_class >= GFX8, "SDWA is GFX8+ only", instr.get());
158 check(sdwa.omod == 0 || program->chip_class >= GFX9,
161 check(sdwa.clamp == false || program->chip_class == GFX8
493 check(op_bits < data_bits, "Size must be smaller than source", instr.get()); function
    [all...]
  /xsrc/external/mit/libepoxy/dist/registry/
README.md 7 1. check out the `khronos-registry` branch
10 4. check the result for consistency and commit it
11 5. check out the `master` branch and merge the `khronos-registry` branch
  /xsrc/external/mit/freetype/dist/src/gzip/
inflate.c 15 DICT4, /* four dictionary check bytes to go */
16 DICT3, /* three dictionary check bytes to go */
17 DICT2, /* two dictionary check bytes to go */
18 DICT1, /* one dictionary check byte to go */
21 CHECK4, /* four check bytes to go */
22 CHECK3, /* three check bytes to go */
23 CHECK2, /* two check bytes to go */
24 CHECK1, /* one check byte to go */
25 DONE, /* finished check, done */
39 uLong was; /* computed check value *
41 } check; \/* if CHECK, check values to compare *\/ member in union:internal_state::__anon5429
    [all...]
infutil.c 44 /* update check information */
46 z->adler = s->check = (*s->checkfn)(s->check, q, n);
70 /* update check information */
72 z->adler = s->check = (*s->checkfn)(s->check, q, n);
  /xsrc/external/mit/fontconfig/dist/conf.d/
90-synthetic.conf 9 <!-- check to see if the font is roman -->
13 <!-- check to see if the pattern requested non-roman -->
41 <!-- check to see if the weight in the font is less than medium which possibly need emboldening -->
45 <!-- check to see if the pattern requests bold -->
  /xsrc/external/mit/xlogo/dist/
RenderLogo.c 139 double check; local
155 check = m2 * intersection->y + b2;
156 if (check >= intersection->x)
157 check -= intersection->x;
159 check = intersection->x - check;
160 if (check > (1/(double)(1<<16))) {
161 fprintf(stderr, "intersect: intersection is off by %f\n", check);
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
blend.c 92 test_blend(VGint x, VGint y, VGint width, VGint height, VGboolean check)
100 if (check) {
111 printf("Render and check blending result (for reference only)\n");
114 #define CHECK(msg) \
125 if (check) {
128 CHECK("VG_BLEND_SRC");
135 if (check) {
138 CHECK("VG_BLEND_SRC_OVER");
145 if (check) {
148 CHECK("VG_BLEND_DST_OVER")
    [all...]
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imRmAttr.c 54 int check; local
60 check = _XimCheckIMMode(res, mode);
61 if(check == XIM_CHECK_INVALID)
63 else if(check == XIM_CHECK_ERROR)
81 int check; local
94 check = _XimCheckIMMode(res, mode);
95 if (check == XIM_CHECK_INVALID)
97 else if (check == XIM_CHECK_ERROR)
114 int check; local
120 check = _XimCheckICMode(res, mode)
141 int check; local
445 int check; local
518 int check; local
798 int check; local
828 int check; local
1073 int check; local
1104 int check; local
    [all...]
  /xsrc/external/mit/xman/dist/
search.c 240 * Check first LOOKLINES lines for "nothing appropriate".
366 int check, cmp, len_cmp, global_number; local
376 check = number / 2;
378 head = strrchr(first[global_number + check], '/');
392 return (global_number + check);
395 number = check;
398 global_number += (check + 1);
399 number -= (check + 1);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_queryobj.h 47 radeon->query.queryobj.check = radeon_check_query_active;
  /xsrc/external/mit/MesaLib.old/dist/
SConstruct 94 # Add a check target for running tests
95 check = env.Alias('check')
96 env.AlwaysBuild(check)

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>