HomeSort by relevance Sort by last modified time
    Searched full:nresource (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 101 struct noop_resource *nresource; local
104 nresource = CALLOC_STRUCT(noop_resource);
105 if (!nresource)
109 nresource->base = *templ;
110 nresource->base.screen = screen;
111 nresource->size = stride * templ->height0 * templ->depth0;
112 nresource->data = MALLOC(nresource->size);
113 pipe_reference_init(&nresource->base.reference, 1);
114 if (nresource->data == NULL)
161 struct noop_resource *nresource = (struct noop_resource *)resource; local
179 struct noop_resource *nresource = (struct noop_resource *)resource; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 237 unsigned nresource; member in struct:r600_bytecode
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.c 405 DEBUG ((EFI_D_INFO, "\n\nResource Type to assign : %x\n", Index));
    [all...]
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.uni 234 #string STR_PCI2_RESOURCE_TYPE_2 #language en-US "\r\nResource Type Type Base Limit\r\n"
286 #string STR_PCI2_RESOURCE_TYPE #language en-US "\r\nResource Type Base Limit\r\n"
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 225 printf("\nResource table:\n");
    [all...]
  /external/toybox/generated/
help.h     [all...]

Completed in 241 milliseconds