Searched defs:lvl (Results 26 - 50 of 51) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c129 radeon_mipmap_level *lvl = &mt->levels[level]; local
132 height = _mesa_next_pow_two_32(lvl->height);
134 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
135 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
137 assert(lvl->size > 0);
139 lvl->faces[face].offset = *curOffset;
140 *curOffset += lvl
293 radeon_mipmap_level *lvl; local
[all...]
H A Dradeon_texture.c184 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level]; local
187 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
189 *stride = lvl->rowstride;
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c315 unsigned lvl = psurf[i]->u.tex.level; local
316 struct fd_resource_slice *slice = fd_resource_slice(rsc, lvl);
346 unsigned lvl = psurf[i]->u.tex.level; local
347 uint32_t offset = fd_resource_offset(rsc, lvl, psurf[i]->u.tex.first_layer);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c308 unsigned lvl = bufs[i]->u.tex.level; local
309 struct fd_resource_slice *slice = fd_resource_slice(rsc, lvl);
310 unsigned offset = fd_resource_offset(rsc, lvl, bufs[i]->u.tex.first_layer);
/external/nos/host/android/manual_tests/
H A Dtest_citadel.c156 static void debug(int lvl, const char *format, ...) argument
160 if (lvl > option.verbose)
168 static void debug_buf(int lvl, uint8_t *buf, int bufsize) argument
172 if (lvl > option.verbose)
202 static void debug_retval(int lvl, uint32_t retval, uint32_t replycount) argument
204 if (lvl > option.verbose)
/external/toybox/toys/pending/
H A Dsyslogd.c103 char *fac = tk, *lvl; local
111 lvl = tk + 1;
130 if (*lvl == *tk) {
132 lvl++;
136 if (*lvl) {
137 if ((i = logger_lookup(1, lvl)) == -1) return -1;
323 int olen = len, fac, lvl; local
343 lvl = LOG_PRI(pri);
357 if (lvl >= TT.log_prio) return;
361 if (!((tf->facility[lvl]
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_tree.c116 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...) argument
121 cil_vlog(lvl, msg, ap);
132 cil_log(lvl, " at %s:%d", path, node->line);
138 cil_log(lvl," from %s:%d", path, hll_line);
145 cil_log(lvl,"\n");
H A Dcil_write_ast.c268 static int cil_unfill_level(struct cil_level *lvl, char **out_str) { argument
272 sens = lvl->sens_str;
274 if (lvl->cats != NULL) {
275 rc = cil_unfill_cats(lvl->cats, &cats);
553 char *lvl = NULL; local
557 lvl = strdup(usrlvl->level_str);
558 if (lvl == NULL) {
564 rc = cil_unfill_level(usrlvl->level, &lvl);
568 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_USERLEVEL, usr, lvl);
571 free(lvl);
[all...]
H A Dcil.c1334 static int __cil_level_strlen(struct cil_level *lvl) argument
1337 struct cil_cats *cats = lvl->cats;
1344 str_len += strlen(lvl->sens->datum.fqn);
1386 static int __cil_level_to_string(struct cil_level *lvl, char *out) argument
1389 struct cil_cats *cats = lvl->cats;
1397 buf_pos = sprintf(str_tmp, "%s", lvl->sens->datum.fqn);
H A Dcil_resolve_ast.c3756 enum cil_log_level lvl = CIL_ERR; local
3759 lvl = CIL_WARN;
3763 cil_tree_log(opt_node, lvl, "Disabling optional '%s'", opt->datum.name);
3769 cil_tree_log(node, lvl, "Failed to resolve %s statement", cil_node_to_string(node));
/external/dhcpcd-6.8.2/
H A Ddhcp.c2469 log_dhcp1(int lvl, const char *msg, argument
2512 logger(ifp->ctx, lvl, "%s: %s %s %s `%s'",
2515 logger(ifp->ctx, lvl, "%s: %s %s %s %s `%s'",
2523 logger(ifp->ctx, lvl, "%s: %s %s %s",
2526 logger(ifp->ctx, lvl, "%s: %s %s %s %s",
2533 log_dhcp(int lvl, const char *msg, argument
2538 log_dhcp1(lvl, msg, ifp, dhcp, from, 1);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c213 int lvl; local
216 for (lvl = 0; lvl <= MAX_LOOP_FILTER; lvl++) {
218 int block_inside_limit = lvl >> ((sharpness_lvl > 0) + (sharpness_lvl > 4));
227 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH);
228 memset(lfi->lfthr[lvl].mblim, (2 * (lvl + 2) + block_inside_limit),
235 return lfi_n->lvl[mi->segment_id][mi->ref_frame[0]][mode_lf_lut[mi->mode]];
241 int lvl; local
[all...]
/external/slf4j/integration/lib/
H A Dslf4j-simple-1.6.6.jar ... defs= " (java.lang.String) String name String lvl int i private void log (int, java.lang. ...
/external/v4l2_codec2/vda/
H A Dvp9_parser.h122 uint8_t lvl[Vp9SegmentationParams::kNumSegments][VP9_FRAME_MAX] member in struct:media::Vp9LoopFilterParams
/external/guice/extensions/persist/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/lib/build/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c200485 Fts5DlidxLvl lvl; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c200497 Fts5DlidxLvl lvl; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1813 milliseconds

123