Lines Matching refs:scissor
397 const VkRect2D scissor)
420 // Clear the scissor are with the clearColor which depends on the selected mode
421 tcu::clear(tcu::getSubregion(image.getAccess(), scissor.offset.x, scissor.offset.y,
422 scissor.extent.width, scissor.extent.height),
425 // Now draw the discard rectangles taking into account both the scissor area and
433 if ((x >= (deUint32)scissor.offset.x) && (x < (scissor.offset.x + scissor.extent.width)) &&
434 (y >= (deUint32)scissor.offset.y) && (y < (scissor.offset.y + scissor.extent.height)))
833 for (deUint32 scissor = 0 ; scissor < TEST_SCISSOR_MODE_COUNT; scissor++)
845 (TestScissorMode)scissor, // TestScissorMode scissorMode;
849 name << dynamicName[dynamic] << scissorName[scissor] << modeName[mode] << "rect_" << numRect[rect];