Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dc_api_test.c172 …SPVC_CHECKED_CALL(spvc_compiler_options_set_uint(options, SPVC_COMPILER_OPTION_HLSL_SHADER_MODEL, … in main()
173 …SPVC_CHECKED_CALL_NEGATIVE(spvc_compiler_options_set_uint(options, SPVC_COMPILER_OPTION_MSL_PLATFO… in main()
Dmsl_resource_bindings.cpp60 SPVC_CHECKED_CALL(spvc_compiler_options_set_uint(opts, SPVC_COMPILER_OPTION_MSL_VERSION, 20000)); in main()
Dhlsl_resource_bindings.cpp58 …SPVC_CHECKED_CALL(spvc_compiler_options_set_uint(opts, SPVC_COMPILER_OPTION_HLSL_SHADER_MODEL, 51)… in main()
Dmsl_ycbcr_conversion_test.cpp69 …SPVC_CHECKED_CALL(spvc_compiler_options_set_uint(options, SPVC_COMPILER_OPTION_MSL_VERSION, SPVC_M… in main()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.h726 SPVC_PUBLIC_API spvc_result spvc_compiler_options_set_uint(spvc_compiler_options options,
Dspirv_cross_c.cpp400 return spvc_compiler_options_set_uint(options, option, value ? 1 : 0); in spvc_compiler_options_set_bool()
403 spvc_result spvc_compiler_options_set_uint(spvc_compiler_options options, spvc_compiler_option opti… in spvc_compiler_options_set_uint() function