Searched refs:v3d_vs_key (Results 1 – 4 of 4) sorted by relevance
253 struct v3d_vs_key key = { in v3d_shader_precompile()715 struct v3d_vs_key local_key; in v3d_update_compiled_vs()716 struct v3d_vs_key *key = &local_key; in v3d_update_compiled_vs()867 return _mesa_hash_data(key, sizeof(struct v3d_vs_key)); in vs_cache_hash()891 return memcmp(key1, key2, sizeof(struct v3d_vs_key)) == 0; in vs_cache_compare()
454 struct v3d_vs_key { struct791 struct v3d_vs_key *vs_key;
1442 c->vs_key = (struct v3d_vs_key *) c->key; in v3d_attempt_compile()
1290 pipeline_populate_v3d_vs_key(struct v3d_vs_key *key, in pipeline_populate_v3d_vs_key()1914 struct v3d_vs_key key; in pipeline_compile_vertex_shader()