Home
last modified time | relevance | path

Searched defs:VOTE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_non_uniform_vote.cpp23 template <typename T, NonUniformVoteOp operation> struct VOTE struct
25 static void log_test(const WorkGroupParams &test_params, in log_test()
34 static void gen(T *x, T *t, cl_int *m, const WorkGroupParams &test_params) in gen()
91 static test_status chk(T *x, T *y, T *mx, T *my, cl_int *m, in chk()
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DVotesStorageTest.java42 private static final Vote VOTE = Vote.forDisableRefreshRateSwitching(); field in VotesStorageTest
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dbitflags.rs616 pub const VOTE: Self = Self(0b10); constant