Home
last modified time | relevance | path

Searched refs:data_id (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-object.c613 char *data_id; in tplg_pp_add_object_data_section() local
654 data_id = tplg_snprintf("%d", id); in tplg_pp_add_object_data_section()
655 if (!data_id) in tplg_pp_add_object_data_section()
658 ret = tplg_config_make_add(&child, data_id, SND_CONFIG_TYPE_STRING, obj_data); in tplg_pp_add_object_data_section()
659 free(data_id); in tplg_pp_add_object_data_section()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp225 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocations() local
271 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations()
338 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocationsMasked() local
386 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Damd_ext_to_khr.cpp225 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocations() local
271 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations()
338 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocationsMasked() local
386 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
/third_party/spirv-tools/source/opt/
Damd_ext_to_khr.cpp225 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocations() local
271 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations()
338 uint32_t data_id = inst->GetSingleWordInOperand(2); in ReplaceSwizzleInvocationsMasked() local
386 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c124 uint8_t data_id; /* Data id of Interface-IDs */ member
1100 priv->data_id = (uint8_t)devinfo->ifnobase + 1; in cdcacm_bind()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp12113 void ImGui::DebugHookIdInfo(ImGuiID id, ImGuiDataType data_type, const void* data_id, const void* d… in DebugHookIdInfo() argument
12141 ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "%d", (int)(intptr_t)data_id); in DebugHookIdInfo()
12144 …id_end ? (int)((const char*)data_id_end - (const char*)data_id) : (int)strlen((const char*)data_id in DebugHookIdInfo()
12145 … ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "\"%.*s\"", data_len, (const char*)data_id); in DebugHookIdInfo()
12148 ImFormatString(info->Desc, IM_ARRAYSIZE(info->Desc), "(void*)0x%p", data_id); in DebugHookIdInfo()
Dimgui_internal.h2742 … DebugHookIdInfo(ImGuiID id, ImGuiDataType data_type, const void* data_id, const void* data…