Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_ballot.cpp24 template <typename Ty> struct BALLOT struct
26 static void log_test(const WorkGroupParams &test_params, in log_test()
32 static void gen(Ty *x, Ty *t, cl_int *m, const WorkGroupParams &test_params) in gen()
92 static test_status chk(Ty *x, Ty *y, Ty *mx, Ty *my, cl_int *m, in chk()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dbitflags.rs620 pub const BALLOT: Self = Self(0b1000); constant