Searched refs:sampleOperand (Results 1 – 1 of 1) sorted by relevance
1042 auto sampleOperand = Operand(this, state, paramId); in Interpolate() local1043 ASSERT(sampleOperand.componentCount == 1); in Interpolate()1047 SIMD::Int samples = sampleOperand.Int(0) & SIMD::Int(NUM_SAMPLES - 1); in Interpolate()