Searched refs:INTERPOLATION_LAST (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 189 INTERPOLATION_LAST enumerator 258 …_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layou…
|
D | gluVarType.cpp | 182 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName() 337 if (decl.interpolation != INTERPOLATION_LAST) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 164 …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()
|
D | es31fProgramInterfaceQueryTests.cpp | 681 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/ |
D | glsShaderExecUtil.cpp | 307 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragShaderOutputDecl()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 80 INTERPOLATION_LAST enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 319 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragShaderOutputDecl()
|