Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc64 std::vector<mojo::ScopedDataPipeProducerHandle> output_streams(2); in MakeFoo() local
75 output_streams[i] = std::move(producer); in MakeFoo()
99 foo->output_streams = std::move(output_streams); in MakeFoo()
145 EXPECT_TRUE(foo.output_streams); in CheckFoo()
146 EXPECT_EQ(2u, foo.output_streams->size()); in CheckFoo()
242 Print(depth, "output_streams", foo->output_streams); in Print()
/external/sonivox/jet_tools/JetCreator/
Deas.py578 self.output_streams = []
626 output_streams = self.output_streams
627 for s in output_streams:
723 self.output_streams.append(stream)
734 self.output_streams.remove(stream)
800 for s in self.output_streams:
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c552 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamX; in scan_declaration()
556 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2; in scan_declaration()
560 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4; in scan_declaration()
564 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamW << 6; in scan_declaration()
Dtgsi_scan.h58 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS]; member
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom40 array<handle<data_pipe_producer>>? output_streams@11;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2974 (info->output_streams[i] >> (2 * j)) & 3; in si_llvm_emit_vs_epilogue()
5388 ((info->output_streams[i] >> (2 * chan)) & 3) != stream) in si_llvm_emit_vertex()
6544 (gsinfo->output_streams[i] >> (2 * chan)) & 3; in si_generate_gs_copy_shader()