/external/webp/src/enc/ |
D | token_enc.c | 119 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx); in VP8RecordCoeffTokens() local 122 if (!AddToken(tokens, last >= 0, base_id + 0, s + 0)) { in VP8RecordCoeffTokens() 130 if (!AddToken(tokens, v != 0, base_id + 1, s + 1)) { in VP8RecordCoeffTokens() 131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0 in VP8RecordCoeffTokens() 135 if (!AddToken(tokens, v > 1, base_id + 2, s + 2)) { in VP8RecordCoeffTokens() 136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1 in VP8RecordCoeffTokens() 139 if (!AddToken(tokens, v > 4, base_id + 3, s + 3)) { in VP8RecordCoeffTokens() 140 if (AddToken(tokens, v != 2, base_id + 4, s + 4)) { in VP8RecordCoeffTokens() 141 AddToken(tokens, v == 4, base_id + 5, s + 5); in VP8RecordCoeffTokens() 143 } else if (!AddToken(tokens, v > 10, base_id + 6, s + 6)) { in VP8RecordCoeffTokens() [all …]
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | testlib.c | 73 …XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types); in GetPort() 92 if (XvGrabPort(display, adaptor_info[i].base_id + l, CurrentTime) == Success) in GetPort() 94 *port_id = adaptor_info[i].base_id + l; in GetPort()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 79 if (adaptor_info[j].base_id + k != port) in Validate() 84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); in Validate()
|
/external/libxcam/xcore/ |
D | drm_display.h | 121 int open_drivers (const char *base_path, int base_id);
|
D | drm_display.cpp | 121 DrmDisplay::open_drivers (const char *base_path, int base_id) in open_drivers() argument 128 sprintf (dev_path, "%s%d", base_path, base_id + i); in open_drivers()
|
/external/u-boot/include/fsl-mc/ |
D | 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); \ 790 int base_id; member
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 786 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local 787 const auto base = _.FindDef(base_id); in ValidateAccessChain() 791 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
|
/external/autotest/frontend/afe/ |
D | model_logic.py | 435 all_related_ids = list(set(related_id for base_id, related_id 439 for base_id, related_id in id_pivot: 440 yield base_objects_by_id[base_id], related_objects_by_id[related_id]
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 950 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local 951 const auto base = _.FindDef(base_id); in ValidateAccessChain() 955 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 528 uint32_t base_id; in amdgpu_bo_slab_alloc() local 550 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries); in amdgpu_bo_slab_alloc() 562 bo->unique_id = base_id + i; in amdgpu_bo_slab_alloc()
|
/external/u-boot/drivers/net/ |
D | mvpp2.c | 1266 static int base_id; variable 5583 base_id_add = base_id; in mvpp2_base_bind() 5587 base_id++; in mvpp2_base_bind()
|