HomeSort by relevance Sort by last modified time
    Searched defs:mach (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/mac/
message_server.h 8 #include <mach/mach.h>
19 mach_msg_header_t* mach; member in union:sandbox::IPCMessage
35 // An interaface for an IPC server that implements Mach messaging semantics.
36 // The concrete implementation may be powered by raw Mach messages, XPC, or
65 // Returns the Mach port on which the MessageServer is listening.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 488 #define UPDATE_EXEC_MASK(MACH) \
489 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
536 print_temp(const struct tgsi_exec_machine *mach, uint index)
538 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
554 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
824 struct tgsi_exec_machine *mach; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 488 #define UPDATE_EXEC_MASK(MACH) \
489 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
536 print_temp(const struct tgsi_exec_machine *mach, uint index)
538 const struct tgsi_exec_vector *tmp = &mach->Temps[index];
554 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
824 struct tgsi_exec_machine *mach; local
    [all...]

Completed in 334 milliseconds