Home
last modified time | relevance | path

Searched defs:SPIRFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp875 struct SPIRFunction : IVariant struct
878 {
882 SPIRFunction(TypeID return_type_, TypeID function_type_) in SPIRFunction() argument
888 struct Parameter
911 struct CombinedImageSamplerParameter
921 TypeID return_type;
922 TypeID function_type;
923 SmallVector<Parameter> arguments;
928 SmallVector<Parameter> shadow_arguments;
929 SmallVector<VariableID> local_variables;
[all …]
Dspirv_cross.cpp2972 bool Compiler::AnalyzeVariableScopeAccessHandler::follow_function_call(const SPIRFunction &) in follow_function_call()
3381 bool Compiler::StaticExpressionAccessHandler::follow_function_call(const SPIRFunction &) in follow_function_call()
Dspirv_msl.cpp13067 ir.for_each_typed_id<SPIRFunction>([&](uint32_t self, SPIRFunction &) { in replace_illegal_names() argument