/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_aapoint.c | 70 * Subclass of pipe_shader_state to carry extra fragment shader info. 699 /* update vertex attrib info */ 711 const struct tgsi_shader_info *info = draw_get_shader_info(draw); local 714 for (i = 0; i < info->num_outputs; i++) { 715 if (info->output_semantic_name[i] == TGSI_SEMANTIC_PSIZE) {
|
draw_vs.h | 111 struct tgsi_shader_info info; member in struct:draw_vertex_shader
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_dump.c | 487 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( inst->Instruction.Opcode ); local 494 ctx->indent -= info->pre_dedent; 497 ctx->indent += info->post_indent; 523 TXT( info->mnemonic );
|
tgsi_sanity.c | 314 const struct tgsi_opcode_info *info; local 324 info = tgsi_get_opcode_info( inst->Instruction.Opcode ); 325 if (info == NULL) { 330 if (info->num_dst != inst->Instruction.NumDstRegs) { 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst ); 333 if (info->num_src != inst->Instruction.NumSrcRegs) { 334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_pstipple.c | 179 struct tgsi_shader_info info; member in struct:pstip_transform_context 424 /* Setup shader transformation info/context. 436 tgsi_scan_shader(fs->tokens, &transform.info); 439 for (i = 0; i < transform.info.num_properties; i++) { 440 if (transform.info.properties[i].name == TGSI_PROPERTY_FS_COORD_ORIGIN) 441 transform.coordOrigin = transform.info.properties[i].data[0];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 61 struct lp_line_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 77 struct lp_line_info *info, 82 float a1 = info->v1[vert_attr][i]; 83 float a2 = info->v2[vert_attr][i]; 86 float dadx = da21 * info->dx * info->oneoverarea; 87 float dady = da21 * info->dy * info->oneoverarea 284 struct lp_line_info info; local [all...] |
lp_setup_point.c | 61 struct point_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 74 const struct point_info *info, 85 float w0 = info->v0[0][3]; 89 info->a0[slot][i] = info->v0[slot][i]*w0; 90 info->dadx[slot][i] = 0.0f; 91 info->dady[slot][i] = 0.0f 326 struct point_info info; local [all...] |
lp_state_fs.h | 113 struct lp_tgsi_info info; member in struct:lp_fragment_shader 125 /** Fragment shader input interpolation info */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_program.c | 104 nvc0_vp_assign_input_slots(struct nv50_ir_prog_info *info) 108 for (n = 0, i = 0; i < info->numInputs; ++i) { 109 switch (info->in[i].sn) { 112 info->in[i].mask = 0x1; 113 info->in[i].slot[0] = 114 nvc0_shader_input_address(info->in[i].sn, 0, 0) / 4; 120 info->in[i].slot[c] = (0x80 + n * 0x10 + c * 0x4) / 4; 128 nvc0_sp_assign_input_slots(struct nv50_ir_prog_info *info) 130 unsigned ubase = MAX2(0x80, 0x20 + info->numPatchConstants * 0x10); 134 for (i = 0; i < info->numInputs; ++i) 547 struct nv50_ir_prog_info *info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/ |
rc_test_helpers.c | 344 const struct rc_opcode_info * info = rc_get_opcode_info(i); local 347 if (strncmp(tokens.Opcode.String, info->Name, tokens.Opcode.Length)) { 350 inst->U.I.Opcode = info->Opcode; 351 if (info->HasDstReg) { 363 for (j = 0; j < info->NumSrcRegs; j++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_state.h | 73 struct tgsi_shader_info info; member in struct:sp_fragment_shader_variant 160 const struct pipe_draw_info *info);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 599 XExtDisplayInfo *info = __glXFindDisplay(dpy); local 605 if (!XextHasExtension(info)) 611 found = XFindOnExtensionList(privList, info->codes->extension); 616 if (!QueryVersion(dpy, info->codes->major_opcode, &major, &minor)) 635 dpyPriv->majorOpcode = info->codes->major_opcode; 649 private->number = info->codes->extension;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
tri-instanced.c | 124 /* per-instance info */ 203 struct pipe_draw_info info; local 207 util_draw_init_info(&info); 208 info.indexed = (draw_elements != 0); 209 info.mode = PIPE_PRIM_TRIANGLES; 210 info.start = 0; 211 info.count = 3; 213 info.instance_count = NUM_INST; 215 ctx->draw_vbo(ctx, &info);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ralloc.c | 73 static void unlink_block(ralloc_header *info); 74 static void unsafe_free(ralloc_header *info); 79 ralloc_header *info = (ralloc_header *) (((char *) ptr) - local 81 assert(info->canary == CANARY); 82 return info; 85 #define PTR_FROM_HEADER(info) (((char *) info) + sizeof(ralloc_header)) 88 add_child(ralloc_header *parent, ralloc_header *info) 91 info->parent = parent; 92 info->next = parent->child 111 ralloc_header *info = (ralloc_header *) block; local 134 ralloc_header *child, *old, *info; local 201 ralloc_header *info; local 251 ralloc_header *info, *parent; local 267 ralloc_header *info; local 297 ralloc_header *info = get_header(ptr); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 144 struct nouveau_attr_info *info = &TAG(vertex_attrs)[attr]; local 147 render->map[info->vbo_index] = attr; 150 info->vbo_index + 1); 153 render->vertex_size += 4 * info->imm_fields;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_screen.c | 145 struct drm_radeon_info info = { 0 }; local 148 info.value = (uint64_t)(uintptr_t)value; 151 info.request = RADEON_INFO_DEVICE_ID; 154 info.request = RADEON_INFO_NUM_GB_PIPES; 157 info.request = RADEON_INFO_NUM_Z_PIPES; 160 info.request = RADEON_INFO_TILE_CONFIG; 165 ret = drmCommandWriteRead(sPriv->fd, DRM_RADEON_INFO, &info, sizeof(info));
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
formats.c | 76 * Info about each format. 1539 const struct gl_format_info *info = &format_info[format]; local 1549 const struct gl_format_info *info = _mesa_get_format_info(format); local 1565 const struct gl_format_info *info = _mesa_get_format_info(format); local 1581 const struct gl_format_info *info = _mesa_get_format_info(format); local 1630 const struct gl_format_info *info = _mesa_get_format_info(format); local 1655 const struct gl_format_info *info = _mesa_get_format_info(format); local 1668 const struct gl_format_info *info = _mesa_get_format_info(format); local 1683 const struct gl_format_info *info = _mesa_get_format_info(format); local 1693 const struct gl_format_info *info = _mesa_get_format_info(format); local 1704 const struct gl_format_info *info = _mesa_get_format_info(format); local 1716 const struct gl_format_info *info = _mesa_get_format_info(format); local 1730 const struct gl_format_info *info = _mesa_get_format_info(format); local 1856 const struct gl_format_info *info = _mesa_get_format_info(format); local 1876 const struct gl_format_info *info = _mesa_get_format_info(format); local 1902 const struct gl_format_info *info = _mesa_get_format_info(format); local 1927 const struct gl_format_info *info = _mesa_get_format_info(format); local 1976 const struct gl_format_info *info = _mesa_get_format_info(i); local [all...] |
/external/chromium_org/third_party/ply/ |
lex.py | 90 info = critical variable in class:PlyLogger [all...] |
/external/chromium_org/third_party/python_gflags/ |
gflags2man.py | 86 def info(self, msg): print msg member in class:Logging 183 self.date = time.localtime(time.time()) # default date info 199 logging.info('Running: %s %s </dev/null 2>&1' 305 logging.error('Flag info, but no current flag "%s"' % line) 319 logging.info('Extra: %s' % line) 360 logging.info('Extra: %s' % line) 407 logging.info('Extra: %s' % line) 443 self.info = proginfo 472 logging.info('Writing to stdout') 475 self.file_path = '%s.1' % os.path.join(self.dirname, self.info.name [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_CG.cpp | 27 static void malloc_release_proc(void* info, const void* data, size_t size) { 28 sk_free(info); 100 CGImageAlphaInfo info = CGImageGetAlphaInfo(image); local 101 switch (info) { 148 static size_t consumer_put(void* info, const void* buffer, size_t count) { 149 SkWStream* stream = reinterpret_cast<SkWStream*>(info); 153 static void consumer_release(void* info) { 154 // we do nothing, since by design we don't "own" the stream (i.e. info)
|
/external/chromium_org/third_party/smhasher/src/ |
main.cpp | 104 HashInfo * info = & g_hashes[i]; local 106 pass &= VerificationTest(info->hash,info->hashbits,info->verification,false); 115 HashInfo * info = & g_hashes[i]; local 117 printf("%16s - ",info->name); 118 pass &= VerificationTest(info->hash,info->hashbits,info->verification,true); 128 void test ( hashfunc<hashtype> hash, HashInfo * info ) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test3.c | 525 Tcl_CmdInfo info; local 536 if( 1!=Tcl_GetCommandInfo(interp, argv[1], &info) ){ 544 db = *((sqlite3 **)info.objClientData);
|
test_mutex.c | 363 Tcl_CmdInfo info; local 365 if( Tcl_GetCommandInfo(pInterp, zCmd, &info) ){ 366 db = *((sqlite3 **)info.objClientData);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 34 // a pointer that contains info about that page. We use two 254 MEMORY_BASIC_INFORMATION info = {0}; local 255 size_t result = VirtualQuery(start, &info, sizeof(info)); 257 ASSERT(0 == (info.State & MEM_COMMIT)); // It starts with uncommitted. 258 ASSERT(info.RegionSize >= length); // Entire length is uncommitted. 265 result = VirtualQuery(start, &info, sizeof(info)); 267 ASSERT(0 != (info.State & MEM_COMMIT)); // Now it is committed. 268 ASSERT(info.RegionSize >= length); // Entire length is committed [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.cc | 294 MEMORY_BASIC_INFORMATION info; local 296 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 297 assert(resultSize == sizeof(info)); 298 size_t decommitSize = std::min<size_t>(info.RegionSize, end - ptr); 316 MEMORY_BASIC_INFORMATION info; local 318 size_t resultSize = VirtualQuery(ptr, &info, sizeof(info)); 319 assert(resultSize == sizeof(info)); 321 size_t commitSize = std::min<size_t>(info.RegionSize, end - ptr) [all...] |