Lines Matching defs:clearNan
1084 const float clearNan = tcu::Float32::nan().asFloat();
1125 clearColor.float32[ndx] = clearNan;
1405 const float clearNan = tcu::Float32::nan().asFloat();
1412 clearValue.depthStencil.depth = clearNan;
2146 const float clearNan = tcu::Float32::nan().asFloat();
2147 const VkClearValue clearValueNan = makeClearValueColorF32(clearNan, clearNan, clearNan, clearNan);
2814 const float clearNan = tcu::Float32::nan().asFloat();
2815 const float clearDepth = hasDepthComponent(format.order) ? clearValues[attachmentNdx]->depthStencil.depth : clearNan;
2902 const float clearNan = tcu::Float32::nan().asFloat();
2911 attachmentClearValues.push_back(makeClearValueColorF32(clearNan, clearNan, clearNan, clearNan));