Searched refs:base_id (Results 1 – 11 of 11) sorted by relevance
/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/frontends/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/frontends/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/igt-gpu-tools/overlay/x11/ |
D | x11-overlay.c | 169 port = info[i].base_id; in x11_overlay_create() 334 port = info[i].base_id; in x11_overlay_stop()
|
/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/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_memory.cpp | 1219 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local 1220 const auto base = _.FindDef(base_id); in ValidateAccessChain() 1224 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 1182 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local 1183 const auto base = _.FindDef(base_id); in ValidateAccessChain() 1187 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 1222 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local 1223 const auto base = _.FindDef(base_id); in ValidateAccessChain() 1227 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.c | 673 uint32_t base_id; in amdgpu_bo_slab_alloc() local 718 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries); in amdgpu_bo_slab_alloc() 731 bo->unique_id = base_id + i; in amdgpu_bo_slab_alloc()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 30468 …<var-decl name="base_id" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hwsp… 44159 …<var-decl name="base_id" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hwsp…
|
D | test-PR27569-v0.abi | 30440 …<var-decl name="base_id" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hwsp… 44130 …<var-decl name="base_id" type-id="95e97e5e" visibility="default" filepath="drivers/hwspinlock/hwsp…
|