Searched refs:progType (Results 1 – 8 of 8) sorted by relevance
98 arb_input_attrib_string(GLuint index, GLenum progType) in arb_input_attrib_string() argument212 if (progType == GL_VERTEX_PROGRAM_ARB) { in arb_input_attrib_string()217 assert(progType == GL_FRAGMENT_PROGRAM_ARB); in arb_input_attrib_string()265 arb_output_attrib_string(GLuint index, GLenum progType) in arb_output_attrib_string() argument358 if (progType == GL_VERTEX_PROGRAM_ARB) { in arb_output_attrib_string()363 assert(progType == GL_FRAGMENT_PROGRAM_ARB); in arb_output_attrib_string()
42 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()47 Program::Type progType; member in nv50_ir::CodeEmitterNV50387 if (progType == Program::TYPE_GEOMETRY && i->src(0).isIndirect(0)) { in setSrcFileBits()404 assert(progType == Program::TYPE_GEOMETRY || in setSrcFileBits()405 progType == Program::TYPE_COMPUTE); in setSrcFileBits()407 if (progType == Program::TYPE_GEOMETRY && i->src(0).isIndirect(0)) { in setSrcFileBits()418 if (progType == Program::TYPE_GEOMETRY && i->src(0).isIndirect(0)) { in setSrcFileBits()433 assert(progType != Program::TYPE_GEOMETRY); in setSrcFileBits()440 if (progType != Program::TYPE_COMPUTE) in setSrcFileBits()628 if (progType == Program::TYPE_GEOMETRY && i->src(0).isIndirect(0)) in emitLOAD()[all …]
1309 Type getType() const { return progType; } in getType()1328 Type progType;
357 CodeEmitter *emit = target->getCodeEmitter(progType); in emitBinary()
38 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()43 Program::Type progType; member in nv50_ir::CodeEmitterGK110
1170 : progType(type), in Program()
38 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()43 Program::Type progType; member in nv50_ir::CodeEmitterNVC0
43 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()48 Program::Type progType; member in nv50_ir::CodeEmitterGM107