HomeSort by: relevance | last modified time | path
    Searched refs:IDxcValidator (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
compute_test.cpp 751 IDxcValidator *validator;
752 if (FAILED(pfnDxcCreateInstance(CLSID_DxcValidator, __uuidof(IDxcValidator),
754 throw runtime_error("failed to create IDxcValidator");
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxcapi.h 585 CROSS_PLATFORM_UUIDOF(IDxcValidator, "A6E82BD2-1FD7-4826-9811-2857E797F49A")
586 struct IDxcValidator : public IUnknown {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_compiler.cpp 82 ComPtr<IDxcValidator> validator;

Completed in 6 milliseconds