Home | History | Annotate | Download | only in functional

Lines Matching full:sampler

492 static VarValue getSamplerFillValue (const VarValue& sampler)
494 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
500 result.val.floatV[i] = sampler.val.samplerV.fillColor[i];
505 static VarValue getSamplerUnitValue (const VarValue& sampler)
507 DE_ASSERT(glu::isDataTypeSampler(sampler.type));
511 result.val.intV[0] = sampler.val.samplerV.unit;
578 static VarValue generateRandomVarValue (const glu::DataType type, Random& rnd, int samplerUnit = -1 /* Used if type is a sampler type. \note Samplers' unit numbers are not randomized. */)
1533 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
2004 // \note Different sampler types may not be bound to same unit when rendering.