Searched refs:vc4_fs_key (Results 1 – 2 of 2) sorted by relevance
323 struct vc4_fs_key { struct447 struct vc4_fs_key *fs_key;
2221 c->fs_key = (struct vc4_fs_key *)key; in vc4_shader_ntq()2569 key_size = sizeof(struct vc4_fs_key); in vc4_get_compiled_shader()2680 struct vc4_fs_key local_key; in vc4_update_compiled_fs()2681 struct vc4_fs_key *key = &local_key; in vc4_update_compiled_fs()2808 return _mesa_hash_data(key, sizeof(struct vc4_fs_key)); in fs_cache_hash()2820 return memcmp(key1, key2, sizeof(struct vc4_fs_key)) == 0; in fs_cache_compare()