HomeSort by relevance Sort by last modified time
    Searched refs:level_count (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.c 114 assert(info->level_count == 1);
115 return (info->bind_zs || info->level_count > 1) ?
245 if (info->level_count == 1)
373 info->level_count > 1 ||
723 if (info->level_count > 1) {
835 info->level_count == 1 && info->array_size == 1 && info->depth == 1) {
859 for (lv = 0; lv < info->level_count; lv++) {
890 if (info->level_count > 1) {
976 if (image_bind_gpu(info) || info->level_count > 1) {
    [all...]
ilo_state_surface.h 66 uint8_t level_count; member in struct:ilo_state_surface_image_info
ilo_image.h 94 uint8_t level_count; member in struct:ilo_image_info
150 unsigned level_count; member in struct:ilo_image
ilo_state_surface.c 733 assert(info->img->level_count <= max_level);
734 max_level = info->img->level_count;
736 if (!info->level_count ||
737 info->level_base + info->level_count > max_level) {
779 assert(info->level_count == 1);
785 *mip_count = info->level_count - 1;
    [all...]
ilo_state_zs.c 135 assert(info->level < img->level_count);
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 795 unsigned base_level, min_level, level_count, i, j, size; local
830 level_count = MIN3(sampler->max_lod,
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 194 info->level_count = templ->last_level + 1;
ilo_state.c     [all...]
  /external/selinux/prebuilts/bin/
seinfo.py 306 p.level_count, p.category_count))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 280 def level_count(self): member in class:SELinuxPolicy
qpol.py 149 def level_count(self): return _qpol.qpol_policy_t_level_count(self) member in class:qpol_policy_t
    [all...]
qpol.i 311 size_t level_count() {
    [all...]

Completed in 325 milliseconds