Lines Matching refs:EntryPointDefinition
42 class EntryPointDefinition; variable
128 Module *addEntryPoint(EntryPointDefinition *entry);
235 std::vector<EntryPointDefinition *> mEntryPoints;
248 ContainerDeleter<std::vector<EntryPointDefinition *>> mEntryPointsDeleter;
259 class EntryPointDefinition : public Entity {
261 EntryPointDefinition() {} in EntryPointDefinition() function
262 EntryPointDefinition(Builder *builder, ExecutionModel execModel,
265 virtual ~EntryPointDefinition() { in ~EntryPointDefinition()
279 EntryPointDefinition *addToInterface(VariableInst *var);
280 EntryPointDefinition *addExecutionMode(ExecutionModeInst *mode) { in addExecutionMode()
288 EntryPointDefinition *setLocalSize(uint32_t width, uint32_t height,
291 EntryPointDefinition *applyExecutionMode(ExecutionModeInst *mode);