Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderUniformIntegerFunctionTests.cpp148 static const char* s_postfix[] = in getPrecisionPostfix() local
154 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
155 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
156 return s_postfix[precision]; in getPrecisionPostfix()
161 static const char* s_postfix[] = in getShaderTypePostfix() local
170 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
171 return s_postfix[shaderType]; in getShaderTypePostfix()
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.cpp466 static const char* s_postfix[] = in getPrecisionPostfix() local
472 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
473 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
474 return s_postfix[precision]; in getPrecisionPostfix()
479 static const char* s_postfix[] = in getShaderTypePostfix() local
488 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
489 return s_postfix[shaderType]; in getShaderTypePostfix()
/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/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp198 static const char* s_postfix[] = in getPrecisionPostfix() local
204 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
205 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
206 return s_postfix[precision]; in getPrecisionPostfix()
211 static const char* s_postfix[] = in getShaderTypePostfix() local
220 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
221 return s_postfix[shaderType]; in getShaderTypePostfix()
DvktShaderPackingFunctionTests.cpp69 static const char* s_postfix[] = in getPrecisionPostfix() local
75 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
76 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
77 return s_postfix[precision]; in getPrecisionPostfix()
82 static const char* s_postfix[] = in getShaderTypePostfix() local
91 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
92 return s_postfix[shaderType]; in getShaderTypePostfix()
DvktShaderCommonFunctionTests.cpp343 static const char* s_postfix[] = in getPrecisionPostfix() local
349 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST); in getPrecisionPostfix()
350 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getPrecisionPostfix()
351 return s_postfix[precision]; in getPrecisionPostfix()
356 static const char* s_postfix[] = in getShaderTypePostfix() local
365 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix))); in getShaderTypePostfix()
366 return s_postfix[shaderType]; in getShaderTypePostfix()