Home
last modified time | relevance | path

Searched refs:ext_shader_float16_int8_features (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc107 device.ext_shader_float16_int8_features.reported = true; in VkJsonGetDevice()
108 device.ext_shader_float16_int8_features.shader_float16_int8_features_khr in VkJsonGetDevice()
111 device.ext_shader_float16_int8_features.shader_float16_int8_features_khr in VkJsonGetDevice()
113 features.pNext = &device.ext_shader_float16_int8_features in VkJsonGetDevice()
Dvkjson.h118 VkJsonExtShaderFloat16Int8Features ext_shader_float16_int8_features; member
Dvkjson.cc1101 if (device->ext_shader_float16_int8_features.reported) { in Iterate()
1103 &device->ext_shader_float16_int8_features); in Iterate()