Searched refs:second (Results 1 - 25 of 271) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D118-comment-becomes-space.c2 */second
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D118-comment-becomes-space.c2 */second
/xsrc/external/mit/xterm/dist/
H A Dversion.c57 char second[sizeof(vendor_version)]; local in function:xtermVersion
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/libXmu/dist/include/X11/Xmu/
H A DCharSet.h54 _Xconst char *second
/xsrc/external/mit/mkfontscale/dist/
H A Dconstlist.c28 appendConstList(ConstListPtr first, ConstListPtr second) argument
32 if (second == NULL)
36 return second;
41 current->next = second;
H A Dconstlist.h31 ConstListPtr appendConstList(ConstListPtr first, ConstListPtr second);
H A Dlist.h41 ListPtr appendList(ListPtr first, ListPtr second);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfactor.hpp81 block.second[d] *= f;
84 block.second[d] <= limits.second[d] &&
85 grid[d] % block.second[d] == 0) {
91 while (block.second[d] % f == 0) {
92 block.second[d] /= f;
126 return best.second;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfactor.hpp81 block.second[d] *= f;
84 block.second[d] <= limits.second[d] &&
85 grid[d] % block.second[d] == 0) {
91 while (block.second[d] % f == 0) {
92 block.second[d] /= f;
126 return best.second;
/xsrc/external/mit/xmh/dist/
H A Dmlist.c106 int first, second, i; local in function:StringToMsgList
112 first = second = atoi(str);
116 second = atoi(ptr + 1);
118 for (i = first; i <= second; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp209 return static_cast<int>(r->second.index);
250 if (v.second->type() == Value::gpr)
251 result.insert(v.second);
252 else if (v.second->type() == Value::gpr_vector) {
253 auto& array = static_cast<GPRArray&>(*v.second);
281 ssa_index = pos->second;
295 if ( (p != m_registers.end()) && *p->second != *reg) {
321 sfn_log << SfnLog::reg << " -> Found " << *reg->second << "\n";
322 retval = reg->second;
347 sfn_log << SfnLog::reg << "... got " << pos->second << "\
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_spill.cpp93 void add_affinity(uint32_t first, uint32_t second) argument
102 else if (entry == second)
107 affinities.emplace_back(std::vector<uint32_t>({first, second}));
109 affinities[found_first].push_back(second);
113 /* merge second into first */
123 void add_interference(uint32_t first, uint32_t second) argument
125 if (interferences[first].first.type() != interferences[second].first.type())
128 bool inserted = interferences[first].second.insert(second).second;
[all...]
H A Daco_lower_to_hw_instr.cpp1464 if (other == copy_map.end() || copy.bytes + other->second.bytes > 8 ||
1465 copy.op.isConstant() != other->second.op.isConstant())
1473 unsigned new_size = copy.bytes + other->second.bytes;
1476 copy.op.constantValue64() | (other->second.op.constantValue64() << (copy.bytes * 8u));
1484 if (other->second.op.physReg() != copy.op.physReg().advance(copy.bytes))
1506 if (it->second.def.physReg() == scc)
1509 assert(!pi->tmp_in_scc || !(it->second.def.physReg() == pi->scratch_sgpr));
1512 if (it->first == it->second.op.physReg()) {
1518 if (it->second.bytes > 8) {
1519 assert(!it->second
[all...]
H A Daco_insert_waitcnt.cpp218 if (entry.second.logical != logical)
223 if (insert_pair.second) {
226 changed |= insert_pair.first->second.join(entry.second);
256 if (it == ctx.gpr_map.end() || !it->second.wait_on_read)
259 wait.combine(it->second.imm);
275 if (instr->isVMEM() && ((it->second.events & vm_events) == event_vmem) &&
276 it->second.has_vmem_nosampler == !has_sampler &&
277 it->second.has_vmem_sampler == has_sampler)
282 (it->second
[all...]
H A Daco_lower_to_cssa.cpp286 uint32_t index = def_node_it->second.index;
391 const copy& cp = it->second.cp;
393 if (cp.def.regClass().type() != type || it->second.num_uses > 0) {
399 bld.copy(cp.def, it->second.cp.op);
402 if (it->second.read_idx != -1u) {
403 auto&& other = ltg.find(it->second.read_idx);
405 other->second.num_uses--;
413 [&](auto& n) { return n.second.cp.def.regClass().type() == type; });
424 while (it->second.cp.def.regClass().type() != type)
427 copy->definitions[i] = it->second
[all...]
H A Daco_insert_exec_mask.cpp350 if (ctx.info[idx].exec.back().second & mask_type_wqm)
352 if (ctx.info[idx].exec.back().second & mask_type_global) {
366 assert(ctx.info[idx].exec.back().second & mask_type_wqm);
376 if (ctx.info[idx].exec.back().second & mask_type_exact)
381 if ((ctx.info[idx].exec.back().second & mask_type_global) &&
382 !(ctx.info[idx].exec.back().second & mask_type_loop)) {
384 assert(ctx.info[idx].exec.back().second & mask_type_exact);
487 (ctx.info[idx].exec.back().second & (mask_type_wqm | mask_type_exact)) | mask_type_loop;
491 ctx.info[idx].exec.back().second |= mask_type_loop;
501 uint8_t mask_type = ctx.info[idx].exec.back().second
[all...]
H A Daco_register_allocation.cpp212 if (info.second > rc.bytes()) {
213 rc = RegClass::get(rc.type(), info.second);
218 stride = align(stride, info.second);
340 subdword_regs.emplace(i, std::array<uint32_t, 4>{0, 0, 0, 0}).first->second;
440 auto reg = ctx.assignments[size_id.second].reg;
442 assert(inserted.second);
447 const auto& size_id = reg_and_var.second;
449 printf("%%%u ", size_id.second);
450 if (ctx.orig_names.count(size_id.second) &&
451 ctx.orig_names[size_id.second]
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Dresize.pl64 my $second = $_[1];
66 while ( --$second > 0 ) {
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
H A Davail_vis.cpp209 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_scoped_barrier, 1); local in function:TEST_F
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 in function:TEST_F
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_DEVIC
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c722 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
720 vectorize_loads(nir_builder * b,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second,unsigned new_bit_size,unsigned new_num_components,unsigned high_start) argument
811 vectorize_stores(nir_builder * b,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second,unsigned new_bit_size,unsigned new_num_components,unsigned high_start) argument
983 check_for_aliasing(struct vectorize_ctx * ctx,struct entry * first,struct entry * second) argument
1094 try_vectorize(nir_function_impl * impl,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second) argument
1199 struct entry *second = low->index < high->index ? high : low; local in function:vectorize_sorted_entries
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dmemory.cpp90 *resources.begin()->second) :
98 return *resources.find(&q.device())->second;
118 return *resources.find(&q.device())->second;
142 *resources.begin()->second) :
150 return *resources.find(&q.device())->second;
/xsrc/external/mit/brotli/dist/python/tests/
H A D_test_utils.py109 def assertFilesMatch(self, first, second):
111 filecmp.cmp(first, second, shallow=False),
112 'File {} differs from {}'.format(first, second))
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
H A Dtest-render.cpp26 std::string first, second; local in function:name_params
47 second = "unsigned_short";
50 second = "unsigned_byte";
53 second = "float";
56 second = "unsigned_short_565";
60 return first + "_" + second;
/xsrc/external/mit/libXmu/dist/src/
H A DLower.c87 XmuCompareISOLatin1(_Xconst char *first, _Xconst char *second) argument
91 for (ap = (_Xconst unsigned char *)first, bp = (_Xconst unsigned char *)second;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.cpp40 return &it->second;
52 return &it->second;

Completed in 34 milliseconds

1234567891011