Home
last modified time | relevance | path

Searched refs:multiViewport (Results 1 - 25 of 37) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp97 bool multiViewport; member
1258 if (m_testParams.multiViewport) in initPrograms()
1448 if (m_testParams.multiViewport) in checkSupport()
1451 if (!context.getDeviceFeatures().multiViewport) in checkSupport()
1452 TCU_THROW(NotSupportedError, "multiViewport not supported"); in checkSupport()
1898 std::vector<VkRect2D> colorImageRenderArea ((m_testParams.multiViewport ? m_testParams.viewCount : 1u), colorImageRect); in FragmentDensityMapTestInstance()
1919 // test multiview in conjunction with multiViewport which specifies a different viewport per view in FragmentDensityMapTestInstance()
1920 if (m_testParams.multiViewport) in FragmentDensityMapTestInstance()
2811 if (m_testParams.multiViewport && outputColor.x() < 0.01f) in verifyImage()
2839 if (m_testParams.multiViewport in verifyImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp108 bool multiViewport; member
398 if (m_data.multiViewport && in checkSupport()
406 if ((m_data.multiViewport || m_data.colorLayered) && in checkSupport()
499 if (m_data.multiViewport) in initPrograms()
520 if (m_data.multiViewport) in initPrograms()
611 << (m_data.multiViewport ? " int gl_ViewportIndex;\n" : "") << in initPrograms()
636 if (m_data.multiViewport) in initPrograms()
2289 if (m_data.multiViewport) in iterate()
2708 if (m_data.multiViewport) in iterate()
3732 bool multiViewport in createBasicTests() local
3812 multiViewport, // bool multiViewport; createBasicTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp104 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 in createBasicTests() local
3227 multiViewport, // bool multiViewport; createBasicTests() local
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc142 } else if (name == "multiViewport") { in NamesToVulkanFeatures()
143 features->multiViewport = VK_TRUE; in NamesToVulkanFeatures()
356 if (available_features.multiViewport == VK_FALSE && in AreAllRequiredFeaturesSupported()
357 required_features.multiViewport == VK_TRUE) { in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp403 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiViewport == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp78 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, multiViewport) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc191 if (feature == "multiViewport") { in AreAllRequiredFeaturesSupported()
192 if (available_features.multiViewport == VK_FALSE) in AreAllRequiredFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp403 assert(m_shaderSpec.requestedVulkanFeatures.coreFeatures.multiViewport == DE_FALSE); in checkSupport()
H A DvktSpvAsmUtils.cpp78 IS_CORE_FEATURE_AVAILABLE(toCheck, availableFeatures, multiViewport) in isCoreFeaturesSupported()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp867 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_MULTI_VIEWPORT , multiViewport ),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.cpp804 DEVICE_CORE_FEATURE_ENTRY(DEVICE_CORE_FEATURE_MULTI_VIEWPORT , multiViewport ),
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c621 .multiViewport = false, in pvr_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c589 .multiViewport = true, in lvp_GetPhysicalDeviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp927 pFeatures->multiViewport = VK_TRUE; in getPhysicalDeviceFeatures()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp375 feats.multiViewport = (rand() % 2) == 0 ? VK_FALSE : VK_TRUE; in FillInRandomFeatures()
427 feats1.alphaToOne == feats2.features.alphaToOne && feats1.multiViewport == feats2.features.multiViewport && in CompareFeatures()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c663 .multiViewport = true, in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1111 .multiViewport = false, in v3dv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1131 .multiViewport = false, in dzn_GetPhysicalDeviceFeatures2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1626 FEATURE_ITEM(VkPhysicalDeviceFeatures, multiViewport), in createDeviceWithUnsupportedFeaturesTest()
H A DvktApiFeatureInfo.cpp295 { LIMIT(maxViewports), FEATURE(multiViewport), 1, 0, 0, 0.0f }, in validateFeatureLimits()
815 { PN(features.multiViewport), PN(limits.maxViewports), LIM_MIN_UINT32(16) }, in validateLimits12()
2675 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, multiViewport), in deviceFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1637 FEATURE_ITEM(VkPhysicalDeviceFeatures, multiViewport), in createDeviceWithUnsupportedFeaturesTest()
H A DvktApiFeatureInfo.cpp295 { LIMIT(maxViewports), FEATURE(multiViewport), 1, 0, 0, 0.0f }, in validateFeatureLimits()
806 { PN(features.multiViewport), PN(limits.maxViewports), LIM_MIN_UINT32(16) }, in validateLimits12()
2700 OFFSET_TABLE_ENTRY(VkPhysicalDeviceFeatures, multiViewport), in deviceFeatures()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1297 .multiViewport = true, in anv_GetPhysicalDeviceFeatures()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h806 size += vn_sizeof_VkBool32(&val->multiViewport); in vn_sizeof_VkPhysicalDeviceFeatures()
867 vn_encode_VkBool32(enc, &val->multiViewport); in vn_encode_VkPhysicalDeviceFeatures()
927 vn_decode_VkBool32(dec, &val->multiViewport); in vn_decode_VkPhysicalDeviceFeatures()
988 /* skip val->multiViewport */ in vn_sizeof_VkPhysicalDeviceFeatures_partial()
1049 /* skip val->multiViewport */ in vn_encode_VkPhysicalDeviceFeatures_partial()
/third_party/glfw/deps/glad/
H A Dvulkan.h3356 VkBool32 multiViewport; member

Completed in 174 milliseconds

12