Home
last modified time | relevance | path

Searched refs:IDxcIncludeHandler (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc85 class IncludeHandler : public IDxcIncludeHandler {
89 IDxcIncludeHandler* fallback) in IncludeHandler()
117 return DoBasicQueryInterface<IDxcIncludeHandler>(this, iid, ppvObject);
123 IDxcIncludeHandler* const fallback_;
161 IDxcIncludeHandler* fallback_include_handler; in Compile()
167 CComPtr<IDxcIncludeHandler> include_handler( in Compile()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h166 struct IDxcIncludeHandler;
302 CROSS_PLATFORM_UUIDOF(IDxcIncludeHandler, "7f61fc7d-950d-467f-b3e3-3c02fb49187c")
303 struct IDxcIncludeHandler : public IUnknown { struct
367 _COM_Outptr_ IDxcIncludeHandler **ppResult) = 0;
407 _In_opt_ IDxcIncludeHandler *pIncludeHandler, // user-provided interface to handle #include directives (optional)
420 _In_opt_ IDxcIncludeHandler *pIncludeHandler, // user-provided interface to handle #include directives (optional)
445 _In_opt_ IDxcIncludeHandler *pIncludeHandler, // user-provided interface to handle #include directives (optional)
521 _COM_Outptr_ IDxcIncludeHandler **ppResult) = 0;
611 _In_opt_ IDxcIncludeHandler *pIncludeHandler, // user-provided interface to handle #include directives (optional)

Completed in 3 milliseconds