Searched refs:set_output (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/ |
D | leaf-function.for-tess.vert | 13 void set_output() 21 set_output();
|
D | leaf-function.capture.vert | 13 void set_output() 21 set_output();
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/ |
D | leaf-function.for-tess.vert | 26 void set_output(device float4& gl_Position, constant UBO& v_18, thread float4& aVertex, device floa… 37 set_output(out.gl_Position, v_18, in.aVertex, out.vNormal, in.aNormal);
|
D | leaf-function.capture.vert | 26 void set_output(device float4& gl_Position, constant UBO& v_18, thread float4& aVertex, device floa… 35 set_output(out.gl_Position, v_18, in.aVertex, out.vNormal, in.aNormal);
|
/third_party/unity/auto/ |
D | stylize_as_junit.py | 126 def set_output(self, output): member in UnityTestSummary 158 uts.set_output(args.output)
|
/third_party/nghttp2/src/ |
D | app_helper.h | 91 void set_output(FILE *file);
|
D | app_helper.cc | 137 void set_output(FILE *file) { outfile = file; } in set_output() function
|
D | shrpx.cc | 3918 set_output(stderr); in process_options()
|
/third_party/node/deps/v8/src/compiler/ |
D | simplified-lowering.cc | 304 void set_output(MachineRepresentation output) { representation_ = output; } in set_output() function in v8::internal::compiler::RepresentationSelector::NodeInfo 4249 info->set_output(representation); in SetOutput()
|