Home
last modified time | relevance | path

Searched refs:is_mixed (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Du_format_parse.py152 def is_mixed(self): member in Format
Du_format.h175 unsigned is_mixed:1; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_table.py108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Du_format_parse.py152 def is_mixed(self): member in Format
Du_format.h175 unsigned is_mixed:1; member
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility.cc640 bool* is_mixed) const { in GetAriaTristate()
642 *is_mixed = false; in GetAriaTristate()
657 *is_mixed = true; in GetAriaTristate()
Dbrowser_accessibility.h239 bool* is_mixed) const;
Dbrowser_accessibility_android.cc96 bool is_mixed; in IsCheckable() local
97 GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed); in IsCheckable()
Dbrowser_accessibility_win.cc3404 bool is_mixed; in InitRoleAndState() local
3405 if (GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed)) in InitRoleAndState()
3409 if (is_mixed) in InitRoleAndState()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py310 and not format.is_mixed() \
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.py310 and not format.is_mixed() \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c429 !format_desc->is_mixed && in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c429 !format_desc->is_mixed && in lp_build_fetch_rgba_aos()
/external/chromium_org/third_party/libxml/src/
Drelaxng.c4321 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4355 is_mixed++; in xmlRelaxNGComputeInterleaves()
4446 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()
/external/libxml2/
Drelaxng.c4322 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4356 is_mixed++; in xmlRelaxNGComputeInterleaves()
4447 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()