Lines Matching defs:count
284 void addDrawInfo (deUint32 first, deUint32 count, deInt32 offset)
291 const VkMultiDrawIndexedInfoEXT info = { first, count, usedOffset };
296 const VkMultiDrawInfoEXT info = { first, count };
410 // draw count. In some cases, all pixels will be slightly different in color.
413 // pixels will preserve that clear color because they will not be drawn into. This happens, for example, if the instance count
414 // or draw count is zero and in some cases of meshed geometry with stride zero.
564 void appendPaddingVertices (std::vector<tcu::Vec4>& vertices, deUint32 count)
566 for (deUint32 i = 0u; i < count; ++i)
1015 // Vertex count per draw call.
1044 // triangles will always have offset zero, and the number of them depends on the given draw count.