Searched defs:SPIRFunction (Results 1 – 3 of 3) sorted by relevance
875 struct SPIRFunction : IVariant struct878 {882 SPIRFunction(TypeID return_type_, TypeID function_type_) in SPIRFunction() argument888 struct Parameter911 struct CombinedImageSamplerParameter921 TypeID return_type;922 TypeID function_type;923 SmallVector<Parameter> arguments;928 SmallVector<Parameter> shadow_arguments;929 SmallVector<VariableID> local_variables;[all …]
2972 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()
13067 ir.for_each_typed_id<SPIRFunction>([&](uint32_t self, SPIRFunction &) { in replace_illegal_names() argument