HomeSort by: relevance | last modified time | path
    Searched refs:kind (Results 1 - 25 of 247) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_info_c.py 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 def collect_data(spirv, kind):
33 if x["kind"] == kind:
46 return (kind, values, operands["category"])
75 % for kind,values,category in info:
79 spirv_${kind.lower()}_to_string(Spv${kind}Mask v)
84 case Spv${kind}${name}Mask: return "Spv${kind}${name}"
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_info_c.py 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 def collect_data(spirv, kind):
33 if x["kind"] == kind:
46 return (kind, values)
68 % for kind,values in info:
71 spirv_${kind.lower()}_to_string(Spv${kind} v)
75 case Spv${kind}${name}: return "Spv${kind}${name}"
    [all...]
  /xsrc/external/mit/libXft/dist/src/
xftinit.c 88 XftMemAlloc (int kind, size_t size)
92 XftInUse[kind].alloc_count++;
93 XftInUse[kind].alloc_mem += size;
103 XftMemFree (int kind, size_t size)
107 XftInUse[kind].free_count++;
108 XftInUse[kind].free_mem += size;
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_signature.c 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 enum dxil_semantic_kind kind; member in struct:semantic_info
51 is_depth_output(enum dxil_semantic_kind kind)
53 return kind == DXIL_SEM_DEPTH || kind == DXIL_SEM_DEPTH_GE ||
54 kind == DXIL_SEM_DEPTH_LE || kind == DXIL_SEM_STENCIL_REF;
108 bool is_depth = is_depth_output(info->kind);
112 if (info->kind == DXIL_SEM_TARGET) {
115 (info->kind == DXIL_SEM_PRIMITIVE_ID && is_gs_shader) |
    [all...]
  /xsrc/external/mit/libXScrnSaver/dist/include/X11/extensions/
scrnsaver.h 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44 int kind; /* ScreenSaverBlanked, ...Internal, ...External */ member in struct:__anon5710
52 int kind; /* ScreenSaverBlanked, ...Internal, ...External */ member in struct:__anon5711
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dri.h 19 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
64 int kind; member in struct:__anon10748
108 VTKind kind);
112 VTKind kind);
122 extern void DRISurfaceNotify (xp_surface_id id, int kind);
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_glx.c 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
58 surface_notify_handler(Display * dpy, unsigned int uid, int kind)
61 switch (kind) {
77 fprintf(stderr, "unhandled kind of event: %d in %s\n", kind, __func__);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_glx.c 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
58 surface_notify_handler(Display * dpy, unsigned int uid, int kind)
61 switch (kind) {
77 fprintf(stderr, "unhandled kind of event: %d in %s\n", kind, __func__);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_analysis.c 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181 shader->kind = LP_FS_KIND_GENERAL;
183 if (shader->kind == LP_FS_KIND_GENERAL &&
197 shader->kind = LP_FS_KIND_LLVM_LINEAR;
200 if (shader->kind == LP_FS_KIND_GENERAL &&
202 shader->kind = LP_FS_KIND_AERO_MINIFICATION;
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
x-input.m 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
56 int kind = e->kind;
60 kind == AppleWMReloadPreferences)
68 switch (kind) {
81 switch (kind) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
x-input.m 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53 int kind = e->kind;
57 kind == AppleWMReloadPreferences)
65 switch (kind) {
78 switch (kind) {
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_cfg.cpp 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50 link(void *mem_ctx, bblock_t *block, enum bblock_link_kind kind)
52 bblock_link *l = new(mem_ctx) bblock_link(block, kind);
59 /* The kind of the link is immaterial, but we need to provide one since
75 enum bblock_link_kind kind)
77 successor->parents.push_tail(::link(mem_ctx, this, kind));
78 children.push_tail(::link(mem_ctx, successor, kind));
83 enum bblock_link_kind kind) const
86 if (parent->block == this && parent->kind <= kind) {
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
selection.h 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
87 SelectionCallbackKind kind; member in struct:__anon10255
  /xsrc/external/mit/xorg-server.old/dist/include/
selection.h 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89 SelectionCallbackKind kind; member in struct:__anon10848
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dri.h 19 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
60 int kind; member in struct:__anon10147
111 DRISurfaceNotify(xp_surface_id id, int kind);
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.h 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 void RootlessSetShape(WindowPtr pWin, int kind);
53 VTKind kind);
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.h 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 void RootlessSetShape(WindowPtr pWin, int kind);
50 void RootlessMoveWindow(WindowPtr pWin,int x,int y,WindowPtr pSib,VTKind kind);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_insert_exec_mask.cpp 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
138 if (block.kind & block_kind_top_level)
210 if (info.block_needs & WQM && !(block->kind & block_kind_top_level)) {
229 if (block.kind & block_kind_break)
232 if ((block.kind & block_kind_loop_exit) && block.loop_nest_depth == 0)
245 assert(exec_ctx.program->blocks[preheader + 1].kind & block_kind_loop_header);
251 if (branch.kind & block_kind_branch) {
258 if (branch.kind & block_kind_top_level)
261 if (branch.kind & block_kind_merge)
267 assert(branch.kind & block_kind_branch)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_wsi.c 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
90 fence->temporary.kind != RADV_FENCE_NONE ? &fence->temporary : &fence->permanent;
95 struct radv_semaphore_part *part = semaphore->temporary.kind != RADV_SEMAPHORE_NONE
99 switch (part->kind) {
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowshape.c 15 *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
43 winSetShapeMultiWindow(WindowPtr pWin, int kind)
50 ErrorF("winSetShapeMultiWindow - pWin: %p kind: %i\n", pWin, kind);
54 (*pScreen->SetShape) (pWin, kind);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowshape.c 15 *THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44 winSetShapeMultiWindow (WindowPtr pWin, int kind)
50 ErrorF ("winSetShapeMultiWindow - pWin: %08x kind: %i\n", pWin, kind);
54 (*pScreen->SetShape)(pWin, kind);
  /xsrc/external/mit/MesaLib/dist/src/glx/windows/
xwindowsdri.h 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 int kind; /* subtype of event */ member in struct:__anon2321
  /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
xwindowsdri.h 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 int kind; /* subtype of event */ member in struct:__anon4649
  /xsrc/external/mit/libXext/dist/include/X11/extensions/
shape.h 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 int kind; /* ShapeBounding or ShapeClip */ member in struct:__anon5813
143 int /* kind */,
  /xsrc/external/mit/libdrm/dist/tests/tegra/
vic.c 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 unsigned int format, unsigned int kind, uint32_t flags,
65 if (kind == VIC_BLK_KIND_PITCH)
75 image->kind = kind;

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 910