Home
last modified time | relevance | path

Searched defs:output_streams (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h55 uint8_t output_streams[PIPE_MAX_SHADER_OUTPUTS]; member
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.h174 pa_idxset *record_streams, *output_streams; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.h137 uint8_t output_streams[VARYING_SLOT_VAR31 + 1]; member
/third_party/ffmpeg/fftools/
Dffmpeg.c152 OutputStream **output_streams = NULL; variable
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h480 uint8_t output_streams[PIPE_MAX_SHADER_OUTPUTS]; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4295 output_writemask_for_stream(unsigned stream, uint8_t output_streams, in output_writemask_for_stream()