Home
last modified time | relevance | path

Searched refs:curInDataType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1321 DataType curInDataType = isFloatCase ? s_floatTypes[curInScalarSize - 1] in init() local
1331 desc += getDataTypeName(curInDataType); in init()
1334 name += string("") + getDataTypeName(curInDataType) + "_"; in init()
1367 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1927 const DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init() local
1938 desc += getDataTypeName(curInDataType); in init()
1940 …if (inputNdx == 0 || prevInDataType != curInDataType) // \note Only write input type to case name … in init()
1941 name += std::string("") + getDataTypeName(curInDataType) + "_"; in init()
1974 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1968 DataType curInDataType = isFloatType(v.valueType) ? s_floatTypes[curInScalarSize - 1] in init() local
1979 desc += getDataTypeName(curInDataType); in init()
1981 …if (inputNdx == 0 || prevInDataType != curInDataType) // \note Only write input type to case name … in init()
1982 name += string("") + getDataTypeName(curInDataType) + "_"; in init()
2015 … shaderSpec.inputs[shaderSpec.numInputs++] = ShaderValue(curInDataType, v.rangeMin, v.rangeMax); in init()