Lines Matching defs:count
373 int count, bool varying, enum mali_job_type job_type)
378 if (!count) {
385 for (int i = 0; i < count; ++i) {
441 pandecode_attribute_meta(int count, mali_ptr attribute, bool varying)
445 for (int i = 0; i < count; ++i, attribute += pan_size(ATTRIBUTE)) {
1064 DUMP_SECTION(TILER_JOB, INSTANCE_COUNT, p, "Instance count:\n");
1065 DUMP_SECTION(TILER_JOB, VERTEX_COUNT, p, "Vertex count:\n");
1106 * not, as well as a count of render targets) */
1151 dump_fau(mali_ptr addr, unsigned count, const char *name)
1157 pandecode_validate_buffer(addr, count * 8);
1160 for (unsigned i = 0; i < count; ++i) {
1213 unsigned count = addr & 0x3F;
1217 const uint8_t *cl = pandecode_fetch_gpu_mem(mem, addr, MALI_RESOURCE_LENGTH * count);
1219 for (unsigned i = 0; i < count; ++i) {
1288 DUMP_SECTION(MALLOC_VERTEX_JOB, INSTANCE_COUNT, p, "Instance count:\n");