HomeSort by: relevance | last modified time | path
    Searched defs:action (Results 1 - 25 of 47) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_extensions_gen.py 21 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
245 action='append', variable
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_extensions_gen.py 21 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
192 action='append', variable
  /xsrc/external/mit/MesaLib/dist/bin/
commit_in_branch.py 120 action='store_true', variable
  /xsrc/external/mit/pixman/dist/test/
lowlevel_blt_bench_compare.py 118 action="store_true", variable
124 action="store_true", variable
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_extensions.py 21 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
260 action='append', variable
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
event.hpp 18 // OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
55 typedef std::function<void (event &)> action; typedef in class:clover::event
58 action action_ok, action action_fail);
93 action action_ok;
94 action action_fail;
116 action action = [](event &){});
137 action profile(command_queue &q, const action &action) const
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
event.hpp 18 // OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
55 typedef std::function<void (event &)> action; typedef in class:clover::event
58 action action_ok, action action_fail);
93 action action_ok;
94 action action_fail;
116 action action = [](event &){});
137 action profile(command_queue &q, const action &action) const
    [all...]
  /xsrc/external/mit/xkbevd/dist/
xkbevd.h 21 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
77 ActDefRec action; member in struct:_CfgEntry
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 25 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
100 const struct lp_build_tgsi_action * action,
106 base->gallivm->builder, action->intr_name,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode]; local
121 assert(action->emit);
122 action->emit(action, bld_base, emit_data);
237 const struct lp_build_tgsi_action * action = local
261 if (!action->emit) {
292 if (!action->fetch_args)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 25 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
100 const struct lp_build_tgsi_action * action,
106 base->gallivm->builder, action->intr_name,
116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode]; local
121 assert(action->emit);
122 action->emit(action, bld_base, emit_data);
237 const struct lp_build_tgsi_action * action = local
261 if (!action->emit) {
292 if (!action->fetch_args)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_transfer_queue.c 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
48 list_action_t action; member in struct:list_iteration_args
181 iter->action(queue, &args);
218 iter->action(queue, &args);
233 iter.action = transfer_write;
272 iter.action = transfer_put;
276 iter.action = remove_transfer;
303 iter.action = replace_unmapped_transfer;
323 iter.action = transfer_write;
330 iter.action = transfer_put
    [all...]
  /xsrc/external/mit/ctwm/dist/
workspace_utils.c 269 char *action; local
272 action = Scr->ChangeWorkspaceFunction.item ?
273 Scr->ChangeWorkspaceFunction.item->action : NULL;
274 ExecuteFunction(Scr->ChangeWorkspaceFunction.func, action,
win_iconify.c 152 char *action; local
155 action = Scr->IconifyFunction.item ? Scr->IconifyFunction.item->action : NULL;
156 ExecuteFunction(Scr->IconifyFunction.func, action,
204 char *action; local
207 action = Scr->DeIconifyFunction.item ?
208 Scr->DeIconifyFunction.item->action : NULL;
209 ExecuteFunction(Scr->DeIconifyFunction.func, action,
  /xsrc/external/mit/xkbcomp/dist/
action.h 21 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
22 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
60 unsigned action; member in struct:_ActionInfo
69 XkbAnyAction * /* action */ ,
  /xsrc/external/mit/xorg-server.old/dist/config/
udev.c 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
243 const char *action; local
252 action = udev_device_get_action(udev_device);
253 if (action) {
254 if (!strcmp(action, "add"))
256 else if (!strcmp(action, "remove"))
258 else if (!strcmp(action, "change")) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ci/
radeonsi-run-tests.py 20 # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
73 parser.add_argument("--verbose", "-v", action="count", default=0)
77 action="append", variable
88 "--no-piglit", dest="piglit", help="Disable piglit tests", action="store_false"
91 "--no-glcts", dest="glcts", help="Disable GLCTS tests", action="store_false"
94 "--no-deqp", dest="deqp", help="Disable dEQP tests", action="store_false"
100 action="store_false", variable
106 action="store_false", variable
112 action="store_false", variable
118 action="store_false" variable
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_transfer_queue.c 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
50 list_action_t action; member in struct:list_iteration_args
221 iter->action(queue, &args);
237 iter->action(queue, &args);
251 iter.action = transfer_write;
289 iter.action = transfer_put;
314 iter.action = replace_unmapped_transfer;
332 iter.action = transfer_write;
339 iter.action = transfer_put;
  /xsrc/external/mit/MesaLib/dist/src/util/tests/vma/
vma_random_test.cpp 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
90 int action = one_to_thousand(rand); local
91 if (action == 1) fill();
92 else if (action == 2) empty();
93 else if (action < 374) dealloc();
  /xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/
vma_random_test.cpp 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
85 int action = one_to_thousand(rand); local
86 if (action == 1) fill();
87 else if (action == 2) empty();
88 else if (action < 374) dealloc();
  /xsrc/external/mit/libXt/dist/src/
TMgrab.c 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
62 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
180 ActionRec *action; local
190 for (action = state->actions; action; action = action->next)
191 if (count == action->idx
    [all...]
  /xsrc/external/mit/twm/dist/src/
gram.y 19 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
47 /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/
48 /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/
83 static char *Action = empty;
133 %type <num> action button number signed_number full fullkey
175 | LEFT_TITLEBUTTON string EQUALS action {
178 | RIGHT_TITLEBUTTON string EQUALS action {
185 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
195 AddToMenu(root,"x",Action,
198 Action = empty
591 action : FKEYWORD { $$ = $1; } label
    [all...]
menus.h 19 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
47 /** OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER **/
48 /** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/
76 const char *action; /* action to be performed */ member in struct:MenuItem
116 MenuItem *item; /* action to perform if func != F_MENU */
128 char *action; /* action string (if any) */ member in struct:FuncKey
166 char *action);
167 extern int CreateTitleButton(const char *name, int func, const char *action,
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
debugger.c 18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
68 int action; member in struct:__anon6605
347 int i = 0, frame, matches, action = -1, subaction = 0; local
394 if (action < 0) {
396 action = DebuggerFinish;
398 action = DebuggerNext;
400 action = DebuggerStep;
402 action = DebuggerContinue;
418 action = commands[i].action;
    [all...]
  /xsrc/external/mit/xorg-server/dist/config/
udev.c 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
356 const char *action; local
364 action = udev_device_get_action(udev_device);
365 if (action) {
366 if (!strcmp(action, "add")) {
369 } else if (!strcmp(action, "change")) {
378 else if (!strcmp(action, "remove"))
  /xsrc/external/mit/xrefresh/dist/
xrefresh.c 18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
42 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
176 enum e_action action; member in struct:s_pair
193 enum e_action action = doDefault; local
220 action = doBlack;
223 action = doWhite;
228 action = doSolid;
231 action = doNone;
234 action = doRoot
    [all...]

Completed in 19 milliseconds

1 2