/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkdebug.c | 129 {VK_SAMPLE_COUNT_32_BIT, "32"},
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMultisampleTests.cpp | 74 { "sample_count_32", VK_SAMPLE_COUNT_32_BIT }, in createInvalidSampleIndexTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureMultisampleTests.cpp | 74 { "sample_count_32", VK_SAMPLE_COUNT_32_BIT }, in createInvalidSampleIndexTests()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 103 *vkSamples = VK_SAMPLE_COUNT_32_BIT; in GrSampleCountToVkSampleCount()
|
D | GrVkCaps.cpp | 478 if (!(flags & VK_SAMPLE_COUNT_32_BIT)) { in get_max_sample_count() 1186 if (flags & VK_SAMPLE_COUNT_32_BIT) { in initSampleCounts()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | transfer_image.cc | 59 return VK_SAMPLE_COUNT_32_BIT; in GetVkSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1722 if (caseDef.numSamples == VK_SAMPLE_COUNT_32_BIT || in checkSupport() 1929 VK_SAMPLE_COUNT_32_BIT, in addTestCasesWithFunctions() 1982 VK_SAMPLE_COUNT_32_BIT, in addStandardSamplePositionTestCasesWithFunctions()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 1041 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleInterpolationTests()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2107 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleShaderBuiltInTests() 2128 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleShaderBuiltInTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1722 if (caseDef.numSamples == VK_SAMPLE_COUNT_32_BIT || in checkSupport() 1929 VK_SAMPLE_COUNT_32_BIT, in addTestCasesWithFunctions() 1982 VK_SAMPLE_COUNT_32_BIT, in addStandardSamplePositionTestCasesWithFunctions()
|
D | vktPipelineMultisampleInterpolationTests.cpp | 1041 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleInterpolationTests()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2107 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleShaderBuiltInTests() 2128 vk::VK_SAMPLE_COUNT_32_BIT, in createMultisampleShaderBuiltInTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultisampleLinearInterpolationTests.cpp | 680 { "32_samples", VK_SAMPLE_COUNT_32_BIT }, in createTests()
|
D | vktDrawExplicitVertexParameterTests.cpp | 747 VK_SAMPLE_COUNT_32_BIT, in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultisampleLinearInterpolationTests.cpp | 680 { "32_samples", VK_SAMPLE_COUNT_32_BIT }, in createTests()
|
D | vktDrawExplicitVertexParameterTests.cpp | 747 VK_SAMPLE_COUNT_32_BIT, in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 500 VK_SAMPLE_COUNT_32_BIT, in createImageMultisampleLoadStoreTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 500 VK_SAMPLE_COUNT_32_BIT, in createImageMultisampleLoadStoreTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 901 case VK_SAMPLE_COUNT_32_BIT: ret = 32; break; in getSampleNum() 1680 VK_SAMPLE_COUNT_32_BIT, in createRasterizationOrderAttachmentAccessTestVariations()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
D | vktRasterizationOrderAttachmentAccessTests.cpp | 901 case VK_SAMPLE_COUNT_32_BIT: ret = 32; break; in getSampleNum() 1680 VK_SAMPLE_COUNT_32_BIT, in createRasterizationOrderAttachmentAccessTestVariations()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 744 return VK_SAMPLE_COUNT_32_BIT; in GetSamples()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 243 case 32: return VK_SAMPLE_COUNT_32_BIT; in sampleCountBitFromSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 243 case 32: return VK_SAMPLE_COUNT_32_BIT; in sampleCountBitFromSampleCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 2489 { "32_bit", "Test FragCoord locations with 32 samples", VK_SAMPLE_COUNT_32_BIT }, in createBuiltinVarTests() 2573 { VK_FORMAT_D32_SFLOAT, "d32_sfloat_multisample_32", false, false, VK_SAMPLE_COUNT_32_BIT }, in createBuiltinVarTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 2489 { "32_bit", "Test FragCoord locations with 32 samples", VK_SAMPLE_COUNT_32_BIT }, in createBuiltinVarTests() 2573 { VK_FORMAT_D32_SFLOAT, "d32_sfloat_multisample_32", false, false, VK_SAMPLE_COUNT_32_BIT }, in createBuiltinVarTests()
|