Searched refs:loopDataType (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 1163 DataType loopDataType = s_countDataType[dataTypeNdx]; in init() local 1164 const char* dataTypeName = getDataTypeName(loopDataType); in init() 1166 if (precision == PRECISION_LOWP && loopDataType == TYPE_FLOAT) in init() 1180 (LoopCountType)loopCountType, (Precision)precision, loopDataType)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 1177 DataType loopDataType = s_countDataType[dataTypeNdx]; in init() local 1178 const char* dataTypeName = getDataTypeName(loopDataType); in init() 1188 …VertexCase, (LoopType)loopType, (LoopCountType)loopCountType, (Precision)precision, loopDataType)); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 1301 DataType loopDataType = s_countDataType[dataTypeNdx]; in init() local 1302 const char* dataTypeName = getDataTypeName(loopDataType); in init() 1312 …VertexCase, (LoopType)loopType, (LoopCountType)loopCountType, (Precision)precision, loopDataType)); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1544 glu::DataType loopDataType = s_countDataType[dataTypeNdx]; in init() local 1545 const char* dataTypeName = getDataTypeName(loopDataType); in init() 1555 …xCase, (LoopType)loopType, (LoopCountType)loopCountType, (glu::Precision)precision, loopDataType)); in init()
|