Searched refs:FLAVOUR (Results 1 – 3 of 3) sorted by relevance
/external/cpu_features/scripts/ |
D | run_integration.sh | 153 local FLAVOUR="" 155 "mips32") MIPS_FLAGS="-EB -mabi=32"; FLAVOUR="mips-r2-hard"; LIBC_FOLDER_SUFFIX="lib" ;; 156 "mips32el") MIPS_FLAGS="-EL -mabi=32"; FLAVOUR="mipsel-r2-hard"; LIBC_FOLDER_SUFFIX="lib" ;; 157 "mips64") MIPS_FLAGS="-EB -mabi=64"; FLAVOUR="mips-r2-hard"; LIBC_FOLDER_SUFFIX="lib64" ;; 158 "mips64el") MIPS_FLAGS="-EL -mabi=64"; FLAVOUR="mipsel-r2-hard"; LIBC_FOLDER_SUFFIX="lib64" ;; 170 local SYSROOT_FOLDER=${GCC_FOLDER}/sysroot/${FLAVOUR} 181 local LIBC_FOLDER=${GCC_FOLDER}/mips-mti-linux-gnu/lib/${FLAVOUR}/${LIBC_FOLDER_SUFFIX}
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 407 enum FLAVOUR enum 437 std::string GetDefinition(FLAVOUR flavour, STORAGE storage) const; 486 std::string GetDefinition(FLAVOUR flavour) const; 492 static FLAVOUR GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction); 493 …d::string GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, 1221 Utils::Variable::FLAVOUR in_flavour, const std::string& out_parent_name, 1223 Utils::Variable::FLAVOUR out_flavour); 1226 const Utils::Variable::Descriptor& variable, Utils::Variable::FLAVOUR flavour);
|
D | gl4cEnhancedLayoutsTests.cpp | 3842 std::string Variable::GetDefinition(FLAVOUR flavour) const in GetDefinition() 3915 …Variable::GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, in GetReference() 3967 Variable::FLAVOUR Variable::GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction) in GetFlavour() 3969 FLAVOUR result = BASIC; in GetFlavour() 4052 std::string Variable::Descriptor::GetDefinition(FLAVOUR flavour, STORAGE storage) const in GetDefinition() 4176 std::string GetDefinitions(const Variable::PtrVector& vector, Variable::FLAVOUR flavour) in GetDefinitions() 4372 Variable::FLAVOUR flavour = Variable::GetFlavour(m_stage, Variable::INPUT); in GetDefinitionsInputs() 4383 Variable::FLAVOUR flavour = Variable::GetFlavour(m_stage, Variable::OUTPUT); in GetDefinitionsOutputs() 6509 Utils::Variable::FLAVOUR in_flavour = Utils::Variable::GetFlavour(stage, Utils::Variable::INPUT); in test() 6510 …Utils::Variable::FLAVOUR out_flavour = Utils::Variable::GetFlavour(stage, Utils::Variable::OUTPUT); in test() [all …]
|