Searched refs:Vote (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTerminateInvocationTests.cpp | 120 std::vector<std::string> Vote; in createTerminateInvocationGroup() local 121 Vote.push_back("SubgroupSupportedOperations.vote"); in createTerminateInvocationGroup() 122 Vote.push_back("SubgroupSupportedStages.fragment"); in createTerminateInvocationGroup() 158 group.add("subgroup_vote", true, Vote); in createTerminateInvocationGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTerminateInvocationTests.cpp | 121 std::vector<std::string> Vote; in createTerminateInvocationGroup() local 122 Vote.push_back("SubgroupSupportedOperations.vote"); in createTerminateInvocationGroup() 123 Vote.push_back("SubgroupSupportedStages.fragment"); in createTerminateInvocationGroup() 144 group.add("subgroup_vote", "checks that a subgroup all does not include any terminated invocations", true, Vote); in createTerminateInvocationGroup()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 3316 TRACE("Vote went %zu vs %zu\n", left_used.size(), right_used.size()); in ChooseOneOfTwoPredecessorStates() 3336 struct Vote { in ComputeStateFromManyPredecessors() struct 3346 ZoneMap<TopLevelLiveRange*, Vote, TopLevelLiveRangeComparator> counts( in ComputeStateFromManyPredecessors() 3363 auto result = counts.emplace(std::make_pair(toplevel, Vote{1, {0}})); in ComputeStateFromManyPredecessors()
|
Completed in 10 milliseconds