Home
last modified time | relevance | path

Searched refs:rowVecType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp2103 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local
2104 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()
2105 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1915 DataType rowVecType = getDataTypeFloatVec(numRows); in init() local
1916 …ShaderInput rowVecIn (op == OP_DIV ? INPUTTYPE_UNIFORM : INPUTTYPE_DYNAMIC, rowVecType, precision); in init()
1917 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init()