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.cc140 device.ext_shader_float16_int8_features.reported = true; in VkJsonGetDevice()
141 device.ext_shader_float16_int8_features.shader_float16_int8_features_khr in VkJsonGetDevice()
144 device.ext_shader_float16_int8_features.shader_float16_int8_features_khr in VkJsonGetDevice()
146 features.pNext = &device.ext_shader_float16_int8_features in VkJsonGetDevice()
Dvkjson.h114 VkJsonExtShaderFloat16Int8Features ext_shader_float16_int8_features; member
Dvkjson.cc841 if (device->ext_shader_float16_int8_features.reported) { in Iterate()
843 &device->ext_shader_float16_int8_features); in Iterate()