Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp87 bool pixelOk = true; in verifyImageYellowGreen() local
91 pixelOk = false; in verifyImageYellowGreen()
95 pixelOk = false; in verifyImageYellowGreen()
97 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen()
98 isOk = isOk && pixelOk; in verifyImageYellowGreen()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp179 bool pixelOk = false; in verifyResultImage() local
188 for (int y = y0; y <= y1 && !pixelOk; y++) in verifyResultImage()
189 for (int x = x0; x <= x1 && !pixelOk; x++) in verifyResultImage()
195 pixelOk = true; in verifyResultImage()
198 if (!pixelOk) in verifyResultImage()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp794 bool pixelOk = true; in verifyImage() local
798 pixelOk = false; in verifyImage()
802 pixelOk = false; in verifyImage()
804 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImage()
805 isOk = isOk && pixelOk; in verifyImage()
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp93 bool pixelOk = true; in verifyImageYellowGreen() local
97 pixelOk = false; in verifyImageYellowGreen()
101 pixelOk = false; in verifyImageYellowGreen()
103 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen()
104 isOk = isOk && pixelOk; in verifyImageYellowGreen()
Des31fDrawTests.cpp121 bool pixelOk = true; in verifyImageYellowGreen() local
125 pixelOk = false; in verifyImageYellowGreen()
129 pixelOk = false; in verifyImageYellowGreen()
131 error.setPixel(x, y, (pixelOk) ? (tcu::RGBA(0, 255, 0, 255)) : (tcu::RGBA(255, 0, 0, 255))); in verifyImageYellowGreen()
132 isOk = isOk && pixelOk; in verifyImageYellowGreen()
Des31fTessellationTests.cpp5401 bool pixelOk = false; in iterate() local
5410 for (int y = y0; y <= y1 && !pixelOk; y++) in iterate()
5411 for (int x = x0; x <= x1 && !pixelOk; x++) in iterate()
5419 pixelOk = true; in iterate()
5424 pixelOk = true; in iterate()
5428 if (!pixelOk) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp922 …const bool pixelOk = isLookupResultValid(texture, sampler, lookupPrecision, texCoord, lodBounds… in validateResultImage() local
924 errorMask.setPixel(tcu::Vec4(pixelOk?0.0f:1.0f, pixelOk?1.0f:0.0f, 0.0f, 1.0f), x, y); in validateResultImage()
926 if (!pixelOk) in validateResultImage()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp3258 bool pixelOk = true; in verifyColorAttachment() local
3270 pixelOk = false; in verifyColorAttachment()
3274 if (!pixelOk) in verifyColorAttachment()
3301 bool pixelOk = true; in verifyDepthAttachment() local
3313 pixelOk = false; in verifyDepthAttachment()
3316 if (!pixelOk) in verifyDepthAttachment()
3343 bool pixelOk = true; in verifyStencilAttachment() local
3355 pixelOk = false; in verifyStencilAttachment()
3358 if (!pixelOk) in verifyStencilAttachment()