Lines Matching refs:attribSpec
1051 gls::DrawTestSpec::AttributeSpec attribSpec; in init() local
1053 …attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(input… in init()
1054 …attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(out… in init()
1055 …attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storage… in init()
1056 …attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), … in init()
1057 attribSpec.componentCount = random.getInt(1, 4); in init()
1058 …attribSpec.offset = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(offsets… in init()
1059 …attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides… in init()
1060 attribSpec.normalize = random.getBool(); in init()
1061 …attribSpec.instanceDivisor = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(… in init()
1062 attribSpec.useDefaultAttribute = random.getBool(); in init()
1065 valid = attribSpec.valid(spec.apiType); in init()
1068 …if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.i… in init()
1074 spec.attribs.push_back(attribSpec); in init()