Home
last modified time | relevance | path

Searched refs:ToUnderlying (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DGlslangWrapperVk.cpp35 ToUnderlying(DescriptorSetIndex::UniformsAndXfb); in ResetGlslangProgramInterfaceInfo()
38 ToUnderlying(DescriptorSetIndex::Texture); in ResetGlslangProgramInterfaceInfo()
41 ToUnderlying(DescriptorSetIndex::ShaderResource); in ResetGlslangProgramInterfaceInfo()
44 ToUnderlying(DescriptorSetIndex::Internal); in ResetGlslangProgramInterfaceInfo()
DProgramExecutableVk.cpp828 mTransformOptions.surfaceRotation = ToUnderlying(desc.getSurfaceRotation()); in getGraphicsPipeline()
1853 ToUnderlying(descriptorSetIndex) > ToUnderlying(lastNonNullDescriptorSetIndex)) in updateDescriptorSets()
1925 text << " DescriptorSetIndex " << ToUnderlying(descriptorSetIndex) << ": " << count in outputCumulativePerfCounters()
DContextVk.cpp3968 ASSERT(ToUnderlying(rotationAndFlip) < ToUnderlying(SurfaceRotation::FlippedIdentity)); in updateGraphicsPipelineDescWithSpecConstUsageBits()
3991 ToUnderlying(SurfaceRotation::FlippedIdentity) + ToUnderlying(rotationAndFlip)); in updateGraphicsPipelineDescWithSpecConstUsageBits()
6331 INFO() << " PipelineType " << ToUnderlying(pipelineType) << ": " << count; in outputCumulativePerfCounters()
DSecondaryCommandBuffer.h907 paramStruct->firstSet = ToUnderlying(firstSet); in bindDescriptorSets()
Dvk_wrapper.h936 ToUnderlying(firstSet), descriptorSetCount, descriptorSets,
DUtilsVk.cpp675 {spirv::LiteralInteger(ToUnderlying(DescriptorSetIndex::Internal))}); in InsertInputDecorations()
/external/angle/src/common/
Dutilities.h306 constexpr typename std::underlying_type<E>::type ToUnderlying(E e) noexcept in ToUnderlying() function