Home
last modified time | relevance | path

Searched refs:s_postfix (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderPackingFunctionTests.cpp122 static const char* s_postfix[] = in getPrecisionPostfix() local
128 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
130 return s_postfix[precision]; in getPrecisionPostfix()
135 static const char* s_postfix[] = in getShaderTypePostfix() local
140 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
141 return s_postfix[shaderType]; in getShaderTypePostfix()
Des3fShaderCommonFunctionTests.cpp392 static const char* s_postfix[] = in getPrecisionPostfix() local
398 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
399 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
400 return s_postfix[precision]; in getPrecisionPostfix()
405 static const char* s_postfix[] = in getShaderTypePostfix() local
410 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
411 return s_postfix[shaderType]; in getShaderTypePostfix()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp324 static const char* s_postfix[] = in getPrecisionPostfix() local
330 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
331 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
332 return s_postfix[precision]; in getPrecisionPostfix()
337 static const char* s_postfix[] = in getShaderTypePostfix() local
346 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
347 return s_postfix[shaderType]; in getShaderTypePostfix()
Des31fShaderPackingFunctionTests.cpp122 static const char* s_postfix[] = in getPrecisionPostfix() local
128 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
130 return s_postfix[precision]; in getPrecisionPostfix()
135 static const char* s_postfix[] = in getShaderTypePostfix() local
144 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
145 return s_postfix[shaderType]; in getShaderTypePostfix()
Des31fShaderCommonFunctionTests.cpp465 static const char* s_postfix[] = in getPrecisionPostfix() local
471 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
472 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
473 return s_postfix[precision]; in getPrecisionPostfix()
478 static const char* s_postfix[] = in getShaderTypePostfix() local
487 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
488 return s_postfix[shaderType]; in getShaderTypePostfix()