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

/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.h23 unsigned ShaderType; member in class:llvm::AMDGPUMachineFunction
37 return ShaderType;
H A DSITypeRewriter.cpp64 Attribute A = F.getFnAttribute("ShaderType");
66 unsigned ShaderType = ShaderType::COMPUTE; local
69 Str.getAsInteger(0, ShaderType);
71 if (ShaderType == ShaderType::COMPUTE)
H A DAMDGPU.h88 namespace ShaderType { namespace
H A DAMDGPUAsmPrinter.cpp208 case ShaderType::COMPUTE: RsrcReg = R_0288D4_SQ_PGM_RESOURCES_LS; break;
209 case ShaderType::GEOMETRY: RsrcReg = R_028878_SQ_PGM_RESOURCES_GS; break;
210 case ShaderType::PIXEL: RsrcReg = R_028844_SQ_PGM_RESOURCES_PS; break;
211 case ShaderType::VERTEX: RsrcReg = R_028860_SQ_PGM_RESOURCES_VS; break;
217 case ShaderType::GEOMETRY: // Fall through
218 case ShaderType::COMPUTE: // Fall through
219 case ShaderType::VERTEX: RsrcReg = R_028868_SQ_PGM_RESOURCES_VS; break;
220 case ShaderType::PIXEL: RsrcReg = R_028850_SQ_PGM_RESOURCES_PS; break;
230 if (MFI->getShaderType() == ShaderType::COMPUTE) {
412 static unsigned getRsrcReg(unsigned ShaderType) { argument
[all...]
H A DR600ControlFlowFinalizer.cpp49 CFStack(const AMDGPUSubtarget *st, unsigned ShaderType) : ST(st), argument
51 MaxStackSize(ShaderType == ShaderType::VERTEX ? 1 : 0),
488 if (MFI->getShaderType() == ShaderType::VERTEX) {
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DShader.java76 public static enum ShaderType { enum in class:Shader
99 ShaderType shaderType;
106 public ShaderSource(ShaderType type){
135 shaderType = ic.readEnum("shaderType", ShaderType.class, null);
149 public ShaderType getType() {
293 public void addSource(ShaderType type, String name, String source, String defines){
304 public void addSource(ShaderType type, String source, String defines){
308 public void addSource(ShaderType type, String source){
/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::__anon3581
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,
585 ShaderType shaderType,
603 const ShaderType m_shaderType;
622 ShaderType shaderType,
829 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderTyp
[all...]

Completed in 1709 milliseconds