Lines Matching defs:depth
139 4, /* depth */
176 4, /* depth */
262 "Verifies that blitting a multi-sampled depth attachment to "
263 "a single-sampled depth attachment gives valid results")
555 GLU_EXPECT_NO_ERROR(gl.getError(), "Could not configure draw framebuffer for depth data rendering");
563 * NOTE: Original test spec didn't enable the depth tests, which are necessary
564 * for the depth buffer to be updated.
604 /* Single-sampled depth data is now stored in dst_to_id in GL_DEPTH_COMPONENT32F which may
628 GLU_EXPECT_NO_ERROR(gl.getError(), "glFramebufferTexture2D() failed for depth preview pass");
634 GLU_EXPECT_NO_ERROR(gl.getError(), "glDrawArrays() failed for depth preview pass");
644 GLU_EXPECT_NO_ERROR(gl.getError(), "glFramebufferTexture2D() failed for depth data download pass");
654 GLU_EXPECT_NO_ERROR(gl.getError(), "glReadPixels() failed for depth data download pass");
672 float depth = data_ptr[0];
676 if (!(depth >= expected_value_min && depth <= expected_value_max))
681 << "rendered: " << depth << tcu::TestLog::EndMessage;
1823 "depth-renderable internalformats. All internalformats "
2144 /* Iterate through color-normalized-, color-unsigned-integer-, color-signed-integer- and depth-renderable internalformats */
2157 for (unsigned int n_iteration = 0; n_iteration < 4 /* normalized/unsigned/signed/depth */; ++n_iteration)
2482 8, /* depth */
2822 8, /* depth */