Home
last modified time | relevance | path

Searched defs:features (Results 326 - 350 of 483) sorted by relevance

1...<<11121314151617181920

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTestsEXT.cpp913 const auto& features = context.getDeviceVulkan12Features(); in checkSupport() local
1049 const auto& features = context.getDeviceVulkan12Features(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp542 const vk::VkPhysicalDeviceFeatures features = context.getDeviceFeatures(); in checkSupport() local
H A DvktPipelineFramebufferAttachmentTests.cpp1935 const auto& features = context.getDeviceFeatures(); in checkSupportNoAtt() local
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1212 const auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice); in checkSupport() local
H A DvktPipelinePushDescriptorTests.cpp133 VkPhysicalDeviceFeatures features; in createDeviceWithPushDescriptor() local
H A DvktPipelineSpecConstantTests.cpp797 FeatureFlags features = (FeatureFlags)0; in getShaderStageRequirements() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp946 VkPhysicalDeviceFeatures features = {}; in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp838 VkPhysicalDeviceFeatures features; in initConfiguration() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarrierTests.cpp804 const auto& features = context.getDeviceFeatures(); in checkSupport() local
H A DvktRayTracingDataSpillTests.cpp441 const auto& features = context.getDeviceFeatures(); in checkSupport() local
H A DvktRayTracingTraceRaysTests.cpp818 const VkPhysicalDeviceFeatures& features = context.getDeviceFeatures(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp97 vk::Move<vk::VkShaderEXT> createShader (const vk::DeviceInterface& vk, const vk::BinaryCollection& binaries, const vk::VkDevice device, vk::VkPhysicalDeviceFeatures features, vk::VkDescriptorSetLayout descriptorSetLayout, bool linked, vk::VkShaderStageFlagBits stage) in createShader() argument
597 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures(); iterate() local
[all...]
H A DvktShaderObjectBindingTests.cpp1180 const auto& features = context.getMeshShaderFeaturesEXT(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument
461 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char* groupName, SSBOLayoutCase::BufferMode bufferMode, deUint32 features, int numCases, deUint32 baseSeed, bool usePhysStorageBuffer) in createRandomCaseGroup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationWin32KeyedMutexTests.cpp181 const auto& features = context.getDeviceFeatures(); in createTestDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp918 VkFormatFeatureFlags features = VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT; in getRequiredFormatFeatures() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp122 VkPhysicalDeviceFeatures features; in createTestDevice() local
H A DvktWsiDisplayTimingTests.cpp99 vk::VkPhysicalDeviceFeatures features; in getDeviceNullFeatures() local
126 const vk::VkPhysicalDeviceFeatures features = getDeviceNullFeatures(); in createDeviceWithWsi() local
H A DvktWsiIncrementalPresentTests.cpp101 vk::VkPhysicalDeviceFeatures features; in getDeviceNullFeatures() local
128 const vk::VkPhysicalDeviceFeatures features = getDeviceNullFeatures(); in createDeviceWithWsi() local
H A DvktWsiMaintenance1Tests.cpp115 VkPhysicalDeviceFeatures features; in getDeviceFeaturesForWsi() local
143 const VkPhysicalDeviceFeatures features = getDeviceFeaturesForWsi(); in createDeviceWithWsi() local
H A DvktWsiPresentIdWaitTests.cpp186 vk::VkPhysicalDeviceFeatures features; in createDeviceWithWsi() local
H A DvktWsiSharedPresentableImageTests.cpp108 vk::VkPhysicalDeviceFeatures features; in getDeviceNullFeatures() local
135 const vk::VkPhysicalDeviceFeatures features = getDeviceNullFeatures(); in createDeviceWithWsi() local
H A DvktWsiSwapchainTests.cpp136 VkPhysicalDeviceFeatures features; in getDeviceFeaturesForWsi() local
181 const VkPhysicalDeviceFeatures features = getDeviceFeaturesForWsi(); in createDeviceWithWsi() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1388 checkFeatures(const PlatformInterface& vkp, const VkInstance& instance, const InstanceDriver& instanceDriver, const VkPhysicalDevice physicalDevice, int numFeatures, const Feature features[], const StructType* supportedFeatures, const deUint32 queueFamilyIndex, const deUint32 queueCount, const float queuePriority, int& numErrors, tcu::ResultCollector& resultCollector, const vector<const char*>* extensionNames, const VkPhysicalDeviceFeatures& defaultPhysicalDeviceFeatures, VkDeviceObjectReservationCreateInfo memReservationStatMax, bool isSubProcess ) checkFeatures() argument
1617 static const Feature features[] = createDeviceWithUnsupportedFeaturesTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp284 const vk::VkFormatFeatureFlags features = in checkSupport() local

Completed in 69 milliseconds

1...<<11121314151617181920