Searched refs:ToUnderlying (Results 1 – 7 of 7) sorted by relevance
35 ToUnderlying(DescriptorSetIndex::UniformsAndXfb); in ResetGlslangProgramInterfaceInfo()38 ToUnderlying(DescriptorSetIndex::Texture); in ResetGlslangProgramInterfaceInfo()41 ToUnderlying(DescriptorSetIndex::ShaderResource); in ResetGlslangProgramInterfaceInfo()44 ToUnderlying(DescriptorSetIndex::Internal); in ResetGlslangProgramInterfaceInfo()
828 mTransformOptions.surfaceRotation = ToUnderlying(desc.getSurfaceRotation()); in getGraphicsPipeline()1853 ToUnderlying(descriptorSetIndex) > ToUnderlying(lastNonNullDescriptorSetIndex)) in updateDescriptorSets()1925 text << " DescriptorSetIndex " << ToUnderlying(descriptorSetIndex) << ": " << count in outputCumulativePerfCounters()
3968 ASSERT(ToUnderlying(rotationAndFlip) < ToUnderlying(SurfaceRotation::FlippedIdentity)); in updateGraphicsPipelineDescWithSpecConstUsageBits()3991 ToUnderlying(SurfaceRotation::FlippedIdentity) + ToUnderlying(rotationAndFlip)); in updateGraphicsPipelineDescWithSpecConstUsageBits()6331 INFO() << " PipelineType " << ToUnderlying(pipelineType) << ": " << count; in outputCumulativePerfCounters()
907 paramStruct->firstSet = ToUnderlying(firstSet); in bindDescriptorSets()
936 ToUnderlying(firstSet), descriptorSetCount, descriptorSets,
675 {spirv::LiteralInteger(ToUnderlying(DescriptorSetIndex::Internal))}); in InsertInputDecorations()
306 constexpr typename std::underlying_type<E>::type ToUnderlying(E e) noexcept in ToUnderlying() function