Searched refs:dummy_f (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | lower.c | 262 /* dummy_f/m are auxiliary nodes for value reg alloc: in gpir_lower_node_may_consume_two_slots() 263 * 1. before reg alloc, create fake nodes dummy_f, dummy_m, in gpir_lower_node_may_consume_two_slots() 264 * so the tree become: (dummy_m (node dummy_f)) in gpir_lower_node_may_consume_two_slots() 268 * dummy_m and dummy_f to node and remove dummy_m & dummy_f in gpir_lower_node_may_consume_two_slots() 270 * We may also not use dummy_f/m, but alloc two value reg for in gpir_lower_node_may_consume_two_slots() 277 * With the dummy_f/m method, there's no such requirement, the in gpir_lower_node_may_consume_two_slots() 286 gpir_node *dummy_f = gpir_node_create(block, gpir_op_dummy_f); in gpir_lower_node_may_consume_two_slots() local 287 if (unlikely(!dummy_f)) in gpir_lower_node_may_consume_two_slots() 289 list_add(&dummy_f in gpir_lower_node_may_consume_two_slots() [all...] |
H A D | scheduler.c | 1617 /* merge dummy_f/m to the node created from */ in schedule_build_dependency() 1622 gpir_node *dummy_f = alu->children[1]; in schedule_build_dependency() local 1632 gpir_node_delete(dummy_f); in schedule_build_dependency()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 4678 static float dummy_f = 0.0f; local 4681 ImGui::SliderFloat("float0", &dummy_f, 0.0f, 1.0f); 4683 ImGui::SliderFloat("float1", &dummy_f, 0.0f, 1.0f); 4685 ImGui::SliderFloat("float2", &dummy_f, 0.0f, 1.0f);
|
Completed in 15 milliseconds