Searched refs:cNdx (Results 1 – 1 of 1) sorted by relevance
347 int cNdx = fragNdx-packetStart; in execute() local348 tcu::Vec4 c = tcu::Vec4(colorValue.component(0).asFloat(cNdx), in execute()349 colorValue.component(1).asFloat(cNdx), in execute()350 colorValue.component(2).asFloat(cNdx), in execute()351 colorValue.component(3).asFloat(cNdx)); in execute()