Home
last modified time | relevance | path

Searched refs:base_id (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtoken_enc.c119 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 in VP8RecordCoeffTokens()
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtestlib.c73 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()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c79 if (adaptor_info[j].base_id + k != port) in Validate()
84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); in Validate()
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_io_components_pass.cpp171 const unsigned base_id = in FindMaxIndex()
173 USE_ASSERT(base_id == var.result_id() && "unexpected base"); in FindMaxIndex()
/third_party/node/src/crypto/
H A Dcrypto_sig.cc118 int bits, base_id = EVP_PKEY_base_id(pkey.get()); in ValidateDSAParameters() local
120 if (base_id == EVP_PKEY_DSA) { in ValidateDSAParameters()
124 } else if (base_id == EVP_PKEY_EC) { in ValidateDSAParameters()
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp1299 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local
1300 const auto base = _.FindDef(base_id); in ValidateAccessChain()
1304 << "The Base <id> " << _.getIdName(base_id) << " in " << instr_name in ValidateAccessChain()
1446 const auto base_id = inst->GetOperandAs<uint32_t>(2); in ValidatePtrAccessChain() local
1447 const auto base = _.FindDef(base_id); in ValidatePtrAccessChain()
/third_party/ffmpeg/libavdevice/
H A Dxv.c174 xv->xv_port = ai[0].base_id; in xv_write_header()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c1168 uint32_t base_id; in bo_slab_alloc() local
1222 base_id = p_atomic_fetch_add(&screen->pb.next_bo_unique_id, slab->base.num_entries); in bo_slab_alloc()
1231 bo->unique_id = base_id + i; in bo_slab_alloc()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c713 uint32_t base_id; in amdgpu_bo_slab_alloc() local
770 base_id = __sync_fetch_and_add(&ws->next_bo_unique_id, slab->base.num_entries); in amdgpu_bo_slab_alloc()
781 bo->unique_id = base_id + i; in amdgpu_bo_slab_alloc()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp1225 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local
1226 const auto base = _.FindDef(base_id); in ValidateAccessChain()
1230 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp1225 const auto base_id = inst->GetOperandAs<uint32_t>(base_index); in ValidateAccessChain() local
1226 const auto base = _.FindDef(base_id); in ValidateAccessChain()
1230 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4225 const auto base_id = inst.GetSingleWordInOperand(0); in MakeAccessChain() local
4226 const auto base_skip = GetSkipReason(base_id); in MakeAccessChain()
4231 GetDefInfo(base_id)->sink_pointer_source_expr; in MakeAccessChain()
4235 auto ptr_ty_id = def_use_mgr_->GetDef(base_id)->type_id(); in MakeAccessChain()
4252 if (base_id == builtin_position_info.per_vertex_var_id) { in MakeAccessChain()
4300 auto name = namer_.Name(base_id); in MakeAccessChain()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp1600 uint32_t base_id = ops[2]; in extract_global_variables_from_function() local
1601 if (global_var_ids.find(base_id) != global_var_ids.end()) in extract_global_variables_from_function()
1602 added_arg_ids.insert(base_id); in extract_global_variables_from_function()
1650 uint32_t base_id = ops[0]; in extract_global_variables_from_function() local
1651 if (global_var_ids.find(base_id) != global_var_ids.end()) in extract_global_variables_from_function()
1652 added_arg_ids.insert(base_id); in extract_global_variables_from_function()
1663 uint32_t base_id = ops[3]; in extract_global_variables_from_function() local
1664 if (global_var_ids.find(base_id) != global_var_ids.end()) in extract_global_variables_from_function()
1665 added_arg_ids.insert(base_id); in extract_global_variables_from_function()
1666 base_id in extract_global_variables_from_function()
1676 uint32_t base_id = ops[2]; extract_global_variables_from_function() local
[all...]

Completed in 28 milliseconds