Searched refs:IDxcOperationResult (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxcapi.h | 377 CROSS_PLATFORM_UUIDOF(IDxcOperationResult, "CEDB484A-D4E9-445A-B991-CA21CA157DC2") 378 struct IDxcOperationResult : public IUnknown { struct 408 _COM_Outptr_ IDxcOperationResult **ppResult // Compiler output status, buffer, and errors 421 _COM_Outptr_ IDxcOperationResult **ppResult // Preprocessor output status, buffer, and errors 446 _COM_Outptr_ IDxcOperationResult **ppResult, // Compiler output status, buffer, and errors 472 IDxcOperationResult **ppResult // Linker output status, buffer, and errors 576 struct IDxcResult : public IDxcOperationResult { 634 _COM_Outptr_ IDxcOperationResult **ppResult // Validation output status, buffer, and errors 643 …virtual HRESULT STDMETHODCALLTYPE SerializeContainer(_Out_ IDxcOperationResult **ppResult) = 0; //… 651 _COM_Outptr_ IDxcOperationResult **ppResult // Assembly output status, buffer, and errors
|
D | dxil_validator.cpp | 298 ComPtr<IDxcOperationResult> result; in dxil_validate_module()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | dxc_helper.cc | 198 IDxcOperationResult* result; in Compile()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ShaderModuleD3D12.cpp | 477 ComPtr<IDxcOperationResult> result; in CompileShaderDXC()
|