Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3086 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local
3089 reference[x + y * targetSize.x()].setValue(compNdx, performBoolOp(op, boolX, boolY)); in renderReferenceValues()
3112 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local
3114 reference[x + y * targetSize.x()].setValue(0, performBoolOp(op, boolX, boolY)); in renderReferenceValues()
3199 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local
3200 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues()
3230 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local
3231 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues()