Searched defs:hash_key (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 107 unsigned hash_key, enum cso_cache_type type, in cso_insert_state() 118 unsigned hash_key, enum cso_cache_type type) in cso_find_state() 127 unsigned hash_key, in cso_hash_find_data_from_template() 146 unsigned hash_key, enum cso_cache_type type, in cso_find_state_template()
|
D | cso_cache.h | 136 unsigned hash_key; member
|
D | cso_context.c | 441 unsigned key_size, hash_key; in cso_set_blend() local 504 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_depth_stencil_alpha() local 566 unsigned hash_key = cso_construct_key((void*)templ, key_size); in cso_set_rasterizer() local 1032 unsigned key_size, hash_key; in cso_set_vertex_elements_direct() local 1220 unsigned hash_key = cso_construct_key((void*)templ, key_size); in set_sampler() local
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_cache.c | 82 unsigned hash_key; in create_key() local 93 unsigned hash_key = create_key(key); in translate_cache_find() local
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_cache.c | 60 hash_key(const void *key, GLuint key_size) in hash_key() function
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_nir.h | 151 const uint32_t hash_key; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 389 unsigned key_size, hash_key; in u_vbuf_set_vertex_elements_internal() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo_compute.c | 817 uint32_t hash_key = compute_shader_key(view_target, num_components); in download_texture_compute() local
|