Home
last modified time | relevance | path

Searched refs:is_mixed (Results 1 – 15 of 15) 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/mesa3d/src/amd/vulkan/
Dvk_format_table.py139 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
Dvk_format.h131 unsigned is_mixed:1; member
Dradv_formats.c235 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_tex_dataformat()
622 if (desc->is_mixed && desc->colorspace != VK_FORMAT_COLORSPACE_ZS) in radv_translate_colorformat()
Dvk_format_parse.py172 def is_mixed(self): member in Format
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_table.py137 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.py166 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.c464 if (format_desc->is_mixed) in llvmpipe_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1223 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_colorformat()
1512 if (desc->is_mixed && desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) in si_translate_texformat()
/external/libxml2/
Drelaxng.c4327 int is_mixed = 0; in xmlRelaxNGComputeInterleaves() local
4361 is_mixed++; in xmlRelaxNGComputeInterleaves()
4452 if (is_mixed != 0) in xmlRelaxNGComputeInterleaves()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.c1616 if (format == PIPE_FORMAT_NONE || desc->is_mixed) in fb_set_blend_caps()