Home
last modified time | relevance | path

Searched refs:extIt (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
Dcl_util.cpp81 auto extIt = extensions.cbegin(); in RemoveUnsupportedCLExtensions() local
82 while (extIt != extensions.cend()) in RemoveUnsupportedCLExtensions()
84 if (IsCLExtensionSupported(extIt->name)) in RemoveUnsupportedCLExtensions()
86 ++extIt; in RemoveUnsupportedCLExtensions()
90 extIt = extensions.erase(extIt); in RemoveUnsupportedCLExtensions()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp719 const auto& extIt = m_deviceExtensions.find(device); in createGraphicsPipelines() local
720 if (extIt == end(m_deviceExtensions)) in createGraphicsPipelines()
727 extIt->second, in createGraphicsPipelines()
811 const auto& extIt = m_deviceExtensions.find(device); in createComputePipelines() local
812 if (extIt == end(m_deviceExtensions)) in createComputePipelines()
819 extIt->second, in createComputePipelines()
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp254 …td::set<std::string>::const_iterator extIt = requiredExtensions.begin(); extIt != requiredExtensio… in addExtFormats() local
256 if (!checkExtensionSupport(*ctxInfo, *ctx, *extIt)) in addExtFormats()
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h966 … for (auto extIt = requestedExtensions.begin(); extIt != requestedExtensions.end(); ++extIt) { in usingScalarBlockLayout() local
967 if (*extIt == E_GL_EXT_scalar_block_layout) in usingScalarBlockLayout()
DintermOut.cpp1466 for (auto extIt = requestedExtensions.begin(); extIt != requestedExtensions.end(); ++extIt) in output() local
1467 infoSink.debug << "Requested " << *extIt << "\n"; in output()