Home | History | Annotate | Download | only in functional

Lines Matching defs:componentCount

204 	spec.attribs[0].componentCount			= 4;
215 spec.attribs[1].componentCount = 2;
286 spec.attribs[0].componentCount = 2;
322 spec.attribs[0].componentCount = 4;
333 spec.attribs[1].componentCount = 2;
369 spec.attribs[0].componentCount = 4;
381 spec.attribs[1].componentCount = 2;
394 spec.attribs[2].componentCount = 3;
430 spec.attribs[0].componentCount = 2;
441 int componentCount;
452 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
458 spec.attribs[1].componentCount = iopairs[ioNdx].componentCount;
2189 attribSpec.componentCount = random.getInt(1, 4);
2200 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
2226 if (spec.attribs[0].componentCount == 1)