Searched refs:selectFormat (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/utils/win/ |
H A D | SkWGL.h | 93 int selectFormat(const int formats[],
|
H A D | SkWGL_win.cpp | 125 int SkWGLExtensions::selectFormat(const int formats[], in selectFormat() function in SkWGLExtensions 347 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount); in get_pixel_formats_to_try()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 83 bool selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkFormat> formats); 86 bool TestConfig::selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkFormat> formats) in selectFormat() function in vkt::synchronization::__anon28813::TestConfig 477 if (!m_config.selectFormat(vki, dev, { VK_FORMAT_R32_SINT, VK_FORMAT_R32_UINT, VK_FORMAT_R8_SINT, VK_FORMAT_R8_UINT })) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 82 bool selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkFormat> formats); 85 bool TestConfig::selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkFormat> formats) in selectFormat() function in vkt::synchronization::__anon29962::TestConfig 524 if (!m_config.selectFormat(vki, dev, { VK_FORMAT_R32_SINT, VK_FORMAT_R32_UINT, VK_FORMAT_R8_SINT, VK_FORMAT_R8_UINT })) in checkSupport()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 198 const auto selectFormat = [this,&components](TLayoutFormat v1, TLayoutFormat v2, TLayoutFormat v4) -> TLayoutFormat { in getLayoutFromTxType() local 207 case EbtFloat: return selectFormat(ElfR32f, ElfRg32f, ElfRgba32f); in getLayoutFromTxType() 208 case EbtInt: return selectFormat(ElfR32i, ElfRg32i, ElfRgba32i); in getLayoutFromTxType() 209 case EbtUint: return selectFormat(ElfR32ui, ElfRg32ui, ElfRgba32ui); in getLayoutFromTxType()
|
Completed in 24 milliseconds