Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_c.cpp819 …mpilerGLSL *>(compiler->compiler.get())->variable_is_depth_or_compare(id) ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_variable_is_depth_or_compare()
1008 ….is_hlsl_resource_binding_used(static_cast<spv::ExecutionModel>(model), set, binding) ? SPVC_TRUE : in spvc_compiler_hlsl_is_resource_used()
1029 return msl.get_is_rasterization_disabled() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_is_rasterization_disabled()
1046 return msl.needs_swizzle_buffer() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_needs_swizzle_buffer()
1063 return msl.needs_buffer_size_buffer() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_needs_buffer_size_buffer()
1085 return msl.needs_output_buffer() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_needs_output_buffer()
1102 return msl.needs_patch_output_buffer() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_needs_patch_output_buffer()
1119 return msl.needs_input_threadgroup_mem() ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_needs_input_threadgroup_mem()
1290 return msl.is_msl_shader_input_used(location) ? SPVC_TRUE : SPVC_FALSE; in spvc_compiler_msl_is_shader_input_used()
1314 …l.is_msl_resource_binding_used(static_cast<spv::ExecutionModel>(model), set, binding) ? SPVC_TRUE : in spvc_compiler_msl_is_resource_used()
[all …]
Dspirv_cross_c.h161 #define SPVC_TRUE ((spvc_bool)1) macro
/third_party/skia/third_party/externals/spirv-cross/tests-other/
Dmsl_constexpr_test.cpp25 g_fail_on_error = SPVC_TRUE; \
103 samp.compare_enable = SPVC_TRUE; in main()
Dc_api_test.c23 g_fail_on_error = SPVC_TRUE; \
51 static spvc_bool g_fail_on_error = SPVC_TRUE;
Dmsl_resource_bindings.cpp59 …D_CALL(spvc_compiler_options_set_bool(opts, SPVC_COMPILER_OPTION_MSL_ARGUMENT_BUFFERS, SPVC_TRUE)); in main()
Dmsl_ycbcr_conversion_test.cpp25 g_fail_on_error = SPVC_TRUE; \