Searched refs:gpu_props (Results 1 – 1 of 1) sorted by relevance
500 emugl_host_gpu_prop_list gpu_props = emuglConfig_get_host_gpu_props(); in TEST() local501 EXPECT_TRUE(gpu_props.num_gpus == 4); in TEST()503 EXPECT_STREQ("TEST GPU0 MAKE", gpu_props.props[0].make); in TEST()504 EXPECT_STREQ("TEST GPU1 MAKE", gpu_props.props[1].make); in TEST()505 EXPECT_STREQ("TEST GPU2 MAKE", gpu_props.props[2].make); in TEST()506 EXPECT_STREQ("TEST GPU3 MAKE", gpu_props.props[3].make); in TEST()508 EXPECT_STREQ("TEST GPU0 MODEL", gpu_props.props[0].model); in TEST()509 EXPECT_STREQ("TEST GPU1 MODEL", gpu_props.props[1].model); in TEST()510 EXPECT_STREQ("TEST GPU2 MODEL", gpu_props.props[2].model); in TEST()511 EXPECT_STREQ("TEST GPU3 MODEL", gpu_props.props[3].model); in TEST()[all …]