Searched refs:progType (Results 1 – 8 of 8) sorted by relevance
85 arb_input_attrib_string(GLuint index, GLenum progType) in arb_input_attrib_string() argument198 if (progType == GL_VERTEX_PROGRAM_ARB) { in arb_input_attrib_string()203 assert(progType == GL_FRAGMENT_PROGRAM_ARB); in arb_input_attrib_string()251 arb_output_attrib_string(GLuint index, GLenum progType) in arb_output_attrib_string() argument343 if (progType == GL_VERTEX_PROGRAM_ARB) { in arb_output_attrib_string()348 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 …]
1252 Type getType() const { return progType; } in getType()1270 Type progType; variable
369 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
1099 : progType(type), in Program()
38 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()43 Program::Type progType; member in nv50_ir::CodeEmitterNVC0
42 inline void setProgramType(Program::Type pType) { progType = pType; } in setProgramType()47 Program::Type progType; member in nv50_ir::CodeEmitterGM107