HomeSort by: relevance | last modified time | path
    Searched refs:supported_feature (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_device.c 1027 VkBool32 *supported_feature = (VkBool32 *) &supported_features; local
1032 if (enabled_feature[i] && !supported_feature[i])
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 2138 VkBool32 *supported_feature = (VkBool32 *)&supported_features; local
2142 if (enabled_feature[i] && !supported_feature[i])
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c 1771 VkBool32 *supported_feature = (VkBool32 *)&supported_features; local
1775 if (enabled_feature[i] && !supported_feature[i])

Completed in 11 milliseconds