Lines Matching refs:depth
385 int depth = reference.getDepth();
388 TCU_CHECK_INTERNAL(result.getWidth() == width && result.getHeight() == height && result.getDepth() == depth);
390 for (int z = 0; z < depth; z++)
530 VK_STENCIL_OP_ZERO, // depth & stencil pass
531 VK_STENCIL_OP_KEEP, // depth only fail
543 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass
544 VK_STENCIL_OP_KEEP, // depth only fail
732 /*depth test*/ false, /*stencil test*/ false, vertexInputConfig, topology, stencilOpStateIncrement(), useFragmentShadingRate);
1959 case TEST_IMAGE_ASPECT_DEPTH: return "depth";
2135 append(vertices, genVerticesFullQuad(RGBA::white().toVec(), DEPTH_REFERENCE)); // fill below the mask, using the depth test
2417 Move<VkEvent> event [2]; /*color and depth/stencil*/