Home
last modified time | relevance | path

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

/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()