Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.hpp44 enum ProgramFormat enum
54 ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary);
56 ProgramFormat getFormat (void) const { return m_format; } in getFormat()
61 const ProgramFormat m_format;
172 ProgramBinary* buildProgram (const glu::ProgramSources& program, ProgramFormat binaryFormat, glu…
DvkPrograms.cpp52 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary) in ProgramBinary()
105 ProgramBinary* buildProgram (const glu::ProgramSources& program, ProgramFormat binaryFormat, glu::S… in buildProgram()