Home
last modified time | relevance | path

Searched refs:VK_SAMPLE_COUNT_8_BIT (Results 101 – 125 of 220) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dvk_enum_string_helper.h2037 case VK_SAMPLE_COUNT_8_BIT: in string_VkSampleCountFlagBits()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp103 case 8: return VK_SAMPLE_COUNT_8_BIT; in sampleCountBitFromSampleCount()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dgl_rmisc.c1484 case VK_SAMPLE_COUNT_8_BIT: in R_InitSamplers()
/dports/games/vkquake/vkQuake-1.12.2/Windows/misc/include/vulkan/
H A Dvk_enum_string_helper.h2387 case VK_SAMPLE_COUNT_8_BIT: in string_VkSampleCountFlagBits()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/khronos/include/vulkan/
H A Dvulkan_old.h819 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/khronos/include/vulkan/
H A Dvulkan_old.h819 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/vulkan/
H A Dradv_device.c1976 VK_SAMPLE_COUNT_8_BIT; in radv_GetPhysicalDeviceProperties2()
7929 VK_SAMPLE_COUNT_8_BIT)) { in radv_GetPhysicalDeviceMultisamplePropertiesEXT()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/glad/
H A Dvulkan.h1081 VK_SAMPLE_COUNT_8_BIT = 8, enumerator
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/deps/glad/
H A Dvulkan.h1081 VK_SAMPLE_COUNT_8_BIT = 8, enumerator
/dports/graphics/glfw/glfw-3.3.4/deps/glad/
H A Dvulkan.h1081 VK_SAMPLE_COUNT_8_BIT = 8, enumerator
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dvk_enum_string_helper.h2555 case VK_SAMPLE_COUNT_8_BIT: in string_VkSampleCountFlagBits()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/deps/glad/
H A Dvulkan.h1081 VK_SAMPLE_COUNT_8_BIT = 8, enumerator
/dports/graphics/vkd3d/vkd3d-1.2/libs/vkd3d/
H A Dresource.c699 return VK_SAMPLE_COUNT_8_BIT; in vk_samples_from_sample_count()
/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dgfx_api_vk.cpp344 if (counts & VK_SAMPLE_COUNT_8_BIT) { return vk::SampleCountFlagBits::e8; } in getMaxUsableSampleCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp859 attachments[subpass.pColorAttachments[1].attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F()
869 attachments[subpass.pDepthStencilAttachment->attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h893 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/deps/vulkan/
H A Dvulkan.h893 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp4610 VK_SAMPLE_COUNT_8_BIT, in createRasterizationTests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dparameter_validation_utils.cpp801 (VK_SAMPLE_COUNT_8_BIT == pCreateInfo->samples)) { in manual_PreCallValidateCreateImage()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/khronos/vulkan/
H A Dvulkan.h1071 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp870 attachments[subpass.pColorAttachments[1].attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F()
880 attachments[subpass.pDepthStencilAttachment->attachment].samples = VK_SAMPLE_COUNT_8_BIT; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/deps/vulkan/
H A Dvulkan_core.h1280 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Dpipeline.cpp1445 const VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_8_BIT; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/deps/vulkan/
H A Dvulkan_core.h1280 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/deps/vulkan/
H A Dvulkan_core.h1280 VK_SAMPLE_COUNT_8_BIT = 0x00000008, enumerator

123456789