HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceFeatures (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 230 if (!context.getDeviceFeatures().sampleRateShading)
292 if (!context.getDeviceFeatures().sampleRateShading)
417 if (!context.getDeviceFeatures().sampleRateShading)
489 if (!context.getDeviceFeatures().sampleRateShading)
560 if (!context.getDeviceFeatures().sampleRateShading)
631 if (!context.getDeviceFeatures().sampleRateShading)
709 if (!context.getDeviceFeatures().sampleRateShading)
782 if (!context.getDeviceFeatures().sampleRateShading)
    [all...]
vktPipelineMultisampleShaderBuiltInTests.cpp 253 if (!context.getDeviceFeatures().sampleRateShading)
406 if (!context.getDeviceFeatures().sampleRateShading)
498 if (!context.getDeviceFeatures().sampleRateShading)
796 if (!context.getDeviceFeatures().sampleRateShading)
891 if (!context.getDeviceFeatures().sampleRateShading)
    [all...]
vktPipelineMultisampleBaseResolve.cpp 51 const VkPhysicalDeviceFeatures& features = m_context.getDeviceFeatures();
vktPipelineImageTests.cpp 189 const VkPhysicalDeviceFeatures& features = context.getDeviceFeatures();
vktPipelineInputAssemblyTests.cpp 935 if (!context.getDeviceFeatures().geometryShader)
940 if (!context.getDeviceFeatures().tessellationShader)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 73 const vk::VkPhysicalDeviceFeatures& getDeviceFeatures (void) const;
vktTestCase.cpp 472 const VkPhysicalDeviceFeatures& getDeviceFeatures (void) const { return m_deviceFeatures.coreFeatures.features; }
632 const vk::VkPhysicalDeviceFeatures& Context::getDeviceFeatures (void) const { return m_device->getDeviceFeatures(); }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringAnisotropyTests.cpp 103 if (!m_context.getDeviceFeatures().samplerAnisotropy)
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp 143 if (isMultiDraw() && !m_context.getDeviceFeatures().multiDrawIndirect)
146 if (isFirstInstance() && !m_context.getDeviceFeatures().drawIndirectFirstInstance)
vktDrawIndirectTest.cpp 186 if (m_context.getDeviceFeatures().drawIndirectFirstInstance != VK_TRUE)
271 if (!m_context.getDeviceFeatures().multiDrawIndirect || m_testFirstInstanceNdx)
609 if (!FirstInstanceSupport::isTestSupported(m_context.getDeviceFeatures()))
    [all...]
vktDrawInvertedDepthRangesTests.cpp 90 if (m_params.depthClampEnable && !m_context.getDeviceFeatures().depthClamp)
vktBasicDrawTests.cpp 324 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures();
845 const vk::VkPhysicalDeviceFeatures features = m_context.getDeviceFeatures();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktAtomicOperationTests.cpp 502 if (!m_context.getDeviceFeatures().vertexPipelineStoresAndAtomics)
506 if (!m_context.getDeviceFeatures().fragmentStoresAndAtomics)
  /external/deqp/external/vulkancts/modules/vulkan/memory_model/
vktMemoryModelMessagePassing.cpp 211 if (!context.getDeviceFeatures().shaderInt64)
228 if (!context.getDeviceFeatures().vertexPipelineStoresAndAtomics)
235 if (!context.getDeviceFeatures().fragmentStoresAndAtomics)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 228 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
vktDynamicStateRSTests.cpp 491 if (!m_context.getDeviceFeatures().depthBiasClamp)
567 const vk::VkPhysicalDeviceFeatures& deviceFeatures = m_context.getDeviceFeatures();
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 61 VkPhysicalDeviceFeatures enabledFeatures = context.getDeviceFeatures();
vktRobustnessBufferAccessTests.cpp 680 if (!context.getDeviceFeatures().vertexPipelineStoresAndAtomics)
687 if (!context.getDeviceFeatures().fragmentStoresAndAtomics)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolStatisticsTests.cpp 193 if (!m_context.getDeviceFeatures().pipelineStatisticsQuery)
547 if (!m_context.getDeviceFeatures().inheritedQueries)
    [all...]
vktQueryPoolOcclusionTests.cpp 304 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise)
528 if ((m_testVector.queryControlFlags & vk::VK_QUERY_CONTROL_PRECISE_BIT) && !m_context.getDeviceFeatures().occlusionQueryPrecise)
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 288 if (m_texture.type() == IMAGE_TYPE_CUBE_ARRAY && !m_context.getDeviceFeatures().imageCubeArray)
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 64 const VkPhysicalDeviceFeatures& availableFeatures = context.getDeviceFeatures();
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 134 &context.getDeviceFeatures() //const VkPhysicalDeviceFeatures* pEnabledFeatures;
  /external/deqp/external/vulkancts/modules/vulkan/util/
vktDrawUtil.cpp 514 if (m_drawState.depthBoundsTestEnable && !context.getDeviceFeatures().depthBounds)
    [all...]

Completed in 960 milliseconds

1 2 3