Home
last modified time | relevance | path

Searched defs:ProgramInfo (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderProgram.hpp63 struct ProgramInfo struct
69 ProgramInfo (void) : linkOk(false), linkTimeUs(0) {} in ProgramInfo() function
77 glu::ProgramInfo program;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp466 void MetadataStreamer::emitKernel(const MachineFunction &MF, const SIProgramInfo &ProgramInfo) { in emitKernel()