Home
last modified time | relevance | path

Searched refs:shaderTessellationAndGeometryPointSize (Results 1 - 25 of 63) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp469 return features.shaderTessellationAndGeometryPointSize; in checkPointSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp400 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 DvktGeometryTestsUtil.cpp469 return features.shaderTessellationAndGeometryPointSize; in checkPointSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleTestsUtil.cpp400 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 Dconfig_helper_vulkan.cc160 } 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 DvktAmberTestCase.cpp104 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 DvktTessellationFractionalSpacingTests.cpp532 const bool tessGeomPointSize = context.getDeviceFeatures().shaderTessellationAndGeometryPointSize;
H A DvktTessellationPrimitiveDiscardTests.cpp309 // shaderTessellationAndGeometryPointSize is enabled (in which the tessellation evaluation
477 const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode;
H A DvktTessellationUtil.cpp789 if (((flags & FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE) != 0) && !features.shaderTessellationAndGeometryPointSize) in requireFeatures()
H A DvktTessellationInvarianceTests.cpp645 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 DvktTessellationCoordinatesTests.cpp736 .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 DvktAmberTestCase.cpp103 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 DvktTessellationPrimitiveDiscardTests.cpp309 // shaderTessellationAndGeometryPointSize is enabled (in which the tessellation evaluation
477 const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderTessellationAndGeometryPointSize && caseDef.usePointMode;
H A DvktTessellationUtil.cpp797 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 DvktSparseResourcesTestsUtil.cpp910 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 DvktSpvAsmComputeShaderCase.cpp407 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.shaderTessellationAndGeometryPointSize == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderTessellationAndGeometryPointSize) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc236 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 DvktSparseResourcesTestsUtil.cpp907 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 DvktSpvAsmComputeShaderCase.cpp407 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.shaderTessellationAndGeometryPointSize == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp87 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, shaderTessellationAndGeometryPointSize) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp1040 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 DvktTestCase.cpp876 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 DvktSynchronizationUtil.cpp1040 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 DvktTestCase.cpp813 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE , shaderTessellationAndGeometryPointSize ),

Completed in 36 milliseconds

123