HomeSort by relevance Sort by last modified time
    Searched defs:base_id (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
token_enc.c 119 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx); local
122 if (!AddToken(tokens, last >= 0, base_id + 0, s + 0)) {
130 if (!AddToken(tokens, v != 0, base_id + 1, s + 1)) {
131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0
135 if (!AddToken(tokens, v > 1, base_id + 2, s + 2)) {
136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1
139 if (!AddToken(tokens, v > 4, base_id + 3, s + 3)) {
140 if (AddToken(tokens, v != 2, base_id + 4, s + 4)) {
141 AddToken(tokens, v == 4, base_id + 5, s + 5);
143 } else if (!AddToken(tokens, v > 10, base_id + 6, s + 6))
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_memory.cpp 786 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); local
787 const auto base = _.FindDef(base_id);
791 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 528 uint32_t base_id; local
550 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries);
562 bo->unique_id = base_id + i;
    [all...]
  /external/u-boot/include/fsl-mc/
fsl_dprc.h 243 MC_CMD_OP(cmd, 1, 0, 32, int, range_desc->base_id); \
268 MC_RSP_OP(cmd, 1, 0, 32, int, range_desc->base_id); \
782 * @base_id: Base resource ID of this range
790 int base_id; member in struct:dprc_res_ids_range_desc
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_memory.cpp 950 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); local
    [all...]
  /external/u-boot/drivers/net/
mvpp2.c 1266 static int base_id; variable
    [all...]

Completed in 2346 milliseconds