Searched refs:vc4_fs_key (Results 1 – 2 of 2) sorted by relevance
348 struct vc4_fs_key { struct482 struct vc4_fs_key *fs_key;
2235 c->fs_key = (struct vc4_fs_key *)key; in vc4_shader_ntq()2573 key_size = sizeof(struct vc4_fs_key); in vc4_get_compiled_shader()2717 struct vc4_fs_key local_key; in vc4_update_compiled_fs()2718 struct vc4_fs_key *key = &local_key; in vc4_update_compiled_fs()2849 return _mesa_hash_data(key, sizeof(struct vc4_fs_key)); in fs_cache_hash()2861 return memcmp(key1, key2, sizeof(struct vc4_fs_key)) == 0; in fs_cache_compare()