Searched refs:PARAMETER_TEMP (Results 1 – 6 of 6) sorted by relevance
429 …= PARAMETER_CONST || type == PARAMETER_INPUT || type == PARAMETER_OUTPUT || type == PARAMETER_TEMP) in relativeString()445 else if(rel.type == PARAMETER_TEMP) in relativeString()1034 case PARAMETER_TEMP: return "r"; in typeString()1880 instruction[i]->dst.rel.type == PARAMETER_TEMP || in analyzeDynamicIndexing()1885 case PARAMETER_TEMP: dynamicallyIndexedTemporaries = true; break; in analyzeDynamicIndexing()1896 instruction[i]->src[j].rel.type == PARAMETER_TEMP || in analyzeDynamicIndexing()1901 case PARAMETER_TEMP: dynamicallyIndexedTemporaries = true; break; in analyzeDynamicIndexing()
389 case Shader::PARAMETER_TEMP: in program()516 case Shader::PARAMETER_TEMP: in program()683 case Shader::PARAMETER_TEMP: in fetchRegister()723 else if(src.rel.type == Shader::PARAMETER_TEMP) in fetchRegister()883 case Shader::PARAMETER_TEMP: a = r[src.rel.index][component]; break; in readConstant()926 if(var.rel.type == Shader::PARAMETER_TEMP) in relativeAddress()
322 PARAMETER_TEMP = 0, enumerator
370 case Shader::PARAMETER_TEMP: in applyShader()464 case Shader::PARAMETER_TEMP: in applyShader()816 case Shader::PARAMETER_TEMP: in fetchRegister()857 else if(src.rel.type == Shader::PARAMETER_TEMP) in fetchRegister()1020 if(var.rel.type == Shader::PARAMETER_TEMP) in relativeAddress()
1289 case Shader::PARAMETER_TEMP: in writeDestination()1336 case Shader::PARAMETER_TEMP: reg = &rs[i]; break; in fetchRegister()
2179 instruction->dst.type = sw::Shader::PARAMETER_TEMP; in argument()2206 instruction->dst.type = sw::Shader::PARAMETER_TEMP; in argument()2425 dst.rel.type = sw::Shader::PARAMETER_TEMP; in lvalue()2527 return sw::Shader::PARAMETER_TEMP; in registerType()2532 case EvqTemporary: return sw::Shader::PARAMETER_TEMP; in registerType()2533 case EvqGlobal: return sw::Shader::PARAMETER_TEMP; in registerType()2551 case EvqIn: return sw::Shader::PARAMETER_TEMP; in registerType()2552 case EvqOut: return sw::Shader::PARAMETER_TEMP; in registerType()2553 case EvqInOut: return sw::Shader::PARAMETER_TEMP; in registerType()2554 case EvqConstReadOnly: return sw::Shader::PARAMETER_TEMP; in registerType()