Lines Matching refs:runtime_error

82 using std::runtime_error;
158 throw runtime_error("Failed to load DXGI.DLL");
162 throw runtime_error("Failed to load CreateDXGIFactory from DXGI.DLL");
167 throw runtime_error("CreateDXGIFactory failed");
184 throw runtime_error("Failed to enum hardware adapter");
188 throw runtime_error("Failed to enum warp adapter");
201 throw runtime_error("failed to load D3D12.DLL");
209 throw runtime_error("failed to enable experimental shader models");
214 throw runtime_error("failed to load D3D12CreateDevice from D3D12.DLL");
219 throw runtime_error("D3D12CreateDevice failed");
247 throw runtime_error("D3D12SerializeVersionedRootSignature failed");
255 throw runtime_error("CreateRootSignature failed");
272 throw runtime_error("Failed to create pipeline state");
298 throw runtime_error("CreateCommittedResource failed");
311 throw runtime_error("Failed to map upload-buffer");
347 throw runtime_error("Failed to map readback-buffer");
374 throw runtime_error("Closing ID3D12GraphicsCommandList failed");
384 throw runtime_error("resetting ID3D12CommandAllocator failed");
387 throw runtime_error("resetting ID3D12GraphicsCommandList failed");
470 throw runtime_error("no inputs");
474 throw runtime_error("Failed to load D3D12.DLL");
479 throw runtime_error("incorrect number of inputs");
505 throw runtime_error("invalid global size must be a multiple of local size");
672 throw runtime_error("failed to create CLC compiler context");
679 throw runtime_error("failed to serialize CLC compiler context");
686 throw runtime_error("failed to deserialize CLC compiler context");
697 throw runtime_error("failed to create DXGI factory");
701 throw runtime_error("failed to choose adapter");
705 throw runtime_error("failed to create device");
710 throw runtime_error("failed to create fence\n");
720 throw runtime_error("failed to create command queue");
724 throw runtime_error("failed to create command allocator");
728 throw runtime_error("failed to create command list");
737 throw runtime_error("failed to create descriptor heap");
743 throw runtime_error("Failed to create event");
809 throw runtime_error("failed to compile object!");
840 throw runtime_error("failed to link objects!");
860 throw runtime_error("failed to assemble");
888 throw runtime_error("failed to parse spirv!");
893 throw runtime_error("failed to compile kernel!");
906 throw runtime_error("failed to validate module!");