Home | History | Annotate | Download | only in cso_cache

Lines Matching refs:hash_key

246             if (sampler && cso_hash_take(hash, sampler->hash_key))
273 cso_hash_insert(hash, sampler->hash_key, sampler);
450 unsigned key_size, hash_key;
457 hash_key = cso_construct_key((void*)templ, key_size);
458 iter = cso_find_state_template(ctx->cache, hash_key, CSO_BLEND,
472 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso);
515 unsigned hash_key
517 hash_key,
535 iter = cso_insert_state(ctx->cache, hash_key,
580 unsigned hash_key = cso_construct_key((void*)templ, key_size);
582 hash_key,
598 iter = cso_insert_state(ctx->cache, hash_key, CSO_RASTERIZER, cso);
1045 unsigned key_size, hash_key;
1064 hash_key = cso_construct_key((void*)&velems_state, key_size);
1065 iter = cso_find_state_template(ctx->cache, hash_key, CSO_VELEMENTS,
1080 iter = cso_insert_state(ctx->cache, hash_key, CSO_VELEMENTS, cso);
1210 unsigned hash_key = cso_construct_key((void*)templ, key_size);
1214 hash_key, CSO_SAMPLER,
1227 cso->hash_key = hash_key;
1229 iter = cso_insert_state(ctx->cache, hash_key, CSO_SAMPLER, cso);