Searched refs:boolY (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3244 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3247 reference[x + y * targetSize.x()].setValue(compNdx, performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3270 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3272 reference[x + y * targetSize.x()].setValue(0, performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3357 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3358 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3388 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3389 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues()
|