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

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 217 , m_universalQueueFamilyIndex (findQueueFamilyIndexWithCaps(m_instanceInterface, m_physicalDevice, VK_QUEUE_GRAPHICS_BIT|VK_QUEUE_COMPUTE_BIT))
vktSynchronization.cpp 99 if ((queueProps[queueNdx].queueFlags & VK_QUEUE_GRAPHICS_BIT) == VK_QUEUE_GRAPHICS_BIT && (queueProps[queueNdx].queueCount >= queueCount))
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 295 if (queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
346 if (queue_props[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 490 props->queueFlags = VK_QUEUE_GRAPHICS_BIT|VK_QUEUE_COMPUTE_BIT;
vkBasicTypes.inl 800 VK_QUEUE_GRAPHICS_BIT = 0x00000001,
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 244 const VkFlags game_queue_flags = VK_QUEUE_GRAPHICS_BIT;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 111 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {
    [all...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 538 flags_str[0] = (flags & VK_QUEUE_GRAPHICS_BIT) ? 'G' : '_';
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
vulkaninfo.c     [all...]
tri.c     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 523 properties->queueFlags = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp 365 (VkQueueFlagBits)(VK_QUEUE_TRANSFER_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_GRAPHICS_BIT);
388 if (enumerator & VK_QUEUE_GRAPHICS_BIT) {
389 strings.push_back("VK_QUEUE_GRAPHICS_BIT");
    [all...]
core_validation.cpp     [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 304 milliseconds