Searched refs:selectFormat (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/utils/win/ |
D | SkWGL.h | 93 int selectFormat(const int formats[],
|
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_no_buildgn/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 82 …bool selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkForm… 85 bool TestConfig::selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_… in selectFormat() function in vkt::synchronization::__anon4cdbf80c0111::TestConfig 524 …if (!m_config.selectFormat(vki, dev, { VK_FORMAT_R32_SINT, VK_FORMAT_R32_UINT, VK_FORMAT_R8_SINT, … in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueTests.cpp | 82 …bool selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_list<VkForm… 85 bool TestConfig::selectFormat (const InstanceInterface& vk, VkPhysicalDevice dev, std::initializer_… in selectFormat() function in vkt::synchronization::__anon08c66a4c0111::TestConfig 524 …if (!m_config.selectFormat(vki, dev, { VK_FORMAT_R32_SINT, VK_FORMAT_R32_UINT, VK_FORMAT_R8_SINT, … in checkSupport()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 198 …const auto selectFormat = [this,&components](TLayoutFormat v1, TLayoutFormat v2, TLayoutFormat v4)… 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()
|