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

  /external/webrtc/webrtc/modules/audio_conference_mixer/test/
audio_conference_mixer_unittest.cc 151 bool is_mixed = participants[i].IsMixed(); local
154 EXPECT_FALSE(is_mixed) << "Mixing status of Participant #"
157 EXPECT_TRUE(is_mixed) << "Mixing status of Participant #"
  /external/mesa3d/src/amd/vulkan/
vk_format_table.py 139 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
vk_format.h 131 unsigned is_mixed:1; member in struct:vk_format_description
vk_format_parse.py 172 def is_mixed(self): member in class:Format
radv_formats.c 235 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS)
622 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 137 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
u_format_parse.py 166 def is_mixed(self): member in class:Format
u_format.c 160 if (desc->is_mixed)
178 if (desc->is_mixed)
u_format.h 178 unsigned is_mixed:1; member in struct:util_format_description
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 184 assert(!format_desc->is_mixed);
lp_bld_format_aos.c 615 !format_desc->is_mixed &&
696 assert(!format_desc->is_mixed);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 464 if (format_desc->is_mixed)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/libxml2/
relaxng.c 148 #define IS_MIXED (1 << 3)
4325 int is_mixed = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 1432 milliseconds