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

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_jit.c 48 LLVMContextRef lc = gallivm->context; local
56 elem_types[LP_JIT_VIEWPORT_MAX_DEPTH] = LLVMFloatTypeInContext(lc);
58 viewport_type = LLVMStructTypeInContext(lc, elem_types,
79 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
80 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
84 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
86 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_SAMPLER_LOD_BIAS] = LLVMFloatTypeInContext(lc);
127 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
129 sampler_type = LLVMStructTypeInContext(lc, elem_types
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_jit.c 48 LLVMContextRef lc = gallivm->context; local
59 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
60 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0);
64 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
66 texture_type = LLVMStructTypeInContext(lc, elem_types,
110 LLVMContextRef lc = gallivm->context; local
116 elem_types[LP_JIT_SAMPLER_MAX_ANISO] = LLVMFloatTypeInContext(lc);
118 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
120 sampler_type = LLVMStructTypeInContext(lc, elem_types,
146 LLVMContextRef lc = gallivm->context local
191 LLVMContextRef lc = gallivm->context; local
420 LLVMContextRef lc = gallivm->context; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_phi_precision.c 269 can_convert_load_const(nir_load_const_instr *lc, nir_op op)
274 assert(lc->def.bit_size == 32);
276 for (unsigned i = 0; i < lc->def.num_components; i++) {
279 if (lc->value[i].i32 != (int32_t)(int16_t)lc->value[i].i32)
283 if (lc->value[i].u32 != (uint32_t)(uint16_t)lc->value[i].u32)
287 if (lc->value[i].f32 != _mesa_half_to_float(
288 _mesa_float_to_half(lc->value[i].f32)))
401 nir_load_const_instr *lc = nir_instr_as_load_const(instr) local
    [all...]
nir_serialize.c 1254 write_load_const(write_ctx *ctx, const nir_load_const_instr *lc)
1256 assert(lc->def.num_components >= 1 && lc->def.num_components <= 16);
1260 header.load_const.instr_type = lc->instr.type;
1261 header.load_const.last_component = lc->def.num_components - 1;
1262 header.load_const.bit_size = encode_bit_size_3bits(lc->def.bit_size);
1266 if (lc->def.num_components == 1) {
1267 switch (lc->def.bit_size) {
1269 if ((lc->value[0].u64 & 0x1fffffffffffull) == 0) {
1272 header.load_const.packed_value = lc->value[0].u64 >> 45
1340 nir_load_const_instr *lc = local
    [all...]
nir_opt_dce.c 84 nir_load_const_instr *lc = nir_instr_as_load_const(instr); local
85 return BITSET_TEST(defs_live, lc->def.index);
nir_clone.c 373 clone_load_const(clone_state *state, const nir_load_const_instr *lc)
376 nir_load_const_instr_create(state->ns, lc->def.num_components,
377 lc->def.bit_size);
379 memcpy(&nlc->value, &lc->value, sizeof(*nlc->value) * lc->def.num_components);
381 add_remap(state, &nlc->def, &lc->def);
  /xsrc/external/mit/xdm/dist/greeter/
verify.c 105 login_cap_t *lc; local
127 if ((lc = login_getclass(p->pw_class)) == NULL) {
132 if ((style = login_getstyle(lc, style, "xdm")) == NULL) {
139 login_close(lc);
145 login_close(lc);
158 lc->lc_class, (void *)NULL);
165 login_close(lc);
169 if (!auth_approval(as, lc, greet->name, "auth-xdm")) {
173 login_close(lc);
177 login_close(lc);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_subroutine.cpp 91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); local
115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call);
117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_subroutine.cpp 91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); local
115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call);
117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch);
  /xsrc/external/mit/xterm/dist/vttests/
bold-italics.pl 41 our $encoding = lc( langinfo( CODESET() ) );
print-vt-chars.pl 116 my $lower = lc $charset{WHO};
122 my $lower = lc $mixed;
150 my $lower = lc $mixed;
nrcs.pl 90 my $alias = lc $short_name;
xtra-scroll.pl 48 our $encoding = lc( langinfo( CODESET() ) );
titlestack.pl 49 our $encoding = lc( langinfo( CODESET() ) );
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 309 LLVMContextRef lc = bld->gallivm->context; local
320 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), "");
346 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length);
366 LLVMTypeRef int_vec_type = LLVMVectorType(LLVMIntTypeInContext(lc, type.width), type.length);
376 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
380 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
384 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32);
390 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
394 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
397 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 306 LLVMContextRef lc = bld->gallivm->context; local
317 mask = LLVMBuildTrunc(builder, mask, LLVMInt1TypeInContext(lc), "");
345 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length);
370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4);
374 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
378 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32);
384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2);
388 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
391 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16);
  /xsrc/external/mit/libXaw/dist/src/
DisplayList.c 231 XawDLClass *lc, *xlibc; local
293 lc = cname[0] ? XawGetDisplayListClass(cname) : xlibc;
294 if (!lc)
307 lc = xlibc;
312 if ((info = _XawFindDLInfo(lc, fname)) == NULL)
378 /* verify if data is already created for lc */
381 if (dlist->data[i]->dlclass == lc)
390 data->dlclass = lc;
391 if (lc->data_init)
392 data->data = lc->data_init(lc->name, screen, colormap, depth)
1572 XawDLClass *lc; local
2207 XawDLClass *lc; local
2250 XawDLClass **lc; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_lower_64bit.cpp 100 nir_ssa_def *split_load_const(nir_load_const_instr *lc);
162 auto lc = nir_instr_as_load_const(instr); local
163 if (lc->def.bit_size != 64)
165 return lc->def.num_components >= 3;
523 LowerSplit64BitVar::split_load_const(nir_load_const_instr *lc)
526 for (unsigned i = 0; i < lc->def.num_components; ++i)
527 ir[i] = nir_imm_double(b, lc->value[i].f64);
529 return nir_vec(b, ir, lc->def.num_components);
589 auto lc = nir_instr_as_load_const(instr); local
590 return split_load_const(lc);
657 auto lc = nir_instr_as_load_const(instr); local
723 auto lc = nir_instr_as_load_const(instr); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/scripts/
get_reviewer.pl 1009 $role = lc($role);
1067 if (!$hash_list_to{lc($list_address)}) {
1068 $hash_list_to{lc($list_address)} = 1;
1075 if (!$hash_list_to{lc($list_address)}) {
1076 $hash_list_to{lc($list_address)} = 1;
1136 return 1 if (($name ne "") && exists($email_hash_name{lc($name)}));
1137 return 1 if (($address ne "") && exists($email_hash_address{lc($address)}));
1155 $email_hash_name{lc($name)}++ if ($name ne "");
1156 $email_hash_address{lc($address)}++;
1594 $nr = lc($nr)
    [all...]
  /xsrc/external/mit/libxcb/dist/tools/
api_conv.pl 85 s/($word)_?(?=[0-9A-Z]|$)/"_" . ($abbr{$1} or lc($1))/eg;
  /xsrc/external/mit/libX11/dist/nls/
compose-check.pl 104 $k = 'U' . lc($1);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_serialize.c 551 write_load_const(write_ctx *ctx, const nir_load_const_instr *lc)
553 uint32_t val = lc->def.num_components;
554 val |= lc->def.bit_size << 3;
556 blob_write_bytes(ctx->blob, lc->value, sizeof(*lc->value) * lc->def.num_components);
557 write_add_object(ctx, &lc->def);
565 nir_load_const_instr *lc = local
568 blob_copy_bytes(ctx->blob, lc->value, sizeof(*lc->value) * lc->def.num_components)
    [all...]
nir_clone.c 354 clone_load_const(clone_state *state, const nir_load_const_instr *lc)
357 nir_load_const_instr_create(state->ns, lc->def.num_components,
358 lc->def.bit_size);
360 memcpy(&nlc->value, &lc->value, sizeof(*nlc->value) * lc->def.num_components);
362 add_remap(state, &nlc->def, &lc->def);
  /xsrc/external/mit/xorg-cf-files/dist/
gnuLib.rules 32 #define BaseShLibReqs -lc
  /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaXvMC.c 133 int retFtx, lc; local
150 lc, retFtx);
151 *hadLastLock = (ctx->drmcontext == lc);

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 910