Searched refs:instruction_count (Results 1 – 3 of 3) sorted by relevance
109 int instruction_count(void) in instruction_count() function166 return test_harness(instruction_count, "instruction_count"); in main()
141 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param() 241 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs() 311 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs() 315 gpu->identity.instruction_count = 512; in etnaviv_hw_specs() 317 gpu->identity.instruction_count = 256; in etnaviv_hw_specs() 321 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs() 325 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs() 329 gpu->identity.instruction_count = 256; in etnaviv_hw_specs() 1043 seq_printf(m, "\t instruction_count: %d\n", in etnaviv_gpu_debugfs() 1044 gpu->identity.instruction_count); in etnaviv_gpu_debugfs() [all...]
68 u32 instruction_count; member