Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1390 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local
1392 const bool isNormalOp = binaryOperatorType == 0; in init()
1393 const bool isAssignEff = binaryOperatorType == 1; in init()
1394 const bool isAssignRes = binaryOperatorType == 2; in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1422 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local
1424 bool isNormalOp = binaryOperatorType == 0; in init()
1425 bool isAssignEff = binaryOperatorType == 1; in init()
1426 bool isAssignRes = binaryOperatorType == 2; in init()