Searched refs:IDxcLibrary (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | dxc_helper.cc | 88 IDxcLibrary* dxc_lib, in IncludeHandler() 122 IDxcLibrary* const dxc_lib_; 146 IDxcLibrary* dxc_lib; in Compile() 147 if (DxcCreateInstance(CLSID_DxcLibrary, __uuidof(IDxcLibrary), in Compile()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | BackendD3D12.h | 37 ComPtr<IDxcLibrary> GetDxcLibrary() const; 52 ComPtr<IDxcLibrary> mDxcLibrary;
|
H A D | BackendD3D12.cpp | 134 ComPtr<IDxcLibrary> Backend::GetDxcLibrary() const { in GetDxcLibrary()
|
H A D | DeviceD3D12.h | 69 ComPtr<IDxcLibrary> GetDxcLibrary() const;
|
H A D | ShaderModuleD3D12.cpp | 447 ResultOrError<ComPtr<IDxcBlob>> CompileShaderDXC(IDxcLibrary* dxcLibrary, in CompileShaderDXC() 679 IDxcLibrary* dxcLibrary, in CompileShader()
|
H A D | DeviceD3D12.cpp | 228 ComPtr<IDxcLibrary> Device::GetDxcLibrary() const { in GetDxcLibrary()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_validator.cpp | 24 IDxcLibrary *dxc_library; 199 * DxcCreateInstance, or fail to create IDxcLibrary or in dxil_create_validator() 213 debug_printf("DXIL: Unable to create IDxcLibrary instance\n"); in dxil_create_validator() 309 debug_printf("DXIL: validation failed, but lacking IDxcLibrary" in dxil_validate_module() 320 fprintf(stderr, "DXIL: IDxcLibrary::GetBlobAsUtf8() failed\n"); in dxil_validate_module() 335 fprintf(stderr, "DXIL: disassembly requires IDxcLibrary and " in dxil_disasm_module() 349 fprintf(stderr, "DXIL: IDxcLibrary::GetBlobAsUtf8() failed\n"); in dxil_disasm_module()
|
H A D | dxcapi.h | 348 // NOTE: IDxcUtils replaces IDxcLibrary 349 CROSS_PLATFORM_UUIDOF(IDxcLibrary, "e5204dc7-d18c-4c3c-bdfb-851673980fe7") 350 struct IDxcLibrary : public IUnknown { struct 480 // NOTE: IDxcUtils replaces IDxcLibrary
|
Completed in 7 milliseconds