HomeSort by: relevance | last modified time | path
    Searched defs:struct (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xcb-proto/dist/xcbgen/
matcher.py 59 def struct(node, module, namespace): function
62 type = Struct(name, node)
116 'struct' : struct,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_extensions.py 31 def __init__(self, version, struct=()):
34 if not struct:
37 self.struct_version = struct
50 def struct(self): member in class:Version
53 # the sType of the extension's struct
55 # for VK_EXT_transform_feedback and struct="FEATURES"
56 def stype(self, struct: str):
59 + '_' + struct)
114 # feature/properties struct
119 def physical_device_struct(self, struct: str)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_resource.cpp 46 can_map_directly(struct pipe_resource *pres)
54 init_valid_range(struct d3d12_resource *res)
61 d3d12_resource_destroy(struct pipe_screen *pscreen,
62 struct pipe_resource *presource)
64 struct d3d12_resource *resource = d3d12_resource(presource);
73 resource_is_busy(struct d3d12_context *ctx,
74 struct d3d12_resource *res)
85 d3d12_resource_wait_idle(struct d3d12_context *ctx,
86 struct d3d12_resource *res)
100 d3d12_resource_release(struct d3d12_resource *resource
    [all...]

Completed in 6 milliseconds