Home
last modified time | relevance | path

Searched refs:CLSID_DxcValidator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp127 mFunctions->dxcCreateInstance(CLSID_DxcValidator, IID_PPV_ARGS(&mDxcValidator)), in EnsureDxcValidator()
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h701 CLSID_SCOPE const GUID CLSID_DxcValidator = { variable
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp752 if (FAILED(pfnDxcCreateInstance(CLSID_DxcValidator, __uuidof(IDxcValidator), in validate_module()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1187 HRESULT hr = dxil_create_func(CLSID_DxcValidator, IID_PPV_ARGS(&validator)); in d3d12_validation_tools()