HomeSort by relevance Sort by last modified time
    Searched refs:INTERPOLATION_LAST (Results 1 - 7 of 7) sorted by null

  /external/deqp/framework/opengl/
gluVarType.hpp 189 INTERPOLATION_LAST
258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
gluVarType.cpp 181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
336 if (decl.interpolation != INTERPOLATION_LAST)
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 164 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
    [all...]
es31fProgramInterfaceQueryTests.cpp 682 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST);
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 80 INTERPOLATION_LAST
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 218 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
    [all...]

Completed in 267 milliseconds