Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp2083 for (int binaryOperatorType = 0; binaryOperatorType <= 2; in init() local
2084binaryOperatorType++) // 0: normal op test, 1: assignment op side-effect test, 2: assignment op re… in init()
2086 const bool isNormalOp = binaryOperatorType == 0; in init()
2087 const bool isAssignEff = binaryOperatorType == 1; in init()
2088 const bool isAssignRes = binaryOperatorType == 2; in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp2522 for (int binaryOperatorType = 0; binaryOperatorType <= 2; local
2523binaryOperatorType++) // 0: normal op test, 1: assignment op side-effect test, 2: assignment op re…
2525 bool isNormalOp = binaryOperatorType == 0;
2526 bool isAssignEff = binaryOperatorType == 1;
2527 bool isAssignRes = binaryOperatorType == 2;