Home
last modified time | relevance | path

Searched refs:AggregationType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp92 enum class AggregationType { enum
97 static cl::opt<AggregationType> RequestedAggregation(
102 AggregationType::TOTAL_TIME, "time",
104 clEnumValN(AggregationType::INVOCATION_COUNT, "count",
108 cl::sub(Stack), cl::init(AggregationType::TOTAL_TIME));
284 template <AggregationType AggType>
291 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack()
302 GetValueForStack<AggregationType::INVOCATION_COUNT>(const StackTrieNode *Node) { in GetValueForStack()
308 template <AggregationType T> struct DependentFalseType : std::false_type {};
310 template <AggregationType AggType>
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp84 enum class AggregationType enum
97 AggregationType aggregation;
118 …return static_cast<deUint32>((aggregation == AggregationType::VEC3) ? AggregationType::VEC4 : aggr… in effectiveComponents()
557 if (m_params.aggregation == AggregationType::SCALAR) in getSpirVReplacements()
565 …UINT || m_params.typeSize != TypeSize::SIZE_32BIT || m_params.aggregation != AggregationType::VEC3) in getSpirVReplacements()
577 if (m_params.aggregation == AggregationType::SCALAR) in getSpirVReplacements()
855 static const std::vector<std::pair<AggregationType, std::string>> aggregationTypes = in createTrinaryMinMaxGroup()
857 { AggregationType::SCALAR, "scalar" }, in createTrinaryMinMaxGroup()
858 { AggregationType::VEC2, "vec2" }, in createTrinaryMinMaxGroup()
859 { AggregationType::VEC3, "vec3" }, in createTrinaryMinMaxGroup()
[all …]