Home
last modified time | relevance | path

Searched refs:IDxcCompiler (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBackendD3D12.h38 ComPtr<IDxcCompiler> GetDxcCompiler() const;
53 ComPtr<IDxcCompiler> mDxcCompiler;
H A DBackendD3D12.cpp139 ComPtr<IDxcCompiler> Backend::GetDxcCompiler() const { in GetDxcCompiler()
H A DDeviceD3D12.h70 ComPtr<IDxcCompiler> GetDxcCompiler() const;
H A DShaderModuleD3D12.cpp448 IDxcCompiler* dxcCompiler, in CompileShaderDXC()
680 IDxcCompiler* dxcCompiler, in CompileShader()
H A DDeviceD3D12.cpp232 ComPtr<IDxcCompiler> Device::GetDxcCompiler() const { in GetDxcCompiler()
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc170 IDxcCompiler* compiler; in Compile()
171 if (DxcCreateInstance(CLSID_DxcCompiler, __uuidof(IDxcCompiler), in Compile()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h393 // NOTE: IDxcCompiler3 replaces IDxcCompiler and IDxcCompiler2
394 CROSS_PLATFORM_UUIDOF(IDxcCompiler, "8c210bf3-011f-4422-8d70-6f9acb8db617")
395 struct IDxcCompiler : public IUnknown { struct
431 // NOTE: IDxcCompiler3 replaces IDxcCompiler and IDxcCompiler2
433 struct IDxcCompiler2 : public IDxcCompiler {
H A Ddxil_validator.cpp25 IDxcCompiler *dxc_compiler;
200 * IDxcCompiler, this is a good indication that the user wants in dxil_create_validator()
217 debug_printf("DXIL: Unable to create IDxcCompiler instance\n"); in dxil_create_validator()
336 "IDxcCompiler from dxcompiler.dll\n"); in dxil_disasm_module()
344 fprintf(stderr, "DXIL: IDxcCompiler::Disassemble() failed\n"); in dxil_disasm_module()

Completed in 7 milliseconds