Lines Matching refs:spec
105 ShaderSpec spec;
125 spec.glslVersion = glu::GLSL_VERSION_450;
127 spec.inputs.push_back(Symbol("lod", glu::VarType(glu::TYPE_INT, glu::PRECISION_HIGHP)));
128 spec.outputs.push_back(Symbol("result", glu::VarType(resultType, glu::PRECISION_HIGHP)));
130 spec.globalDeclarations =
133 spec.source =
141 spec.buildOptions = buildOptions;
144 return spec;
769 const ShaderSpec spec = getShaderSpec(params, &dst);
771 generateSources(params.shaderType, spec, dst);