Searched defs:ShaderType (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.h25 unsigned ShaderType; member in class:llvm::AMDGPUMachineFunction
H A DAMDGPU.h68 namespace ShaderType { namespace
H A DSITypeRewriter.cpp65 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex, "ShaderType");
67 unsigned ShaderType = ShaderType::COMPUTE; local
70 Str.getAsInteger(0, ShaderType);
72 if (ShaderType == ShaderType::COMPUTE)
H A DR600ControlFlowFinalizer.cpp49 CFStack(const AMDGPUSubtarget &st, unsigned ShaderType) : ST(st), argument
51 MaxStackSize(ShaderType == ShaderType::VERTEX ? 1 : 0),
484 CFStack CFStack(ST, MFI->ShaderType);
491 if (MFI->ShaderType == 1) {
H A DR600ISelLowering.cpp1669 unsigned ShaderType = MF.getInfo<R600MachineFunctionInfo>()->ShaderType; local
1682 if (ShaderType != ShaderType::COMPUTE) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h80 enum ShaderType enum in namespace:rx
234 virtual ShaderExecutable *loadExecutable(const void *function, size_t length, rx::ShaderType type,
237 virtual ShaderExecutable *compileToExecutable(gl::InfoLog &infoLog, const char *shaderHLSL, rx::ShaderType type,
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.h27 enum ShaderType { enum in class:content::GLHelperScaling
52 typedef std::pair<ShaderType, bool> ShaderProgramKeyType;
81 ShaderType shader);
146 ScalerStage(ShaderType shader_,
153 ShaderType shader;
187 scoped_refptr<ShaderProgram> GetShaderProgram(ShaderType type, bool swizzle);
/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp64 // ShaderType
66 enum ShaderType enum in namespace:glu
78 const char* getShaderTypeName (ShaderType shaderType);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp196 class ShaderType : public Type class in namespace:deqp::gls::LifetimeTests::details
199 ShaderType (const Context& ctx) : Type(ctx) {} function in class:deqp::gls::LifetimeTests::details::ShaderType
368 ShaderType m_shaderType;
/external/deqp/executor/
H A DxeTestCaseResult.hpp304 enum ShaderType enum in class:xe::ri::Shader
319 ShaderType shaderType;
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp70 enum ShaderType enum in namespace:deqp::gles31::Functional::__anon19472
85 std::string generateVertexShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
125 std::string generateFragmentShader (ShaderType shaderType, const std::string& shaderUniformDeclarations, const std::string& shaderBody)
212 ShaderType shaderType,
232 const ShaderType m_shaderType;
257 ShaderType shaderType,
578 ShaderType shaderType,
596 const ShaderType m_shaderType;
615 ShaderType shaderType,
809 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderTyp
[all...]

Completed in 963 milliseconds