Home
last modified time | relevance | path

Searched refs:vc4_fs_key (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.h324 struct vc4_fs_key { struct
451 struct vc4_fs_key *fs_key;
Dvc4_program.c2235 c->fs_key = (struct vc4_fs_key *)key; in vc4_shader_ntq()
2589 key_size = sizeof(struct vc4_fs_key); in vc4_get_compiled_shader()
2700 struct vc4_fs_key local_key; in vc4_update_compiled_fs()
2701 struct vc4_fs_key *key = &local_key; in vc4_update_compiled_fs()
2834 return _mesa_hash_data(key, sizeof(struct vc4_fs_key)); in fs_cache_hash()
2846 return memcmp(key1, key2, sizeof(struct vc4_fs_key)) == 0; in fs_cache_compare()