Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceFeatures (Results 1 – 25 of 112) sorted by relevance

12345

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp100 #define FEATURE(_X_) DE_OFFSET_OF(VkPhysicalDeviceFeatures, _X_)
102 bool validateFeatureLimits(VkPhysicalDeviceProperties* properties, VkPhysicalDeviceFeatures* featur… in validateFeatureLimits()
1013 VkPhysicalDeviceFeatures* features; in deviceFeatures()
1014 deUint8 buffer[sizeof(VkPhysicalDeviceFeatures) + GUARD_SIZE]; in deviceFeatures()
1018 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, robustBufferAccess), in deviceFeatures()
1019 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, fullDrawIndexUint32), in deviceFeatures()
1020 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, imageCubeArray), in deviceFeatures()
1021 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, independentBlend), in deviceFeatures()
1022 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, geometryShader), in deviceFeatures()
1023 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, tessellationShader), in deviceFeatures()
[all …]
DvktApiDeviceInitializationTests.cpp727 #define FEATURE_ITEM(MEMBER) {#MEMBER, DE_OFFSET_OF(VkPhysicalDeviceFeatures, MEMBER)}
740 VkPhysicalDeviceFeatures physicalDeviceFeatures; in createDeviceWithUnsupportedFeaturesTest()
814 VkPhysicalDeviceFeatures enabledFeatures; in createDeviceWithUnsupportedFeaturesTest()
978 VkPhysicalDeviceFeatures emptyDeviceFeatures; in createDeviceQueue2UnmatchedFlagsTest()
DvktApiBufferTests.cpp194 const vk::VkPhysicalDeviceFeatures in createSparseContext()
267 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanc… in checkSupport()
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp27 const VkPhysicalDeviceFeatures& PhysicalDevice::getFeatures() const in getFeatures()
29 static const VkPhysicalDeviceFeatures features in getFeatures()
312 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const in hasFeatures()
314 const VkPhysicalDeviceFeatures& supportedFeatures = getFeatures(); in hasFeatures()
317 constexpr auto featureCount = sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32); in hasFeatures()
DVkPhysicalDevice.hpp33 const VkPhysicalDeviceFeatures& getFeatures() const;
40 bool hasFeatures(const VkPhysicalDeviceFeatures& requestedFeatures) const;
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1441 FeaturePointer(VkBool32 VkPhysicalDeviceFeatures::*ptr) in ValidateShaderCapabilities()
1476 …pabilityGeometry, {"VkPhysicalDeviceFeatures::geometryShader", &VkPhysicalDeviceFeatures::geometry… in ValidateShaderCapabilities()
1477 …Tessellation, {"VkPhysicalDeviceFeatures::tessellationShader", &VkPhysicalDeviceFeatures::tessella… in ValidateShaderCapabilities()
1478 …CapabilityFloat64, {"VkPhysicalDeviceFeatures::shaderFloat64", &VkPhysicalDeviceFeatures::shaderFl… in ValidateShaderCapabilities()
1479 …{spv::CapabilityInt64, {"VkPhysicalDeviceFeatures::shaderInt64", &VkPhysicalDeviceFeatures::shader… in ValidateShaderCapabilities()
1480 …ysicalDeviceFeatures::shaderTessellationAndGeometryPointSize", &VkPhysicalDeviceFeatures::shaderTe… in ValidateShaderCapabilities()
1481 …ysicalDeviceFeatures::shaderTessellationAndGeometryPointSize", &VkPhysicalDeviceFeatures::shaderTe… in ValidateShaderCapabilities()
1482 …ended, {"VkPhysicalDeviceFeatures::shaderImageGatherExtended", &VkPhysicalDeviceFeatures::shaderIm… in ValidateShaderCapabilities()
1483 …e, {"VkPhysicalDeviceFeatures::shaderStorageImageMultisample", &VkPhysicalDeviceFeatures::shaderSt… in ValidateShaderCapabilities()
1484 …sicalDeviceFeatures::shaderUniformBufferArrayDynamicIndexing", &VkPhysicalDeviceFeatures::shaderUn… in ValidateShaderCapabilities()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp256 vk::VkPhysicalDeviceFeatures coreFeatures;
280 const vk::VkPhysicalDeviceFeatures& toCheck,
285 const vk::VkPhysicalDeviceFeatures& toCheck,
DvktSpvAsmUtils.cpp61 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()
64 const VkPhysicalDeviceFeatures& availableFeatures = context.getDeviceFeatures(); in isCoreFeaturesSupported()
/external/skqp/include/gpu/vk/
DGrVkBackendContext.h64 VkPhysicalDeviceFeatures* fDeviceFeatures = nullptr;
/external/skia/include/gpu/vk/
DGrVkBackendContext.h64 VkPhysicalDeviceFeatures* fDeviceFeatures = nullptr;
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp136 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures()
138 VkPhysicalDeviceFeatures features; in getPhysicalDeviceFeatures()
344 bool isShaderStageSupported (const VkPhysicalDeviceFeatures& deviceFeatures, VkShaderStageFlagBits … in isShaderStageSupported()
DvkQueryUtil.hpp48 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysic…
71 bool isShaderStageSupported (const VkPhysicalDeviceFeatures& deviceFeatures, VkShad…
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h55 VkPhysicalDeviceFeatures *features = nullptr, void *create_device_pnext = nullptr);
100 void GetPhysicalDeviceFeatures(VkPhysicalDeviceFeatures *features);
102 … void InitState(VkPhysicalDeviceFeatures *features = nullptr, void *create_device_pnext = nullptr,
Dvktestbinding.cpp94 VkPhysicalDeviceFeatures PhysicalDevice::features() const { in features()
95 VkPhysicalDeviceFeatures features; in features()
246 void Device::init(std::vector<const char *> &extensions, VkPhysicalDeviceFeatures *features, void *… in init()
277 VkPhysicalDeviceFeatures all_features; in init()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp472 …const VkPhysicalDeviceFeatures& getDeviceFeatures (void) const { return m_deviceFeatures… in getDeviceFeatures()
632 const vk::VkPhysicalDeviceFeatures& Context::getDeviceFeatures (void) const { return m_device->… in getDeviceFeatures()
697 #define DEVICE_CORE_FEATURE_OFFSET(FEATURE_FIELD_NAME) DE_OFFSET_OF(VkPhysicalDeviceFeatures, FEATU…
761 const vk::VkPhysicalDeviceFeatures& featuresAvailable = getDeviceFeatures(); in requireDeviceCoreFeature()
DvktTestCase.hpp73 const vk::VkPhysicalDeviceFeatures& getDeviceFeatures (void) const;
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp598 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
604 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkGeometryShaderSupport()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp289 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp127 vk::VkPhysicalDeviceFeatures features; in DrawTest()
128 deMemset(&features, 0, sizeof(vk::VkPhysicalDeviceFeatures)); in DrawTest()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp176 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physical… in createDeviceSupportingQueues()
DvktSparseResourcesTestsUtil.cpp741 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
794 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in checkSparseSupportForImageType()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp121 VkPhysicalDeviceFeatures getDeviceFeaturesForWsi (void) in getDeviceFeaturesForWsi()
123 VkPhysicalDeviceFeatures features; in getDeviceFeaturesForWsi()
148 const VkPhysicalDeviceFeatures features = getDeviceFeaturesForWsi(); in createDeviceWithWsi()
/external/skqp/tests/
DVkPriorityExtensionTest.cpp224 VkPhysicalDeviceFeatures deviceFeatures; in DEF_GPUTEST()
/external/skia/tests/
DVkPriorityExtensionTest.cpp224 VkPhysicalDeviceFeatures deviceFeatures; in DEF_GPUTEST()

12345