Lines Matching defs:value
39 int etnaviv_gpu_get_param(struct etnaviv_gpu *gpu, u32 param, u64 *value)
45 *value = gpu->identity.model;
49 *value = gpu->identity.revision;
53 *value = gpu->identity.features;
57 *value = gpu->identity.minor_features0;
61 *value = gpu->identity.minor_features1;
65 *value = gpu->identity.minor_features2;
69 *value = gpu->identity.minor_features3;
73 *value = gpu->identity.minor_features4;
77 *value = gpu->identity.minor_features5;
81 *value = gpu->identity.minor_features6;
85 *value = gpu->identity.minor_features7;
89 *value = gpu->identity.minor_features8;
93 *value = gpu->identity.minor_features9;
97 *value = gpu->identity.minor_features10;
101 *value = gpu->identity.minor_features11;
105 *value = gpu->identity.stream_count;
109 *value = gpu->identity.register_max;
113 *value = gpu->identity.thread_count;
117 *value = gpu->identity.vertex_cache_size;
121 *value = gpu->identity.shader_core_count;
125 *value = gpu->identity.pixel_pipes;
129 *value = gpu->identity.vertex_output_buffer_size;
133 *value = gpu->identity.buffer_size;
137 *value = gpu->identity.instruction_count;
141 *value = gpu->identity.num_constants;
145 *value = gpu->identity.varyings_count;
150 *value = ETNAVIV_SOFTPIN_START_ADDRESS;
152 *value = ~0ULL;
156 *value = gpu->identity.product_id;
160 *value = gpu->identity.customer_id;
164 *value = gpu->identity.eco_id;
220 /* This overrides the value from older register if non-zero */
235 /* Convert the register max value */
688 * Base value for VIVS_PM_PULSE_EATER register on models where it
1892 * yet been performed to determine an appropriate value.