Home
last modified time | relevance | path

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

/third_party/boost/libs/yap/example/
Dhello_world_redux.cpp13 struct stream_expr struct
27 auto cout = boost::yap::make_terminal<stream_expr>(std::cout); in main() argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp11565 auto stream_expr = to_expression(ops[0]); in emit_instruction() local
11567 stream_expr = join("int(", stream_expr, ")"); in emit_instruction()
11568 statement("EmitStreamVertex(", stream_expr, ");"); in emit_instruction()
11579 auto stream_expr = to_expression(ops[0]); in emit_instruction() local
11581 stream_expr = join("int(", stream_expr, ")"); in emit_instruction()
11582 statement("EndStreamPrimitive(", stream_expr, ");"); in emit_instruction()