HomeSort by relevance Sort by last modified time
    Searched refs:ShaderType (Results 51 - 62 of 62) sorted by null

1 23

  /external/deqp/executor/
xeTestResultParser.cpp 235 static ri::Shader::ShaderType getShaderTypeFromTagName (const char* shaderType)
237 return (ri::Shader::ShaderType)getEnumValue("shader type", s_shaderTypeFromTagMap, DE_LENGTH_OF_ARRAY(s_shaderTypeFromTagMap), shaderType);
552 shader->shaderType = getShaderTypeFromTagName(elemName);
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 321 static inline float getGLSLUintMaxAsFloat (const glw::Functions& gl, ShaderType shaderType, Precision uintPrecision)
336 switch (shaderType)
378 float getValue (const glw::Functions& gl, ShaderType shaderType) const
386 case SYMBOL_LOWP_UINT_MAX: return getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_LOWP);
387 case SYMBOL_MEDIUMP_UINT_MAX: return getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_MEDIUMP);
389 case SYMBOL_LOWP_UINT_MAX_RECIPROCAL: return 1.0f / getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_LOWP);
390 case SYMBOL_MEDIUMP_UINT_MAX_RECIPROCAL: return 1.0f / getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_MEDIUMP);
392 case SYMBOL_ONE_MINUS_UINT32MAX_DIV_LOWP_UINT_MAX: return 1.0f - (float)std::numeric_limits<deUint32>::max() / getGLSLUintMaxAsFloat(gl, shaderType, PRECISION_LOWP)
    [all...]
es3fShaderTextureFunctionTests.cpp 69 inline bool functionHasAutoLod (glu::ShaderType shaderType, Function function)
71 return shaderType == glu::SHADERTYPE_FRAGMENT &&
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 106 CheckedShader (const RenderContext& renderCtx, glu::ShaderType type, const string& src)
182 bool ShaderType::isDeleteFlagged (GLuint name)
468 GLint shaderType = GL_NONE;
469 gl().getShaderiv(shaders[ndx], GL_SHADER_TYPE, &shaderType);
471 if (shaderType == GL_FRAGMENT_SHADER)
    [all...]
glsBuiltinPrecisionTests.cpp 95 using glu::ShaderType;
    [all...]
glsShaderExecUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 124 static const char* getShaderTypeDeclarations (glu::ShaderType type)
    [all...]
es31fProgramInterfaceQueryTestCase.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp     [all...]

Completed in 644 milliseconds

1 23