/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 469 return features.shaderTessellationAndGeometryPointSize; in checkPointSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTestsUtil.cpp | 400 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.cpp | 469 return features.shaderTessellationAndGeometryPointSize; in checkPointSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTestsUtil.cpp | 400 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 160 } else if (name == "shaderTessellationAndGeometryPointSize") { in NamesToVulkanFeatures() 161 features->shaderTessellationAndGeometryPointSize = VK_TRUE; in NamesToVulkanFeatures() 392 if (available_features.shaderTessellationAndGeometryPointSize == VK_FALSE && in AreAllRequiredFeaturesSupported() 393 required_features.shaderTessellationAndGeometryPointSize == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 104 if (feature == "Features.shaderTessellationAndGeometryPointSize") in isFeatureSupported() 105 return ctx.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 532 const bool tessGeomPointSize = context.getDeviceFeatures().shaderTessellationAndGeometryPointSize;
|
H A D | vktTessellationPrimitiveDiscardTests.cpp | 309 // shaderTessellationAndGeometryPointSize is enabled (in which the tessellation evaluation 477 const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode;
|
H A D | vktTessellationUtil.cpp | 789 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
H A D | vktTessellationInvarianceTests.cpp | 645 const bool geomPointSize = m_context.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in draw() 1381 const bool geomPointSize = m_context.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in iterate() 2055 const bool tessPointSize = context.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in test()
|
H A D | vktTessellationCoordinatesTests.cpp | 736 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(getTeseName(m_context.getDeviceFeatures().shaderTessellationAndGeometryPointSize)), DE_NULL)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 103 if (feature == "Features.shaderTessellationAndGeometryPointSize") in isFeatureSupported() 104 return ctx.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in isFeatureSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationPrimitiveDiscardTests.cpp | 309 // shaderTessellationAndGeometryPointSize is enabled (in which the tessellation evaluation 477 const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode;
|
H A D | vktTessellationUtil.cpp | 797 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 910 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 407 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.shaderTessellationAndGeometryPointSize == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderTessellationAndGeometryPointSize) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | device.cc | 236 if (feature == "shaderTessellationAndGeometryPointSize") { in AreAllRequiredFeaturesSupported() 237 if (available_features.shaderTessellationAndGeometryPointSize == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesTestsUtil.cpp | 907 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 407 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.shaderTessellationAndGeometryPointSize == DE_FALSE); in checkSupport()
|
H A D | vktSpvAsmUtils.cpp | 87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderTessellationAndGeometryPointSize) in isCoreFeaturesSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 1040 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestCase.cpp | 876 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE , shaderTessellationAndGeometryPointSize ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 1040 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestCase.cpp | 813 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE , shaderTessellationAndGeometryPointSize ),
|