HomeSort by relevance Sort by last modified time
    Searched refs:fullDrawIndexUint32 (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanFeaturesTest.java 154 boolean fullDrawIndexUint32 = features.getInt("fullDrawIndexUint32") != 0;
168 if (!fullDrawIndexUint32 ||
  /frameworks/native/vulkan/tools/
vkinfo.cpp 372 printf("%sfullDrawIndexUint32: %s\n", indent, features.fullDrawIndexUint32 ? "YES" : "NO");
433 if (features.fullDrawIndexUint32) printf("%sfullDrawIndexUint32\n", indent);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 224 visitor->Visit("fullDrawIndexUint32", &features->fullDrawIndexUint32) &&
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 40 VkBool32 fullDrawIndexUint32;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 261 { LIMIT(maxDrawIndexedIndexValue), FEATURE(fullDrawIndexUint32), (1<<24)-1, 0, 0, 0.0f },
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 831 printf("\tfullDrawIndexUint32 = %u\n", features->fullDrawIndexUint32 );
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 130 milliseconds