Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp1298 auto hlsl_opts = hlsl->get_hlsl_options(); in compile_iteration() local
1307 hlsl_opts.shader_model = args.shader_model; in compile_iteration()
1313 hlsl_opts.point_size_compat = true; in compile_iteration()
1314 hlsl_opts.point_coord_compat = true; in compile_iteration()
1317 if (hlsl_opts.shader_model <= 30) in compile_iteration()
1323 hlsl_opts.support_nonzero_base_vertex_base_instance = args.hlsl_support_nonzero_base; in compile_iteration()
1324 hlsl_opts.force_storage_buffer_as_uav = args.hlsl_force_storage_buffer_as_uav; in compile_iteration()
1325 hlsl_opts.nonwritable_uav_texture_as_srv = args.hlsl_nonwritable_uav_texture_as_srv; in compile_iteration()
1326 hlsl_opts.enable_16bit_types = args.hlsl_enable_16bit_types; in compile_iteration()
1327 hlsl_opts in compile_iteration()
[all...]

Completed in 2 milliseconds