Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp509 case ExecutionModelTessellationControl: in emit_header()
545 case ExecutionModelTessellationControl: in emit_header()
H A Dspirv_msl.cpp214 bool need_tesc_params = get_execution_model() == ExecutionModelTessellationControl; in build_implicit_builtins()
1415 if (get_execution_model() == ExecutionModelTessellationControl) in compile()
1497 if (get_execution_model() == ExecutionModelTessellationControl || in preprocess_op_codes()
1775 (get_execution_model() == ExecutionModelTessellationControl && var.storage == StorageClassOutput)); in extract_global_variables_from_function()
2957 return !(get_execution_model() == ExecutionModelTessellationControl && msl_options.multi_patch_workgroup); in variable_storage_requires_stage_io()
3164 (!is_builtin_variable(var) || get_execution_model() == ExecutionModelTessellationControl)) in add_variable_to_interface_block()
3223 if (get_execution_model() != ExecutionModelTessellationControl && in fix_up_interface_member_indices()
3433 if (get_execution_model() == ExecutionModelTessellationControl) in add_interface_block()
3524 case ExecutionModelTessellationControl: in add_interface_block()
3583 (get_execution_model() == ExecutionModelTessellationControl || in add_interface_block()
[all...]
H A Dspirv_reflect.cpp458 case ExecutionModelTessellationControl: in execution_model_to_str()
H A Dmain.cpp424 case spv::ExecutionModelTessellationControl: in execution_model_to_str()
1054 return ExecutionModelTessellationControl; in stage_to_execution_model()
H A Dspirv_msl.hpp478 get_entry_point().model == spv::ExecutionModelTessellationControl || in get_is_rasterization_disabled()
H A Dspirv_glsl.cpp446 case ExecutionModelTessellationControl:
961 case ExecutionModelTessellationControl:
2587 (get_entry_point().model == ExecutionModelTessellationControl ||
2964 if (get_execution_model() == ExecutionModelTessellationControl &&
3214 if (model == ExecutionModelTessellationControl && storage == StorageClassOutput)
3277 case ExecutionModelTessellationControl:
3292 case ExecutionModelTessellationControl:
3618 bool is_control_point = get_execution_model() == ExecutionModelTessellationControl && !is_patch;
8835 get_execution_model() == ExecutionModelTessellationControl &&
12052 if (execution_scope != ScopeSubgroup && get_entry_point().model == ExecutionModelTessellationControl)
[all...]
H A Dspirv_cross.cpp883 get_execution_model() == ExecutionModelTessellationControl || in get_shader_resources()
2171 return model == ExecutionModelTessellationControl || model == ExecutionModelTessellationEvaluation; in is_tessellation_shader()
2178 model == ExecutionModelTessellationControl || model == ExecutionModelTessellationEvaluation; in is_vertex_like_shader()
H A Dspirv.hpp73 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp70 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp106 CASE1(EXECUTION_MODEL, ExecutionModelTessellationControl,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp106 CASE1(EXECUTION_MODEL, ExecutionModelTessellationControl,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp2120 {gl::ShaderType::TessControl, spv::ExecutionModelTessellationControl}, in getSpirv()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp74 ExecutionModelTessellationControl = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp74 ExecutionModelTessellationControl = 1, enumerator
/third_party/glslang/SPIRV/
H A Dspirv.hpp77 ExecutionModelTessellationControl = 1, enumerator
H A DGlslangToSpv.cpp318 case EShLangTessControl: return spv::ExecutionModelTessellationControl; in TranslateExecutionModel()
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp81 ExecutionModelTessellationControl = 1, enumerator

Completed in 118 milliseconds