Searched refs:IDxcOperationResult (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxcapi.h | 334 CROSS_PLATFORM_UUIDOF(IDxcOperationResult, "CEDB484A-D4E9-445A-B991-CA21CA157DC2") 335 struct IDxcOperationResult : public IUnknown { struct 365 _COM_Outptr_ IDxcOperationResult **ppResult // Compiler output status, buffer, and errors 378 _COM_Outptr_ IDxcOperationResult **ppResult // Preprocessor output status, buffer, and errors 403 _COM_Outptr_ IDxcOperationResult **ppResult, // Compiler output status, buffer, and errors 429 IDxcOperationResult **ppResult // Linker output status, buffer, and errors 533 struct IDxcResult : public IDxcOperationResult { 591 _COM_Outptr_ IDxcOperationResult **ppResult // Validation output status, buffer, and errors 600 …virtual HRESULT STDMETHODCALLTYPE SerializeContainer(_Out_ IDxcOperationResult **ppResult) = 0; //… 608 _COM_Outptr_ IDxcOperationResult **ppResult // Assembly output status, buffer, and errors
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ShaderModuleD3D12.cpp | 477 ComPtr<IDxcOperationResult> result; in CompileShaderDXC()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | compute_test.cpp | 756 IDxcOperationResult *result; in validate_module()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 1265 ComPtr<IDxcOperationResult> result; in validate_and_sign()
|