| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fInternalFormatQueryTests.cpp | 58 StateQueryMemoryWriteGuard<GLint> sampleCounts; in test() local 138 StateQueryMemoryWriteGuard<GLint> sampleCounts; in test() local
|
| D | es3fFboTestCase.cpp | 340 std::vector<int> sampleCounts; in querySampleCounts() local
|
| D | es3fFboMultisampleTests.cpp | 392 static const int sampleCounts[] = { 2, 4, 8 }; in init() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | RenderbufferMultisampleTest.cpp | 96 std::vector<GLint> sampleCounts; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_caps_utils.cpp | 908 const uint32_t sampleCounts = in ensureCapsInitialized() local 1244 gl::SupportedSampleSet sampleCounts; in GenerateConfigs() local
|
| D | vk_utils.cpp | 1632 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *setOut) in AddSampleCounts() 1642 GLuint GetMaxSampleCount(VkSampleCountFlags sampleCounts) in GetMaxSampleCount()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesImageBlockShapes.cpp | 458 static const deUint32 sampleCounts[] = { 1u, 2u, 4u, 8u, 16u }; in createImageBlockShapesTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| D | vktSparseResourcesImageBlockShapes.cpp | 461 static const deUint32 sampleCounts[] = { 1u, 2u, 4u, 8u, 16u }; in createImageBlockShapesTests() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fFboTestCase.cpp | 360 std::vector<int> sampleCounts; in querySampleCounts() local
|
| D | es31fShaderTextureSizeTests.cpp | 544 static const int sampleCounts[] = { 1, 4 }; in init() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_formats.c | 299 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in lvp_get_image_format_properties() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
| D | vktFragmentOperationsEarlyFragmentTests.cpp | 2064 std::vector<VkDeviceSize> sampleCounts (queryCount); in iterate() local 2701 …const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPL… in createEarlyFragmentTests() local 2713 …const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMP… in createEarlyFragmentTests() local
|
| D | vktFragmentOperationsOcclusionQueryTests.cpp | 305 std::vector<VkDeviceSize> sampleCounts (queryCount); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
| D | vktFragmentOperationsEarlyFragmentTests.cpp | 2056 std::vector<VkDeviceSize> sampleCounts (queryCount); in iterate() local 2649 …const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPL… in createEarlyFragmentTests() local 2661 …const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMP… in createEarlyFragmentTests() local
|
| D | vktFragmentOperationsOcclusionQueryTests.cpp | 305 std::vector<VkDeviceSize> sampleCounts (queryCount); in iterate() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_physical_device.c | 1275 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in get_image_format_properties() local
|
| /third_party/mesa3d/src/intel/vulkan_hasvk/ |
| D | anv_formats.c | 961 VkSampleCountFlags sampleCounts; in anv_get_image_format_properties() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 476 VkSampleCountFlags sampleCounts = getSampleCounts(); in getLimits() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_formats.c | 1355 VkSampleCountFlags sampleCounts; in anv_get_image_format_properties() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_formats.c | 869 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in radv_get_image_format_properties() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassSampleReadTests.cpp | 985 const deUint32 sampleCounts[] = { 2u, 4u, 8u, 16u, 32u }; in initTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassSampleReadTests.cpp | 985 const deUint32 sampleCounts[] = { 2u, 4u, 8u, 16u, 32u }; in initTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1375 const VkSampleCountFlagBits sampleCounts[] = in createShaderFragmentMaskTestsInGroup() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1340 const VkSampleCountFlagBits sampleCounts[] = in createShaderFragmentMaskTestsInGroup() local
|
| /third_party/mesa3d/src/asahi/vulkan/ |
| D | hk_image.c | 423 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in hk_GetPhysicalDeviceImageFormatProperties2() local
|