Home
last modified time | relevance | path

Searched refs:current_item (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp64 WorkListItem current_item = work_list[i]; in FindLiveComponents() local
65 Instruction* current_inst = current_item.instruction; in FindLiveComponents()
69 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents()
73 MarkInsertUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents()
76 MarkVectorShuffleUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents()
79 MarkCompositeContructUsesAsLive(current_item, live_components, in FindLiveComponents()
84 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents()
117 const VectorDCE::WorkListItem& current_item, in MarkInsertUsesAsLive() argument
122 if (current_item.instruction->NumInOperands() > 2) { in MarkInsertUsesAsLive()
124 current_item.instruction->GetSingleWordInOperand(2); in MarkInsertUsesAsLive()
[all …]
Dvector_dce.h116 void MarkVectorShuffleUsesAsLive(const WorkListItem& current_item,
124 void MarkInsertUsesAsLive(const WorkListItem& current_item,
/external/deqp-deps/SPIRV-Tools/source/opt/
Dvector_dce.cpp64 WorkListItem current_item = work_list[i]; in FindLiveComponents() local
65 Instruction* current_inst = current_item.instruction; in FindLiveComponents()
72 MarkInsertUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents()
75 MarkVectorShuffleUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents()
78 MarkCompositeContructUsesAsLive(current_item, live_components, in FindLiveComponents()
83 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents()
111 const VectorDCE::WorkListItem& current_item, in MarkInsertUsesAsLive() argument
117 current_item.instruction->GetSingleWordInOperand(2); in MarkInsertUsesAsLive()
121 current_item.instruction->GetSingleWordInOperand(kInsertCompositeIdInIdx); in MarkInsertUsesAsLive()
126 new_item.components = current_item.components; in MarkInsertUsesAsLive()
[all …]
Dvector_dce.h115 void MarkVectorShuffleUsesAsLive(const WorkListItem& current_item,
123 void MarkInsertUsesAsLive(const WorkListItem& current_item,
/external/u-boot/fs/reiserfs/
Dreiserfs.c497 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in next_key()
576 INFO->current_item = &LEAF[__le16_to_cpu(ih->ih_item_location)]; in search_stat()
630 memcpy (buf, INFO->current_item + offset, to_read); in reiserfs_read()
643 __u32 blocknr = __le32_to_cpu(((__u32 *) INFO->current_item) in reiserfs_read()
707 stat_data_v1(INFO->current_ih) ? sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
708 sd_v2_mode((struct stat_data *) (INFO->current_item)), in reiserfs_dir()
709 stat_data_v1(INFO->current_ih) ? sd_v1_size((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
710 sd_v2_size((struct stat_data *) INFO->current_item) in reiserfs_dir()
715 sd_v1_mode((struct stat_data_v1 *) INFO->current_item) : in reiserfs_dir()
716 sd_v2_mode((struct stat_data *) INFO->current_item); in reiserfs_dir()
[all …]
Dreiserfs_private.h423 char *current_item; member
/external/u-boot/scripts/kconfig/
Dnconf.c290 static void handle_f1(int *key, struct menu *current_item);
291 static void handle_f2(int *key, struct menu *current_item);
292 static void handle_f3(int *key, struct menu *current_item);
293 static void handle_f4(int *key, struct menu *current_item);
294 static void handle_f5(int *key, struct menu *current_item);
295 static void handle_f6(int *key, struct menu *current_item);
296 static void handle_f7(int *key, struct menu *current_item);
297 static void handle_f8(int *key, struct menu *current_item);
298 static void handle_f9(int *key, struct menu *current_item);
388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
[all …]
Dnconf.gui.c340 res = item_index(current_item(menu)); in btn_dialog()
/external/iperf3/src/
Dcjson.c1288 cJSON *current_item = NULL; in parse_array() local
1333 current_item = head = new_item; in parse_array()
1338 current_item->next = new_item; in parse_array()
1339 new_item->prev = current_item; in parse_array()
1340 current_item = new_item; in parse_array()
1346 if (!parse_value(current_item, input_buffer)) in parse_array()
1444 cJSON *current_item = NULL; in parse_object() local
1487 current_item = head = new_item; in parse_object()
1492 current_item->next = new_item; in parse_object()
1493 new_item->prev = current_item; in parse_object()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp8303 _item& current_item = items[n_item]; in initTest() local
8305 current_item.stage.function1_index = in initTest()
8306 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function1"); in initTest()
8307 current_item.stage.function2_index = in initTest()
8308 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function2"); in initTest()
8309 current_item.stage.function3_index = in initTest()
8310 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function3"); in initTest()
8311 current_item.stage.function4_index = in initTest()
8312 gl.getSubroutineIndex(current_item.po_id, current_item.so_type, "function4"); in initTest()
8315 if (current_item.stage.function1_index == GL_INVALID_INDEX || in initTest()
[all …]
Dgl4cGPUShaderFP64Tests.cpp6848 _program_interface_query_test_item& current_item = uniforms[n_uniform]; in verifyProgramInterfaceQuerySupport() local
6850 current_item.name = std::string(stage_prefix) + current_item.name; in verifyProgramInterfaceQuerySupport()
6858 _program_interface_query_test_item& current_item = uniforms[n_uniform]; in verifyProgramInterfaceQuerySupport() local
6866 …glw::GLuint resource_index = gl.getProgramResourceIndex(po_id, GL_UNIFORM, current_item.name.c_str… in verifyProgramInterfaceQuerySupport()
6877 if (current_item.name.length() != (glw::GLuint)retrieved_name_length || in verifyProgramInterfaceQuerySupport()
6878 memcmp(m_uniform_name_buffer, current_item.name.c_str(), retrieved_name_length) != 0) in verifyProgramInterfaceQuerySupport()
6883 << current_item.name << "]" in verifyProgramInterfaceQuerySupport()
6907 if (retrieved_array_size != current_item.expected_array_size) in verifyProgramInterfaceQuerySupport()
6910 << current_item.name << "]" in verifyProgramInterfaceQuerySupport()
6911 << ": expected:[" << current_item.expected_array_size << "]" in verifyProgramInterfaceQuerySupport()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_build_ast.c5236 struct cil_tree_node *current_item = parse_current->next->next->cl_head; in cil_gen_macro() local
5237 while (current_item != NULL) { in cil_gen_macro()
5247 rc =__cil_verify_syntax(current_item->cl_head, param_syntax, param_syntax_len); in cil_gen_macro()
5256 kind = current_item->cl_head->data; in cil_gen_macro()
5295 param->str = current_item->cl_head->next->data; in cil_gen_macro()
5317 current_item = current_item->next; in cil_gen_macro()