Home | History | Annotate | Download | only in functional

Lines Matching defs:componentCount

122 	spec.attribs[0].componentCount			= 4;
133 spec.attribs[1].componentCount = 2;
200 spec.attribs[0].componentCount = 2;
235 spec.attribs[0].componentCount = 4;
246 spec.attribs[1].componentCount = 2;
281 spec.attribs[0].componentCount = 4;
293 spec.attribs[1].componentCount = 2;
306 spec.attribs[2].componentCount = 3;
341 spec.attribs[0].componentCount = 2;
352 int componentCount;
363 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
369 spec.attribs[1].componentCount = iopairs[ioNdx].componentCount;
1054 attribSpec.componentCount = random.getInt(1, 4);
1065 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
1091 if (spec.attribs[0].componentCount == 1)