Home | History | Annotate | Download | only in functional

Lines Matching defs:componentCount

202 	spec.attribs[0].componentCount			= 4;
213 spec.attribs[1].componentCount = 2;
284 spec.attribs[0].componentCount = 2;
320 spec.attribs[0].componentCount = 4;
331 spec.attribs[1].componentCount = 2;
367 spec.attribs[0].componentCount = 4;
379 spec.attribs[1].componentCount = 2;
392 spec.attribs[2].componentCount = 3;
428 spec.attribs[0].componentCount = 2;
439 int componentCount;
450 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
456 spec.attribs[1].componentCount = iopairs[ioNdx].componentCount;
2188 attribSpec.componentCount = random.getInt(1, 4);
2199 if (attribSpec.stride && attribSpec.componentCount * gls::DrawTestSpec::inputTypeSize(attribSpec.inputType) > attribSpec.stride)
2225 if (spec.attribs[0].componentCount == 1)