HomeSort by relevance Sort by last modified time
    Searched defs:formatProps (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 461 VkFormatProperties formatProps;
462 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
463 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT) != 0;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineDepthTests.cpp 59 VkFormatProperties formatProps;
61 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
63 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT) != 0u;
    [all...]
vktPipelineBlendTests.cpp 62 VkFormatProperties formatProps;
64 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
66 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT) &&
67 (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT);
    [all...]
vktPipelineStencilTests.cpp 61 VkFormatProperties formatProps;
63 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps);
65 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT) != 0;
    [all...]
vktPipelineMultisampleTests.cpp 754 VkFormatProperties formatProps;
755 vki.getPhysicalDeviceFormatProperties(physDevice, format, &formatProps);
756 return (formatProps.optimalTilingFeatures & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT) != 0;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp 848 const VkFormatProperties formatProps = getPhysicalDeviceFormatProperties(vki, physDevice, m_resource.getImage().format);
852 if ((formatProps.optimalTilingFeatures & requiredFlags) != requiredFlags)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp     [all...]

Completed in 583 milliseconds