Home
last modified time | relevance | path

Searched refs:phys_width (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c350 int phys_width; in wave_parser_pre_process() local
359 phys_width = 8 * state->average_bytes_per_second / in wave_parser_pre_process()
369 if (phys_width != snd_pcm_format_physical_width(map->format)) in wave_parser_pre_process()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_generator.cpp86 const unsigned phys_width = compressed ? inst->exec_size / 2 : in brw_reg_from_fs_reg() local
103 const unsigned width = MIN3(reg_width, phys_width, max_hw_width); in brw_reg_from_fs_reg()