Searched refs:hasSampler (Results 1 – 1 of 1) sorted by relevance
1458 …bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (sampler… in TexLookup() local1459 bool allocSampler = !hasSampler || (canAllocSampler && state.getRandom().getBool()); in TexLookup()