Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h515 std::unique_ptr<LinkEvent> compileComputeExecutable(const gl::Context *context,
DProgramD3D.cpp1997 std::unique_ptr<LinkEvent> ProgramD3D::compileComputeExecutable(const gl::Context *context, in compileComputeExecutable() function in rx::ProgramD3D
2108 return compileComputeExecutable(context, infoLog); in link()