HomeSort by relevance Sort by last modified time
    Searched defs:ShaderType (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPU.h 100 namespace ShaderType {
AMDGPUMachineFunction.h 23 unsigned ShaderType;
37 return ShaderType;
AMDGPUTargetTransformInfo.cpp 138 unsigned ShaderType = AMDGPU::getShaderType(*F);
141 if (ShaderType == ShaderType::COMPUTE)
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 109 static const char ShaderTypeAttribute[] = "ShaderType";
113 unsigned ShaderType = ShaderType::COMPUTE;
117 if (Str.getAsInteger(0, ShaderType)) {
122 return ShaderType;
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 196 class ShaderType : public Type
199 ShaderType (const Context& ctx) : Type(ctx) {}
368 ShaderType m_shaderType;
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 66 // ShaderType
68 enum ShaderType
80 const char* getShaderTypeName (ShaderType shaderType);
  /external/deqp/executor/
xeTestCaseResult.hpp 314 enum ShaderType
326 Shader (void) : Item(TYPE_SHADER), shaderType(SHADERTYPE_LAST), compileStatus(false) {}
329 ShaderType shaderType;
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 70 enum ShaderType
85 std::string generateVertexShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
94 switch (shaderType)
125 std::string generateFragmentShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
135 switch (shaderType)
212 ShaderType shaderType,
234 const ShaderType m_shaderType
    [all...]

Completed in 402 milliseconds