Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
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()
/external/rust/crates/ash/src/vk/
Dbitflags.rs622 pub const VOTE: Self = Self(0b10); constant