/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 104 bool multiViewport; member 369 if (m_data.multiViewport && in checkSupport() 377 if ((m_data.multiViewport || m_data.colorLayered) && in checkSupport() 470 if (m_data.multiViewport) in initPrograms() 490 if (m_data.multiViewport) in initPrograms() 575 << (m_data.multiViewport ? " int gl_ViewportIndex;\n" : "") << in initPrograms() 600 if (m_data.multiViewport) in initPrograms() 1976 if (m_data.multiViewport) in iterate() 2347 if (m_data.multiViewport) in iterate() 3162 bool multiViewport = groupNdx == 7; in createBasicTests() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateBasic.cpp | 104 bool multiViewport; member 369 if (m_data.multiViewport && in checkSupport() 377 if ((m_data.multiViewport || m_data.colorLayered) && in checkSupport() 470 if (m_data.multiViewport) in initPrograms() 490 if (m_data.multiViewport) in initPrograms() 575 << (m_data.multiViewport ? " int gl_ViewportIndex;\n" : "") << in initPrograms() 600 if (m_data.multiViewport) in initPrograms() 1976 if (m_data.multiViewport) in iterate() 2347 if (m_data.multiViewport) in iterate() 3162 bool multiViewport = groupNdx == 7; in createBasicTests() local [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_shader_viewport_index_layer.adoc | 20 - This extension requires the pname:multiViewport feature.
|
D | VK_EXT_shader_viewport_index_layer.txt | 21 - This extension requires the pname:multiViewport feature.
|
D | VK_NV_viewport_array2.txt | 16 - This extension requires the pname:geometryShader and pname:multiViewport
|
D | VK_NV_viewport_array2.adoc | 16 - This extension requires the pname:geometryShader and pname:multiViewport
|
D | VK_NV_viewport_swizzle.adoc | 12 - This extension requires pname:multiViewport and pname:geometryShader
|
D | VK_NV_viewport_swizzle.txt | 12 - This extension requires pname:multiViewport and pname:geometryShader
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | vertexpostproc.adoc | 1288 If the <<features-multiViewport, pname:multiViewport>> feature is not 1291 If the <<features-multiViewport, pname:multiViewport>> feature is not 1389 If the <<features-multiViewport, pname:multiViewport>> feature is not 1441 If the <<features-multiViewport, pname:multiViewport>> feature is not 1574 If the <<features-multiViewport, pname:multiViewport>> feature is not 1577 If the <<features-multiViewport, pname:multiViewport>> feature is not
|
D | fragops.adoc | 367 If the <<features-multiViewport, pname:multiViewport>> feature is not 370 If the <<features-multiViewport, pname:multiViewport>> feature is not 448 If the <<features-multiViewport, pname:multiViewport>> feature is not 500 If the <<features-multiViewport, pname:multiViewport>> feature is not 503 If the <<features-multiViewport, pname:multiViewport>> feature is not
|
D | vertexpostproc.txt | 1079 If the <<features-multiViewport,multiple viewports>> feature is not 1082 If the <<features-multiViewport,multiple viewports>> feature is not 1170 If the <<features-multiViewport,multiple viewports>> feature is not 1212 If the <<features-multiViewport,multiple viewports>> feature is not 1345 If the <<features-multiViewport,multiple viewports>> feature is not 1348 If the <<features-multiViewport,multiple viewports>> feature is not
|
D | fragops.txt | 290 If the <<features-multiViewport,multiple viewports>> feature is not 293 If the <<features-multiViewport,multiple viewports>> feature is not 371 If the <<features-multiViewport,multiple viewports>> feature is not 423 If the <<features-multiViewport,multiple viewports>> feature is not 426 If the <<features-multiViewport,multiple viewports>> feature is not
|
D | primsrast.adoc | 1755 If the <<features-multiViewport, pname:multiViewport>> feature is not 1915 If the <<features-multiViewport, pname:multiViewport>> feature is not 1918 If the <<features-multiViewport, pname:multiViewport>> feature is not
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | config_helper_vulkan.cc | 140 features->multiViewport = VK_TRUE; in NamesToVulkanFeatures() 353 if (available_features.multiViewport == VK_FALSE && in AreAllRequiredFeaturesSupported() 354 required_features.multiViewport == VK_TRUE) { in AreAllRequiredFeaturesSupported()
|
/third_party/mesa3d/docs/drivers/ |
D | zink.rst | 152 * ``multiViewport``
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 78 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, multiViewport) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 403 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiViewport == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.cpp | 78 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, multiViewport) in isCoreFeaturesSupported()
|
D | vktSpvAsmComputeShaderCase.cpp | 403 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiViewport == DE_FALSE); in checkSupport()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | device.cc | 189 if (available_features.multiViewport == VK_FALSE) in AreAllRequiredFeaturesSupported()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | vk_script.md | 462 * `multiViewport`
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 804 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_MULTI_VIEWPORT , multiViewport ),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktTestCase.cpp | 804 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_MULTI_VIEWPORT , multiViewport ),
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 326 DEBUG_BOOL_STRUCT ("support for", features, multiViewport); in dump_features10()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 888 pFeatures->multiViewport = VK_TRUE; in getPhysicalDeviceFeatures()
|