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 | 688 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST); in generateProgramDefinitionFromResource() 2935 glu::INTERPOLATION_LAST, in init() 2941 glu::INTERPOLATION_LAST, in init() 2946 glu::INTERPOLATION_LAST, in init() 2957 glu::INTERPOLATION_LAST, in init() 2962 glu::INTERPOLATION_LAST, in init() 2968 glu::INTERPOLATION_LAST, in init() 2973 glu::INTERPOLATION_LAST, in init() 2984 glu::INTERPOLATION_LAST, in init() 2989 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 | 320 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragShaderOutputDecl()
|