Searched refs:boolY (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3179 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3182 reference[x + y * targetSize.x()].setValue(compNdx, performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3205 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3207 reference[x + y * targetSize.x()].setValue(0, performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3292 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3293 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues() 3323 const bool boolY = y % 2 == (int)((index / 2) % 2); in renderReferenceValues() local 3324 Maybe<bool> output = tcu::just(performBoolOp(op, boolX, boolY)); in renderReferenceValues()
|