HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1576 - 1600 of 2856) sorted by null

<<61626364656667686970>>

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 92 struct nv50_ir_prog_info& info; member in class:__anon23142::Converter
670 for (i = 0; i < info.numSysVals; ++i)
671 if (info.sv[i].sn == sn &&
672 info.sv[i].si == si)
674 info.numSysVals = i + 1;
675 info.sv[i].sn = sn;
676 info.sv[i].si = si;
677 info.sv[i].mask = mask;
678 info.sv[i].input = input ? 1 : 0;
687 info.numInputs = 0
    [all...]
nv50_ir_from_tgsi.cpp 102 uint32_t getValueU32(int c, const struct nv50_ir_prog_info *info) const
107 return info->immd.data[reg.Index * 4 + getSwizzle(c)];
592 struct nv50_ir_prog_info *info; member in class:tgsi::Source
616 Source::Source(struct nv50_ir_prog_info *prog) : info(prog)
618 tokens = (const struct tgsi_token *)info->bin.source;
633 if (info->immd.data)
634 FREE(info->immd.data);
635 if (info->immd.type)
636 FREE(info->immd.type);
659 info->immd.bufSize = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 375 const struct rc_opcode_info *info = rc_get_opcode_info(vpi->Opcode); local
381 if (info->HasDstReg) {
511 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name);
525 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY &&
529 for (unsigned i = 0; i < info->NumSrcRegs; i++)
radeon_compiler_util.c 127 static unsigned int srcs_need_rewrite(const struct rc_opcode_info * info)
129 if (info->HasTexture) {
132 switch (info->Opcode) {
193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); local
198 if (!srcs_need_rewrite(info)) {
202 for (i = 0; i < info->NumSrcRegs; i++) {
227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); local
231 if (info->HasTexture) {
242 if (!srcs_need_rewrite(info)) {
422 const struct rc_opcode_info * info local
560 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); local
616 const struct rc_opcode_info * info; local
    [all...]
radeon_optimize.c 471 const struct rc_opcode_info * info = local
474 for (src_index = 0; src_index < info->NumSrcRegs; src_index++) {
516 const struct rc_opcode_info * info = rc_get_opcode_info(inst->U.I.Opcode); local
550 for(i = 0; i < info->NumSrcRegs; i++) {
793 const struct rc_opcode_info * info = rc_get_opcode_info( local
795 if (info->HasTexture) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 59 struct tgsi_shader_info* info = &vs->info; local
63 info->output_semantic_name[index],
64 info->output_semantic_index[index]);
310 * too. The funky part is that this info has been pretty much obtained by trial
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 321 struct rbug_proto_context_info *info = (struct rbug_proto_context_info *)header; local
330 rb_context = rbug_get_context_locked(rb_screen, info->context);
550 struct rbug_proto_shader_info *info = (struct rbug_proto_shader_info *)header; local
559 rb_context = rbug_get_context_locked(rb_screen, info->context);
568 tr_shdr = rbug_get_shader_locked(rb_context, info->shader);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 58 struct tgsi_shader_info info; member in struct:svga_shader_emitter
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 179 struct filter_info *info)
193 switch (info->tiling_mode) {
220 views[0] = info->src->sampler_view;
221 views[1] = info->extra_texture_view;
223 shader = info->setup_shader(ctx, info->user_data);
226 info->dst->sampler_view->texture, VG_TRUE,
228 samplers, views, (info->extra_texture_view) ? 2 : 1,
229 shader->driver, info->const_buffer, info->const_buffer_len))
244 struct filter_info info; local
296 struct filter_info info; local
489 struct filter_info info; local
591 struct filter_info info; local
646 struct filter_info info; local
    [all...]
  /external/openssl/crypto/
mem_dbg.c 145 /* For application-defined information (static C-string `info')
156 const char *info; member in struct:app_mem_info_st
379 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
397 int CRYPTO_push_info_(const char *info, const char *file, int line)
424 ami->info=info;
433 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
721 " thread=%lu, file=%s, line=%d, info=\"",
725 info_len=strlen(amip->info);
728 memcpy(buf + buf_len, amip->info, 128 - buf_len - 3)
    [all...]
  /external/openssl/crypto/x509v3/
v3_utl.c 479 AUTHORITY_INFO_ACCESS *info; local
483 info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL);
484 if (!info)
486 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++)
488 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i);
498 AUTHORITY_INFO_ACCESS_free(info);
  /external/pixman/demos/
scale.c 322 const named_int_t *info = &(table[i]); local
326 gtk_list_store_set (model, &iter, 0, info->name, -1);
  /external/pixman/pixman/
pixman-glyph.c 413 pixman_composite_info_t info; local
432 info.op = op;
433 info.src_image = src;
434 info.dest_image = dest;
435 info.src_flags = src->common.flags;
436 info.dest_flags = dest->common.flags;
455 info.mask_image = glyph_img;
475 info.src_x = src_x + composite_box.x1 - dest_x;
476 info.src_y = src_y + composite_box.y1 - dest_y;
477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x)
511 pixman_composite_info_t info; local
    [all...]
pixman.c 588 pixman_composite_info_t info; local
598 info.src_flags = src->common.flags;
603 info.mask_flags = mask->common.flags;
608 info.mask_flags = FAST_PATH_IS_OPAQUE;
612 info.dest_flags = dest->common.flags;
618 (info.src_flags & info.mask_flags & FAST_PATH_ID_TRANSFORM) &&
643 if (!analyze_extent (src, &extents, &info.src_flags))
651 if (!analyze_extent (mask, &extents, &info.mask_flags))
664 if ((info.src_flags & NEAREST_OPAQUE) == NEAREST_OPAQUE |
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 106 pixman_composite_info_t *info)
110 pixman_image_set_filter (info->src_image, filter, NULL, 0);
111 pixman_image_set_transform(info->src_image, &m);
113 pixman_image_composite (info->op,
114 info->src_image, info->mask_image, info->dest_image,
115 info->src_x, info->src_y,
116 info->mask_x, info->mask_y
150 pixman_composite_info_t info; local
    [all...]
  /external/ppp/pppd/
utils.c 798 * info - log an informational message.
801 info __V((char *fmt, ...)) function
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 33 import proguard.optimize.info.*;
552 MethodOptimizationInfo info = local
554 if (info != null)
556 info.merge(MethodOptimizationInfo.getMethodOptimizationInfo(programMethod));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 44 /* Constants to help us get at the SCSI table-of-contents info */
52 /* Constants to help us get at the SCSI position info */
86 device_geometry info; local
97 if ( ioctl(cdfd, B_GET_GEOMETRY, &info) == B_NO_ERROR ) {
98 if ( info.device_type == B_CD ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 109 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
113 XF86DGACheckExtension (dpy, info, False);
117 req->reqType = info->codes->major_opcode;
142 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
145 XF86DGACheckExtension (dpy, info, False);
149 req->reqType = info->codes->major_opcode;
165 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
169 XF86DGACheckExtension (dpy, info, False);
173 req->reqType = info->codes->major_opcode;
197 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy) local
221 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
250 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
272 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
294 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
321 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 50 const SDL_VideoInfo *info = SDL_GetVideoInfo(); local
52 if (info == NULL)
56 print_tf_state(" hardware surface available", info->hw_available);
57 print_tf_state(" window manager available", info->wm_available);
58 print_tf_state(" accelerated hardware->hardware blits", info->blit_hw);
59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
60 print_tf_state(" accelerated hardware->hardware alpha blits", info->blit_hw_A);
61 print_tf_state(" accelerated software->hardware blits", info->blit_sw);
62 print_tf_state(" accelerated software->hardware colorkey blits", info->blit_sw_CC);
63 print_tf_state(" accelerated software->hardware alpha blits", info->blit_sw_A)
    [all...]
  /external/qemu/
shaper.c 337 _packet_SYN_flags( const void* _data, size_t size, Session info )
368 info->protocol = data[9];
369 info->src_ip = (data[12] << 24) | (data[13] << 16) | (data[14] << 8) | data[15];
370 info->dst_ip = (data[16] << 24) | (data[17] << 16) | (data[18] << 8) | data[19];
376 info->src_port = (unsigned short)((data[0] << 8) | data[1]);
377 info->dst_port = (unsigned short)((data[2] << 8) | data[3]);
398 netdelay_lookup_session( NetDelay delay, Session info )
408 if (node->src_ip == info->src_ip &&
409 node->dst_ip == info->dst_ip &&
410 node->src_port == info->src_port &
511 SessionRec info[1]; local
    [all...]
  /external/qemu/target-i386/
kvm.c 449 struct kvm_msrs info; member in struct:__anon25606
468 msr_data.info.nmsrs = n;
581 struct kvm_msrs info; member in struct:__anon25607
601 msr_data.info.nmsrs = n;
  /external/regex-re2/re2/
prefilter.cc 199 class Prefilter::Info {
201 Info();
202 ~Info();
204 // More constructors. They delete their Info* arguments.
205 static Info* Alt(Info* a, Info* b);
206 static Info* Concat(Info* a, Info* b)
407 Info* info = new Info(); local
415 Info* info = new Info(); local
423 Prefilter::Info* info = new Prefilter::Info(); local
430 Prefilter::Info* info = new Prefilter::Info(); local
440 Prefilter::Info *info = new Prefilter::Info(); local
447 Prefilter::Info* info = new Prefilter::Info(); local
513 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); local
534 Prefilter::Info *info; local
655 Prefilter::Info *info = BuildInfo(simple); local
    [all...]
  /external/skia/src/animator/
SkAnimatorScript.cpp 221 bool SkAnimatorScript::EvalMemberCommon(SkScriptEngine* engine, const SkMemberInfo* info,
224 SkDisplayTypes type = original = (SkDisplayTypes) info->getType();
225 if (info->fType == SkType_Array)
234 SkASSERT(info->getCount() == 1);
235 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction)
236 value->fOperand.fS32 = *(int32_t*) info->memberData(displayable); // OK for SkScalar too
244 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) {
245 info->getString(displayable, &displayableString)
283 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
300 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
    [all...]
SkAnimatorScript2.cpp 207 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
208 if (info == NULL)
209 return false; // !!! add additional error info?
210 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
211 ref->fOperand.fObject = (void*) info;
216 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
218 if (info->fType == SkType_MemberProperty) {
219 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
223 return fEngine->evalMemberCommon(info, displayable, value);
237 const SkMemberInfo* info = displayable->getMember(name.c_str()) local
253 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
    [all...]

Completed in 976 milliseconds

<<61626364656667686970>>