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