Searched defs:LongShaderSpec (Results 1 – 1 of 1) sorted by relevance
155 struct LongShaderSpec struct157 glu::ShaderType shaderType;158 uint32_t opsTotal;160 uint32_t variablesPerBlock;161 uint32_t opsPerExpression;163 LongShaderSpec(const glu::ShaderType shaderTypeInit, const uint32_t opsTotalInit) in LongShaderSpec() argument