HomeSort by: relevance | last modified time | path
    Searched defs:second (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/xterm/dist/
version.c 57 char second[sizeof(vendor_version)]; local
69 sscanf(vendor, "%[0-9.] %[A-Za-z_0-9.]", first, second) == 2) {
70 sprintf(buffer, "%.80s %.80s(%d)", second, first, XTERM_PATCH);
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
avail_vis.cpp 209 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_scoped_barrier, 1); local
211 ASSERT_NE(second, nullptr);
218 EXPECT_EQ(nir_intrinsic_memory_semantics(second), NIR_MEMORY_MAKE_AVAILABLE | NIR_MEMORY_RELEASE);
219 EXPECT_NE(nir_intrinsic_memory_modes(second) & nir_var_mem_ssbo, 0);
220 EXPECT_EQ(nir_intrinsic_memory_scope(second), NIR_SCOPE_DEVICE);
281 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_scoped_barrier, 1); local
283 ASSERT_NE(second, nullptr);
290 EXPECT_EQ(nir_intrinsic_memory_semantics(second), NIR_MEMORY_MAKE_AVAILABLE | NIR_MEMORY_RELEASE);
291 EXPECT_NE(nir_intrinsic_memory_modes(second) & nir_var_mem_ssbo, 0);
292 EXPECT_EQ(nir_intrinsic_memory_scope(second), NIR_SCOPE_DEVICE)
    [all...]
  /xsrc/external/mit/xmh/dist/
mlist.c 106 int first, second, i; local
112 first = second = atoi(str);
116 second = atoi(ptr + 1);
118 for (i = first; i <= second; i++) {
  /xsrc/external/mit/luit/dist/
parser.c 140 parseTwoTokenLine(FILE *f, char *first, char *second)
162 strcpy(second, keyword);
177 char first[MAX_KEYWORD_LENGTH], second[MAX_KEYWORD_LENGTH]; local
186 rc = parseTwoTokenLine(f, first, second);
190 resolved = strmalloc(second);
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
test-render.cpp 26 std::string first, second; local
47 second = "unsigned_short";
50 second = "unsigned_byte";
53 second = "float";
56 second = "unsigned_short_565";
60 return first + "_" + second;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_atomics.cpp 85 const active_atomic_counter_uniform *const second = (active_atomic_counter_uniform *) b; local
87 return int(first->var->data.offset) - int(second->var->data.offset);
gl_nir_link_atomics.c 186 const struct active_atomic_counter_uniform *const second = local
189 return first->var->data.offset - second->var->data.offset;
  /xsrc/external/mit/MesaLib/dist/src/glx/tests/
create_context_unittest.cpp 306 /* Use zeros in the second half of each attribute pair to try and trick the
309 * Use non-zero in the second half of the last attribute pair to try and
406 GLXContext second = local
410 ASSERT_NE((GLXContext) 0, second);
413 struct glx_context *ctx = (struct glx_context *) second;
417 delete (fake_glx_context *)second;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_atomics.cpp 85 const active_atomic_counter_uniform *const second = (active_atomic_counter_uniform *) b; local
87 return int(first->var->data.offset) - int(second->var->data.offset);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
create_context_unittest.cpp 290 /* Use zeros in the second half of each attribute pair to try and trick the
293 * Use non-zero in the second half of the last attribute pair to try and
392 GLXContext second = local
396 ASSERT_NE((GLXContext) 0, second);
399 struct glx_context *ctx = (struct glx_context *) second;
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
bindtex.c 236 GLint second = (first + 1) % 3; local
237 GLint third = (second + 1) % 3;
242 colors[i][second] = c;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
vars_tests.cpp 443 /* Only the second load will remain after the optimization. */
612 /* Fourth store will compose first and second store values. */
649 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
651 ASSERT_TRUE(second->src[1].is_ssa);
652 EXPECT_EQ(first->src[1].ssa, second->src[1].ssa);
686 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
688 ASSERT_TRUE(second->src[1].is_ssa);
690 EXPECT_EQ(second->src[1].ssa, third->src[1].ssa);
726 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
728 ASSERT_TRUE(second->src[1].is_ssa)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xcms/
cmsColNm.c 85 const char *second; member in struct:_XcmsPair
257 * < 0 if first precedes second,
258 * > 0 if first succeeds second.
481 if (_XcmsParseColorString(ccc, pair->second, pColor) == XcmsSuccess) {
486 tmpName = pair->second;
705 pRec->second = pString;
  /xsrc/external/mit/libXt/dist/src/
PassivGrab.c 206 * If the first detail is set to 'exception' and the second detail
251 * enabled which corresponds to the second detail, OR if neither of the
273 * 'encompasses' the second grab entry, then TRUE is returned.
280 DetailRec first, second; local
287 second.exact = pSecondGrab->modifiers;
289 second.pMask = GRABEXT(pSecondGrab)->pModifiersMask;
291 second.pMask = NULL;
292 if (!DetailSupersedesSecond(&first, &second, (unsigned short) AnyModifier))
300 second.exact = pSecondGrab->keybut;
302 second.pMask = GRABEXT(pSecondGrab)->pKeyButMask
    [all...]
TMstate.c 1357 XtTranslations second)
1380 xlations->composers[1] = second;
1589 XtTranslations first, second, xlations; local
1605 second = ((TMConvertRec *) from->addr)->new;
1608 (TMShortCard) (first->numStateTrees + second->numStateTrees);
1615 for (i = 0; i < second->numStateTrees; i++)
1616 stateTrees[i + first->numStateTrees] = second->stateTreeTbl[i];
1618 xlations = _XtCreateXlations(stateTrees, numStateTrees, first, second);
1636 MergeThem(Widget dest, XtTranslations first, XtTranslations second)
1655 convert_rec.new = second;
1692 XtTranslations first, second, result; local
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/modules/
lisp.lsp 37 second third fourth fifth sixth seventh eighth ninth tenth
44 (defun second (a) (nth 1 a)) function
138 (defsetf second (list) (value) `(progn (rplaca (nthcdr 1 ,list) ,value) ,value)) function
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_range_analysis.c 1115 const struct ssa_result_range second = local
1120 r.is_integral = first.is_integral && second.is_integral &&
1137 fmul_range = fmul_table[first.range][second.range];
1146 const struct ssa_result_range second = local
1151 r.is_integral = first.is_integral && second.is_integral &&
1157 /* Decompose the flrp to first + third * (second + -first) */
1159 fadd_table[second.range][fneg_table[first.range]];
nir_opt_load_store_vectorize.c 722 struct entry *first, struct entry *second,
807 nir_instr_remove(second->instr);
813 struct entry *first, struct entry *second,
820 b->cursor = nir_before_instr(second->instr);
847 if (set_low && (!set_high || low == second)) {
851 assert(!set_low || high == second);
861 nir_intrinsic_set_write_mask(second->intrin, write_mask);
862 second->intrin->num_components = data->num_components;
864 const struct intrinsic_info *info = second->info;
866 nir_instr_rewrite_src(second->instr, &second->intrin->src[info->value_src]
1199 struct entry *second = low->index < high->index ? high : low; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
load_store_vectorizer_tests.cpp 1837 nir_ssa_def *second = nir_imul_imm(b, index_base, 0x200000000); local
1839 create_indirect_load(nir_var_mem_ssbo, 0, second, 0x2);
vars_tests.cpp 607 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_copy_deref, 1); local
610 ASSERT_EQ(nir_intrinsic_src_access(second), (gl_access_qualifier)0);
611 ASSERT_EQ(nir_intrinsic_dst_access(second), ACCESS_VOLATILE);
634 /* Only the second load will remain after the optimization. */
1210 /* Fourth store will compose first and second store values. */
1247 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
1249 ASSERT_TRUE(second->src[1].is_ssa);
1250 EXPECT_EQ(first->src[1].ssa, second->src[1].ssa);
1284 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
1286 ASSERT_TRUE(second->src[1].is_ssa)
1324 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
1803 nir_intrinsic_instr *second = get_intrinsic(nir_intrinsic_store_deref, 1); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
rnn.c 1097 char *second = 0; local
1099 second = strndup(split+1, end-split-1);
1104 if (second) {
1105 idx2 = findvidx(db, varset, second);
1113 free(second);
  /xsrc/external/mit/fontconfig/dist/src/
fcstr.c 1433 FcChar8 *second = str + strlen((char *) str) + 1; local
1435 if (*second == '\0')
1437 return second;
1443 FcChar8 *second = str + strlen ((char *) str) + 1; local
1444 FcChar8 *third = second + strlen ((char *) second) + 1;
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 1506 const drmModeAtomicReqItem *second = other; local
1508 if (first->object_id != second->object_id)
1509 return first->object_id - second->object_id;
1510 else if (first->property_id != second->property_id)
1511 return first->property_id - second->property_id;
1513 return first->cursor - second->cursor;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi.c 2635 nir_intrinsic_instr *second = local
2646 nir_io_semantics semantics = nir_intrinsic_io_semantics(second);
2649 nir_intrinsic_set_io_semantics(second, semantics);
2651 nir_intrinsic_set_base(second, nir_intrinsic_base(second) + 1);
2657 second->num_components -= 2;
2660 second->dest.ssa.num_components -= 2;
2664 nir_builder_instr_insert(b, &second->instr);
2671 nir_channel(b, &second->dest.ssa, 0),
2672 second->num_components > 1 ? nir_channel(b, &second->dest.ssa, 1) : NULL
2748 nir_load_const_instr *second = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_rgp.c 129 int32_t second; member in struct:sqtt_file_header
158 header->second = timep->tm_sec;

Completed in 36 milliseconds

1 2