Searched refs:ir3_cache_key (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h39 struct ir3_cache_key { struct
49 struct ir3_cache_key key;
71 const struct ir3_cache_key *key,
H A Dir3_cache.c37 const struct ir3_cache_key *key = _key;
46 const struct ir3_cache_key *a = _a;
47 const struct ir3_cache_key *b = _b;
50 return memcmp(a, b, sizeof(struct ir3_cache_key)) == 0;
85 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key,
122 const struct ir3_cache_key *key = entry->key;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h41 struct ir3_cache_key { struct
56 struct ir3_cache_key key;
64 struct ir3_shader_variant *fs, const struct ir3_cache_key *key);
79 const struct ir3_cache_key *key,
H A Dir3_cache.c38 const struct ir3_cache_key *key = _key;
45 const struct ir3_cache_key *a = _a;
46 const struct ir3_cache_key *b = _b;
49 return memcmp(a, b, sizeof(struct ir3_cache_key)) == 0;
89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key,
181 const struct ir3_cache_key *key = entry->key;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.h52 struct ir3_cache_key key;
H A Dfd4_program.c563 const struct ir3_cache_key *key) in_dt
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.h54 struct ir3_cache_key key;
H A Dfd3_program.c457 const struct ir3_cache_key *key) in_dt
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h72 struct ir3_cache_key key;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.h52 struct ir3_cache_key key;
H A Dfd5_program.c717 const struct ir3_cache_key *key) in_dt
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.h95 struct ir3_cache_key key;
H A Dfd6_program.c354 const struct ir3_cache_key *cache_key,
1191 const struct ir3_cache_key *key) in_dt

Completed in 12 milliseconds