Home
last modified time | relevance | path

Searched defs:features (Results 301 - 325 of 541) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp204 vk::VkPhysicalDeviceFeatures features; in makeProtectedMemDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp156 const auto& features = context.getDeviceFeatures(); in checkSupport() local
H A DvktRasterizationProvokingVertexTests.cpp217 const VkPhysicalDeviceProvokingVertexFeaturesEXT& features = context.getProvokingVertexFeaturesEXT(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp1040 const auto& features = context.getMeshShaderFeaturesEXT(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp249 const auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice); in checkTypeSupport() local
H A DvktShaderFConvertTests.cpp521 auto features = context.getDeviceFeatures(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1657 void checkTypeSupport<double>(const vk::VkPhysicalDeviceFeatures& features) in checkTypeSupport() argument
1663 void check64bitIntegers(const vk::VkPhysicalDeviceFeatures& features) in check64bitIntegers() argument
1670 void checkTypeSupport<deInt64>(const vk::VkPhysicalDeviceFeatures& features) in checkTypeSupport() argument
1676 void checkTypeSupport<deUint64>(const vk::VkPhysicalDeviceFeatures& features) in checkTypeSupport() argument
1686 auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice); checkSupport() local
[all...]
H A DvktSpvAsm8bitStorageTests.cpp146 VulkanFeatures features; in get8BitStorageFeatures() local
2860 VulkanFeatures features; in addGraphics8BitStorageUniformInt32To8Group() local
3080 VulkanFeatures features; addGraphics8BitStorageUniformInt8To32Group() local
3683 VulkanFeatures features; addGraphics8BitStorageUniformInt16To8Group() local
3910 VulkanFeatures features; addGraphics8BitStorageUniformInt8To16Group() local
4562 VulkanFeatures features; addGraphics8BitStorageUniformStruct8To32Group() local
4838 VulkanFeatures features; addGraphics8BitStorageUniformStruct32To8Group() local
5050 VulkanFeatures features; addGraphics8bitStorage8bitStructMixedTypesGroup() local
[all...]
H A DvktSpvAsmCrossStageInterfaceTests.cpp198 const VkPhysicalDeviceFeatures& features = m_context.getDeviceFeatures(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp1840 const auto& features = context.getMeshShaderFeaturesEXT(); in supportedCheck() local
H A DvktSubgroupsSizeControlTests.cpp524 const VkPhysicalDeviceFeatures& features = context.getDeviceFeatures(); in supportedCheckFeatures() local
586 const auto& features = context.getMeshShaderFeaturesEXT(); in supportedCheckFeatures() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp1023 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures() local
1047 const auto& features = ((tiling == VK_IMAGE_TILING_LINEAR) ? p.linearTilingFeatures : p.optimalTilingFeatures); in requireStorageImageSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp327 static inline void checkIsolines (const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR& features) in checkIsolines() argument
333 static inline void checkPrimitive (const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR& features, const TessPrimitiveType primitive) in checkPrimitive() argument
345 static inline void checkPointMode (const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR& features) in checkPointMode() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp129 VkPhysicalDeviceFeatures features; in getDeviceFeaturesForWsi() local
155 const VkPhysicalDeviceFeatures features = getDeviceFeaturesForWsi(); in createDeviceWithWsi() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp675 const vk::VkPhysicalDeviceSamplerYcbcrConversionFeatures features = context.getSamplerYcbcrConversionFeatures(); in checkSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp395 const VkPhysicalDeviceFeatures& features = extFeatures.features; in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp934 const VkPhysicalDeviceFeatures& features = context.getDeviceFeatures(); in testTessellationShader() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp217 VkPhysicalDeviceFeatures features; in createTestDevice() local
H A DvktMemoryRequirementsTests.cpp928 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkSupportImageMemoryRequirementsOriginal() local
1071 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported() local
1872 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physicalDevice); isMultiplaneImageSupported() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp993 void DisplayEGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp107 const angle::FeaturesGL &features = GetImplAs<ContextGL>(context)->getFeaturesGL(); in reapplyUBOBindingsIfNeeded() local
33 ProgramGL(const gl::ProgramState &data, const FunctionsGL *functions, const angle::FeaturesGL &features, StateManagerGL *stateManager, const std::shared_ptr<RendererGL> &renderer) ProgramGL() argument
H A DContextGL.cpp118 const angle::FeaturesGL &features = getFeaturesGL(); in createVertexArray() local
224 const angle::FeaturesGL &features = getFeaturesGL(); in setDrawArraysState() local
272 const angle::FeaturesGL &features = getFeaturesGL(); in setDrawElementsState() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp1072 void DisplayGLX::populateFeatureList(angle::FeatureList *features) in populateFeatureList() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp1047 void DisplayWGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockTests.cpp91 RandomUniformBlockCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode, deUint32 features, deUint32 seed) RandomUniformBlockCase() argument
314 createRandomCaseGroup(tcu::TestCaseGroup* parentGroup, Context& context, const char* groupName, const char* description, glu::GLSLVersion glslVersion, UniformBlockCase::BufferMode bufferMode, deUint32 features, int numCases, deUint32 baseSeed) createRandomCaseGroup() argument
[all...]

Completed in 51 milliseconds

1...<<11121314151617181920>>...22