Home
last modified time | relevance | path

Searched refs:ComputeProgramLinkEvent (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h361 class ComputeProgramLinkEvent; variable
DProgramD3D.cpp1902 class ProgramD3D::ComputeProgramLinkEvent final : public LinkEvent class in rx::ProgramD3D
1905 ComputeProgramLinkEvent(gl::InfoLog &infoLog, in ComputeProgramLinkEvent() function in rx::ProgramD3D::ComputeProgramLinkEvent
1986 return std::make_unique<ComputeProgramLinkEvent>(infoLog, computeTask, waitableEvent); in compileComputeExecutable()