Lines Matching defs:region
3209 // For region 0, there's a single draw that increments the cleared stencil
3211 // For region 1, there's a vkCmdClearAttachments followed by a draw that increments that stencil value
3225 // Verify the rest of the regions have clear values. Note that clearValues[0] is unused as it's overriden with a draw call to region 1.
3229 const UVec4& region = regions[regionNdx];
3234 region,
3245 region,
3256 region,
3268 region,
3279 region,
3407 // Draw to region[0]
3438 // Clear all regions except region 0
3448 const UVec4& region = regions[regionNdx + 1];
3452 {static_cast<deInt32>(region.x()), static_cast<deInt32>(region.y())},
3453 {region.z(), region.w()}
3461 // Draw to region[1], overriding the clear value