Home | History | Annotate | Download | only in functional

Lines Matching defs:componentCount

91 	spec.attribs[0].componentCount			= 4;
102 spec.attribs[1].componentCount = 2;
164 spec.attribs[0].componentCount = 2;
199 spec.attribs[0].componentCount = 4;
210 spec.attribs[1].componentCount = 2;
245 spec.attribs[0].componentCount = 2;
256 int componentCount;
265 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
271 spec.attribs[1].componentCount = iopairs[ioNdx].componentCount;
624 attribSpec.componentCount = random.getInt(1, 4);
635 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
661 if (spec.attribs[0].componentCount == 1)