Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp189 INTERPOLATION_LAST enumerator
258 …_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layou…
DgluVarType.cpp182 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName()
337 if (decl.interpolation != INTERPOLATION_LAST) in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp164 …case VARYINGINTERPOLATION_DEFAULT: return glu::INTERPOLATION_LAST; //!< Last means no qualifier, … in getGluInterpolation()
167 return glu::INTERPOLATION_LAST; in getGluInterpolation()
180 …case glu::INTERPOLATION_LAST: return VARYINGINTERPOLATION_DEFAULT; //!< Last means no qualifier,… in getVaryingInterpolation()
Des31fProgramInterfaceQueryTests.cpp681 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST); in generateProgramDefinitionFromResource()
2926 glu::INTERPOLATION_LAST, in init()
2932 glu::INTERPOLATION_LAST, in init()
2937 glu::INTERPOLATION_LAST, in init()
2948 glu::INTERPOLATION_LAST, in init()
2953 glu::INTERPOLATION_LAST, in init()
2959 glu::INTERPOLATION_LAST, in init()
2964 glu::INTERPOLATION_LAST, in init()
2975 glu::INTERPOLATION_LAST, in init()
2980 glu::INTERPOLATION_LAST, in init()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp307 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragShaderOutputDecl()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp80 INTERPOLATION_LAST enumerator
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp319 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragShaderOutputDecl()