Searched refs:INTERPOLATION_LAST (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarType.hpp189 INTERPOLATION_LAST enumerator in enum:glu::Interpolation
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
H A DgluVarType.cpp181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
336 if (decl.interpolation != INTERPOLATION_LAST)
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp164 case VARYINGINTERPOLATION_DEFAULT: return glu::INTERPOLATION_LAST; //!< Last means no qualifier, i.e. default
167 return glu::INTERPOLATION_LAST;
180 case glu::INTERPOLATION_LAST: return VARYINGINTERPOLATION_DEFAULT; //!< Last means no qualifier, i.e. default
H A Des31fProgramInterfaceQueryTests.cpp682 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST);
2909 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2915 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2920 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2931 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2936 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2942 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2947 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2958 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
2963 glu::INTERPOLATION_LAST, member in class:deqp::gles31::glu
[all...]
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp80 INTERPOLATION_LAST enumerator in enum:deqp::gles3::Functional::TransformFeedback::Interpolation
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp218 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));

Completed in 152 milliseconds