Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/test/
Daudio_conference_mixer_unittest.cc151 bool is_mixed = participants[i].IsMixed(); in TEST() local
154 EXPECT_FALSE(is_mixed) << "Mixing status of Participant #" in TEST()
157 EXPECT_TRUE(is_mixed) << "Mixing status of Participant #" in TEST()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_table.py134 print(" %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),))
Du_format_parse.py166 def is_mixed(self): member in Format
Du_format.c161 if (desc->is_mixed) in util_format_is_snorm()
Du_format.h185 unsigned is_mixed:1; member
/external/mesa3d/src/amd/vulkan/
Dvk_format_table.py138 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Dvk_format.h129 unsigned is_mixed:1; member
Dvk_format_parse.py171 def is_mixed(self): member in Format
Dradv_formats.c237 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_tex_dataformat()
643 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_colorformat()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py136 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Du_format.c160 if (desc->is_mixed) in util_format_is_snorm()
178 if (desc->is_mixed) in util_format_is_snorm8()
Du_format_parse.py165 def is_mixed(self): member in Format
Du_format.h178 unsigned is_mixed:1; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h184 assert(!format_desc->is_mixed); in lp_type_from_format_desc()
Dlp_bld_format_aos.c615 !format_desc->is_mixed && in lp_build_fetch_rgba_aos()
696 assert(!format_desc->is_mixed); in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c483 if (format_desc->is_mixed) in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1473 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_colorformat()
1761 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_texformat()
/external/libxml2/
Drelaxng.c4346 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4380 is_mixed++; in xmlRelaxNGComputeInterleaves()
4471 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()