/external/skia/src/compute/skc/ |
common.h | 94 skc_uint cohort : SKC_CMD_FILL_BITS_COHORT; member in struct:skc_cmd_fill::__anon37957
|
/external/skqp/src/compute/skc/ |
common.h | 94 skc_uint cohort : SKC_CMD_FILL_BITS_COHORT; member in struct:skc_cmd_fill::__anon38760
|
/external/skia/src/compute/skc/platforms/cl_12/ |
raster_builder_cl_12.h | 61 skc_uint cohort : SKC_CMD_RASTERIZE_BITS_COHORT; member in struct:skc_cmd_rasterize::__anon38033 87 // COHORT META DATA 133 // COHORT ATOMICS
|
raster_builder_cl_12.c | 52 // RASTER COHORT 58 // fill cmds transforms raster clips path release rasterize cmds cohort map raster release TTSB TTSK cohort atomics context atomics 71 // of a cohort until it is complete. The raster builder must 76 // 3) The raster cohort rasterizer state retains the fill cmd, 82 // 5) The raster cohort post processor is standalone and retains the 83 // raster_map, cohort atomics, TTSK_RYX extent, and raster 96 // cohort atomics path_ids raster_ids transforms clips cmds_fill cmds_l/q/c ttsk_ryx 164 skc_grid_t cohort; member in struct:skc_raster_builder_impl 183 // RASTER COHORT 267 skc_uint cohort : SKC_TTRK_HI_BITS_COHORT; member in struct:skc_ttrk::__anon38030 393 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 470 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 518 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 801 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 828 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 948 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 974 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 1084 struct skc_raster_cohort * const cohort = local 1218 skc_grid_t const cohort = impl->cohort; local 1233 skc_grid_t const cohort = impl->cohort; local [all...] |
/external/skqp/src/compute/skc/platforms/cl_12/ |
raster_builder_cl_12.h | 61 skc_uint cohort : SKC_CMD_RASTERIZE_BITS_COHORT; member in struct:skc_cmd_rasterize::__anon38836 87 // COHORT META DATA 133 // COHORT ATOMICS
|
raster_builder_cl_12.c | 52 // RASTER COHORT 58 // fill cmds transforms raster clips path release rasterize cmds cohort map raster release TTSB TTSK cohort atomics context atomics 71 // of a cohort until it is complete. The raster builder must 76 // 3) The raster cohort rasterizer state retains the fill cmd, 82 // 5) The raster cohort post processor is standalone and retains the 83 // raster_map, cohort atomics, TTSK_RYX extent, and raster 96 // cohort atomics path_ids raster_ids transforms clips cmds_fill cmds_l/q/c ttsk_ryx 164 skc_grid_t cohort; member in struct:skc_raster_builder_impl 183 // RASTER COHORT 267 skc_uint cohort : SKC_TTRK_HI_BITS_COHORT; member in struct:skc_ttrk::__anon38833 393 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 470 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 518 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 801 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 828 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 948 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 974 struct skc_raster_cohort * const cohort = skc_grid_get_data(grid); local 1084 struct skc_raster_cohort * const cohort = local 1218 skc_grid_t const cohort = impl->cohort; local 1233 skc_grid_t const cohort = impl->cohort; local [all...] |
/external/rappor/client/java/com/google/android/rappor/ |
Encoder.java | 68 * First (and only) byte of HMAC_DRBG personalization strings used to generate the cohort number. 140 * The number of cohorts used for cohort assignment. 145 * The cohort this user is assigned to for Bloom filter string encoding. 148 * encoders use the same userSecret but have different numCohorts values, the cohort assignment 149 * for the encoder with the smaller numCohorts value is a bitwise suffix of the cohort assignment 150 * for the encoder with the larger numCohorts value. It follows that, if you know maximum cohort 152 * you can deduce the cohort assignment for each encoder by taking the bitwise-and of the max 153 * cohort value and (numCohorts-1), noting that numCohorts is required to be a positive power of 156 private final int cohort; field in class:Encoder 205 * memoized cohort assignments and permanent randomized responses. Be aware that resettin [all...] |