Home
last modified time | relevance | path

Searched refs:getDeviceFeatures (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp230 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
292 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
417 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
489 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
560 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
631 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
709 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
782 if (!context.getDeviceFeatures().sampleRateShading) in createInstance()
DvktPipelineMultisampleShaderBuiltInTests.cpp253 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
406 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
498 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
796 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
891 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
999 if (!context.getDeviceFeatures().sampleRateShading) in checkSupport()
DvktPipelineMultisampleBaseResolve.cpp51 const VkPhysicalDeviceFeatures& features = m_context.getDeviceFeatures(); in iterate()
DvktPipelineInputAssemblyTests.cpp935 if (!context.getDeviceFeatures().geometryShader) in InputAssemblyInstance()
940 if (!context.getDeviceFeatures().tessellationShader) in InputAssemblyInstance()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp472 …const VkPhysicalDeviceFeatures& getDeviceFeatures (void) const { return m_deviceFeatures… in getDeviceFeatures() function in vkt::DefaultDevice
632 … vk::VkPhysicalDeviceFeatures& Context::getDeviceFeatures (void) const { return m_device->getD… in getDeviceFeatures() function in vkt::Context
761 const vk::VkPhysicalDeviceFeatures& featuresAvailable = getDeviceFeatures(); in requireDeviceCoreFeature()
DvktTestCase.hpp73 const vk::VkPhysicalDeviceFeatures& getDeviceFeatures (void) const;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderDrawParametersTests.cpp143 if (isMultiDraw() && !m_context.getDeviceFeatures().multiDrawIndirect) in DrawTest()
146 if (isFirstInstance() && !m_context.getDeviceFeatures().drawIndirectFirstInstance) in DrawTest()
DvktDrawIndirectTest.cpp186 if (m_context.getDeviceFeatures().drawIndirectFirstInstance != VK_TRUE) in setFirstInstanceVertexBuffer()
271 if (!m_context.getDeviceFeatures().multiDrawIndirect || m_testFirstInstanceNdx) in IndirectDraw()
609 if (!FirstInstanceSupport::isTestSupported(m_context.getDeviceFeatures())) in IndirectDrawInstanced()
DvktDrawInvertedDepthRangesTests.cpp90 if (m_params.depthClampEnable && !m_context.getDeviceFeatures().depthClamp) in InvertedDepthRangesTestInstance()
DvktBasicDrawTests.cpp324 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures(); in initialize()
845 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures(); in iterate()
996 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp193 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery) in checkExtensions()
547 if (!m_context.getDeviceFeatures().inheritedQueries) in checkExtensions()
1166 if (!m_context.getDeviceFeatures().inheritedQueries) in checkExtensions()
1241 if (!m_context.getDeviceFeatures().geometryShader) in checkExtensions()
1249 …const VkBool32 useGeomPointSize = m_context.getDeviceFeatures().shaderTessellationAndGeometryPo… in createPipeline()
1307 if (m_context.getDeviceFeatures().depthBounds) in createPipeline()
1519 if (!m_context.getDeviceFeatures().inheritedQueries) in checkExtensions()
1594 if (!m_context.getDeviceFeatures().tessellationShader) in checkExtensions()
1839 if (!m_context.getDeviceFeatures().inheritedQueries) in checkExtensions()
DvktQueryPoolOcclusionTests.cpp304 …queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQ… in BasicOcclusionQueryTestInstance()
528 …queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQ… in OcclusionQueryTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp103 if (!m_context.getDeviceFeatures().samplerAnisotropy) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp502 if (!m_context.getDeviceFeatures().vertexPipelineStoresAndAtomics) in iterate()
506 if (!m_context.getDeviceFeatures().fragmentStoresAndAtomics) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp211 if (!context.getDeviceFeatures().shaderInt64) in checkSupport()
228 if (!context.getDeviceFeatures().vertexPipelineStoresAndAtomics) in checkSupport()
235 if (!context.getDeviceFeatures().fragmentStoresAndAtomics) in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp491 if (!m_context.getDeviceFeatures().depthBiasClamp) in iterate()
567 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures(); in LineWidthParamTestInstance()
DvktDynamicStateVPTests.cpp228 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures(); in ViewportArrayTestInstance()
DvktDynamicStateDSTests.cpp398 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures(); in DepthBoundsParamTestInstance()
535 if (!context.getDeviceFeatures().depthBounds) in DepthBoundsTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp61 VkPhysicalDeviceFeatures enabledFeatures = context.getDeviceFeatures(); in createRobustBufferAccessDevice()
DvktRobustnessBufferAccessTests.cpp680 if (!context.getDeviceFeatures().vertexPipelineStoresAndAtomics) in BufferAccessInstance()
687 if (!context.getDeviceFeatures().fragmentStoresAndAtomics) in BufferAccessInstance()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1294 final Set<String> features = getDeviceFeatures(mDevice); in isSupportedRunConfiguration()
1626 final Set<String> features = getDeviceFeatures(mDevice); in isSupportedVulkan()
1720 private Set<String> getDeviceFeatures(ITestDevice device) in getDeviceFeatures() method in DeqpTestRunner
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp288 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray) in checkRequirements()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp305 if (m_context.getDeviceFeatures().fragmentStoresAndAtomics == VK_FALSE) in BuiltinFragDepthCaseInstance()
322 if (m_context.getDeviceFeatures().depthClamp == VK_FALSE && m_depthClampEnable) in BuiltinFragDepthCaseInstance()
1022 if (m_context.getDeviceFeatures().fragmentStoresAndAtomics == VK_FALSE) in BuiltinFragCoordMsaaCaseInstance()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp514 if (m_drawState.depthBoundsTestEnable && !context.getDeviceFeatures().depthBounds) in VulkanDrawContext()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp64 const VkPhysicalDeviceFeatures& availableFeatures = context.getDeviceFeatures(); in isCoreFeaturesSupported()

123