Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1313 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local
1315 const bool isNormalOp = binaryOperatorType == 0; in init()
1316 const bool isAssignEff = binaryOperatorType == 1; in init()
1317 const bool isAssignRes = binaryOperatorType == 2; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1316 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… in init() local
1318 const bool isNormalOp = binaryOperatorType == 0; in init()
1319 const bool isAssignEff = binaryOperatorType == 1; in init()
1320 const bool isAssignRes = binaryOperatorType == 2; in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1635 …for (int binaryOperatorType = 0; binaryOperatorType <= 2; binaryOperatorType++) // 0: normal op te… local
1637 bool isNormalOp = binaryOperatorType == 0;
1638 bool isAssignEff = binaryOperatorType == 1;
1639 bool isAssignRes = binaryOperatorType == 2;