Lines Matching refs:data
51 if (var->data.driver_location == driver_location) {
52 return var->data.location;
65 * varyings together in a single data spec.
186 const int slot = var->data.location + j;
190 const int swiz = var->data.location_frac + i;
216 if (var->data.location == FRAG_RESULT_COLOR) {
218 } else if (var->data.location >= FRAG_RESULT_DATA0) {
219 key.cbufs |= 1 << (var->data.location -
347 v3d_shader_debug_output(const char *message, void *data)
349 struct v3d_context *v3d = data;
381 return entry->data;
780 int driver_location = var->data.driver_location;
928 struct v3d_compiled_shader *shader = entry->data;
1036 struct v3d_compiled_shader *shader = entry->data;