/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 67 WorkListItem current_item = work_list[i]; in FindLiveComponents() local 68 Instruction* current_inst = current_item.instruction; in FindLiveComponents() 72 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents() 76 MarkInsertUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 79 MarkVectorShuffleUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 82 MarkCompositeContructUsesAsLive(current_item, live_components, in FindLiveComponents() 87 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents() 120 const VectorDCE::WorkListItem& current_item, in MarkInsertUsesAsLive() argument 125 if (current_item.instruction->NumInOperands() > 2) { in MarkInsertUsesAsLive() 127 current_item.instruction->GetSingleWordInOperand(2); in MarkInsertUsesAsLive() [all …]
|
D | vector_dce.h | 122 void MarkVectorShuffleUsesAsLive(const WorkListItem& current_item, 130 void MarkInsertUsesAsLive(const WorkListItem& current_item,
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | vector_dce.cpp | 67 WorkListItem current_item = work_list[i]; in FindLiveComponents() local 68 Instruction* current_inst = current_item.instruction; in FindLiveComponents() 72 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents() 76 MarkInsertUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 79 MarkVectorShuffleUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 82 MarkCompositeContructUsesAsLive(current_item, live_components, in FindLiveComponents() 87 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents() 120 const VectorDCE::WorkListItem& current_item, in MarkInsertUsesAsLive() argument 125 if (current_item.instruction->NumInOperands() > 2) { in MarkInsertUsesAsLive() 127 current_item.instruction->GetSingleWordInOperand(2); in MarkInsertUsesAsLive() [all …]
|
D | vector_dce.h | 122 void MarkVectorShuffleUsesAsLive(const WorkListItem& current_item, 130 void MarkInsertUsesAsLive(const WorkListItem& current_item,
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 67 WorkListItem current_item = work_list[i]; in FindLiveComponents() local 68 Instruction* current_inst = current_item.instruction; in FindLiveComponents() 72 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents() 76 MarkInsertUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 79 MarkVectorShuffleUsesAsLive(current_item, live_components, &work_list); in FindLiveComponents() 82 MarkCompositeContructUsesAsLive(current_item, live_components, in FindLiveComponents() 87 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents() 120 const VectorDCE::WorkListItem& current_item, in MarkInsertUsesAsLive() argument 125 if (current_item.instruction->NumInOperands() > 2) { in MarkInsertUsesAsLive() 127 current_item.instruction->GetSingleWordInOperand(2); in MarkInsertUsesAsLive() [all …]
|
D | vector_dce.h | 122 void MarkVectorShuffleUsesAsLive(const WorkListItem& current_item, 130 void MarkInsertUsesAsLive(const WorkListItem& current_item,
|
/external/iperf3/src/ |
D | cjson.c | 1449 cJSON *current_item = NULL; in parse_array() local 1494 current_item = head = new_item; in parse_array() 1499 current_item->next = new_item; in parse_array() 1500 new_item->prev = current_item; in parse_array() 1501 current_item = new_item; in parse_array() 1507 if (!parse_value(current_item, input_buffer)) in parse_array() 1605 cJSON *current_item = NULL; in parse_object() local 1648 current_item = head = new_item; in parse_object() 1653 current_item->next = new_item; in parse_object() 1654 new_item->prev = current_item; in parse_object() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 8303 _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 …]
|
D | gl4cGPUShaderFP64Tests.cpp | 6848 _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/mesa3d/src/imgui/ |
D | imgui.h | 404 …IMGUI_API bool Combo(const char* label, int* current_item, const char* const items[], int… 405 …IMGUI_API bool Combo(const char* label, int* current_item, const char* items_separated_by… 406 …IMGUI_API bool Combo(const char* label, int* current_item, bool(*items_getter)(void* data… 499 …IMGUI_API bool ListBox(const char* label, int* current_item, const char* const items[], i… 500 …IMGUI_API bool ListBox(const char* label, int* current_item, bool (*items_getter)(void* d…
|
D | imgui_widgets.cpp | 1418 bool ImGui::Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char… in Combo() argument 1424 if (*current_item >= 0 && *current_item < items_count) in Combo() 1425 items_getter(data, *current_item, &preview_value); in Combo() 1440 const bool item_selected = (i == *current_item); in Combo() 1447 *current_item = i; in Combo() 1459 bool ImGui::Combo(const char* label, int* current_item, const char* const items[], int items_count,… in Combo() argument 1461 …const bool value_changed = Combo(label, current_item, Items_ArrayGetter, (void*)items, items_count… in Combo() 1466 bool ImGui::Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int h… in Combo() argument 1475 …bool value_changed = Combo(label, current_item, Items_SingleStringGetter, (void*)items_separated_b… in Combo() 5201 bool ImGui::ListBox(const char* label, int* current_item, const char* const items[], int items_coun… in ListBox() argument [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.c | 5236 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()
|