Home
last modified time | relevance | path

Searched refs:syntax_context_ (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h91 : syntax_context_(spvContextCreate(env)), in IRContext()
92 grammar_(syntax_context_), in IRContext()
102 SetContextMessageConsumer(syntax_context_, consumer_); in IRContext()
107 : syntax_context_(spvContextCreate(env)), in IRContext()
108 grammar_(syntax_context_), in IRContext()
117 SetContextMessageConsumer(syntax_context_, consumer_); in IRContext()
122 ~IRContext() { spvContextDestroy(syntax_context_); } in ~IRContext()
642 spv_context syntax_context_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h93 : syntax_context_(spvContextCreate(env)), in IRContext()
94 grammar_(syntax_context_), in IRContext()
104 SetContextMessageConsumer(syntax_context_, consumer_); in IRContext()
109 : syntax_context_(spvContextCreate(env)), in IRContext()
110 grammar_(syntax_context_), in IRContext()
119 SetContextMessageConsumer(syntax_context_, consumer_); in IRContext()
124 ~IRContext() { spvContextDestroy(syntax_context_); } in ~IRContext()
660 spv_context syntax_context_; variable