Home
last modified time | relevance | path

Searched defs:gpu_props (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A Dhwc.hpp195 struct gpu_props struct
197 uint32_t product_id;
198 uint16_t minor_revision;
199 uint16_t major_revision;
200 uint32_t num_groups;
201 uint32_t num_core_groups;
202 uint64_t core_mask[16];
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config_unittest.cpp500 emugl_host_gpu_prop_list gpu_props = emuglConfig_get_host_gpu_props(); in TEST() local
543 emugl_host_gpu_prop_list gpu_props = emuglConfig_get_host_gpu_props(); in TEST() local
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h167 VkPhysicalDeviceProperties gpu_props; member