Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp137 uint32_t ovr_multiview_view_count = 0; member
Dmain.cpp1285 opts.ovr_multiview_view_count = args.glsl_ovr_multiview_view_count; in compile_iteration()
Dspirv_cross_c.cpp476 options->glsl.ovr_multiview_view_count = value; in spvc_compiler_options_set_uint()
Dspirv_glsl.cpp576 if (options.ovr_multiview_view_count == 0) in find_static_extensions()
602 if (options.ovr_multiview_view_count) in find_static_extensions()
931 if (options.ovr_multiview_view_count) in emit_header()
932 inputs.push_back(join("num_views = ", options.ovr_multiview_view_count)); in emit_header()