Searched refs:int_to_key (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/broadcom/simulator/ |
D | v3d_simulator.c | 125 int_to_key(int key) in int_to_key() function 134 int_to_key(fd + 1)); in v3d_get_simulator_file_for_fd() 252 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), in v3d_create_simulator_bo_for_gem() 288 int_to_key(sim_bo->handle)); in v3d_free_simulator_bo() 302 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in v3d_get_simulator_bo() 655 _mesa_hash_table_insert(sim_state.fd_map, int_to_key(fd + 1), in v3d_simulator_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 112 int_to_key(int key) in int_to_key() function 121 int_to_key(fd + 1)); in vc4_get_simulator_file_for_fd() 167 _mesa_hash_table_insert(file->bo_map, int_to_key(handle), bo); in vc4_create_simulator_bo() 212 int_to_key(sim_bo->handle)); in vc4_free_simulator_bo() 223 _mesa_hash_table_search(file->bo_map, int_to_key(gem_handle)); in vc4_get_simulator_bo() 681 _mesa_hash_table_insert(sim_state.fd_map, int_to_key(screen->fd + 1), in vc4_simulator_init()
|