Home
last modified time | relevance | path

Searched refs:spv_options (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/CInterface/
H A Dspirv_c_interface.cpp86 glslang_spv_options_t spv_options {}; in glslang_program_SPIRV_generate()
87 spv_options.disable_optimizer = true; in glslang_program_SPIRV_generate()
88 spv_options.validate = true; in glslang_program_SPIRV_generate()
90 glslang_program_SPIRV_generate_with_options(program, stage, &spv_options); in glslang_program_SPIRV_generate()
93 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang_stage_t stage, glslang_spv_options_t* spv_options) { in glslang_program_SPIRV_generate_with_options() argument
98 glslang::GlslangToSpv(*intermediate, program->spirv, &logger, reinterpret_cast<glslang::SpvOptions*>(spv_options)); in glslang_program_SPIRV_generate_with_options()
/third_party/glslang/glslang/Include/
H A Dglslang_c_interface.h276 GLSLANG_EXPORT void glslang_program_SPIRV_generate_with_options(glslang_program_t* program, glslang_stage_t stage, glslang_spv_options_t* spv_options);

Completed in 2 milliseconds