Searched refs:int_to_key (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_simulator.c | 114 int_to_key(int key) in int_to_key() function 123 int_to_key(fd + 1)); in vc5_get_simulator_file_for_fd() 190 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), in vc5_create_simulator_bo() 213 int_to_key(sim_bo->handle)); in vc5_free_simulator_bo() 225 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in vc5_get_simulator_bo() 621 _mesa_hash_table_insert(sim_state.fd_map, int_to_key(screen->fd + 1), in vc5_simulator_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 109 int_to_key(int key) in int_to_key() function 118 int_to_key(fd + 1)); in vc4_get_simulator_file_for_fd() 163 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), bo); in vc4_create_simulator_bo() 185 int_to_key(sim_bo->handle)); in vc4_free_simulator_bo() 197 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in vc4_get_simulator_bo() 741 _mesa_hash_table_insert(sim_state.fd_map, int_to_key(screen->fd + 1), in vc4_simulator_init()
|