Home
last modified time | relevance | path

Searched refs:layer (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassStorageDxe.uni4 // The USB mass storage class is specified in two layers: the bottom layer
5 // is the transportation protocol. The top layer is the command set.
6 // The transportation layer provides the transportation of the command, data and result.
31 …d in two layers: the bottom layer is the transportation protocol. The top layer is the command set…
DUsbMassStorageDxe.inf4 # The USB mass storage class is specified in two layers: the bottom layer
5 # is the transportation protocol. The top layer is the command set.
6 # The transportation layer provides the transportation of the command, data and result.
/device/google/accessory/demokit/hardware/fab/m256c/
DREADME23 Board dimensions/outline included as zero width trace in silkscreen layer
40 Process the silkscreen layer against the soldermask layer to prevent
/device/generic/goldfish/hwcomposer/
Dhwcomposer.cpp67 for (size_t layer = 0; layer < contents->numHwLayers; layer++) { in hwc_set() local
68 hwc_layer_1_t* fb_layer = &contents->hwLayers[layer]; in hwc_set()
82 "HWC_FRAMEBUFFER_TARGET layer", layer); in hwc_set()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThru.uni4 // It produces an EFI_EXT_SCSI_PASS_THRU_PROTOCOL interface for upper layer to send
22 …en-US "It produces an EFI_EXT_SCSI_PASS_THRU_PROTOCOL interface for upper layer to send SCSI cmd t…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
DUfsPciHcDxe.uni2 // The UfsPciHcDxe driver is used by upper layer to retrieve mmio base address of managed pci-based…
17 #string STR_MODULE_ABSTRACT #language en-US "Providing interface for upper layer to ret…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcPei/
DUfsPciHcPei.uni2 // The UfsPciHcPei driver is used by upper layer to retrieve mmio base address of managed
19 #string STR_MODULE_ABSTRACT #language en-US "Providing interface for upper layer to ret…
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
DSocketDxe.inf2 # Component description file for the socket layer driver.
4 # This module implements the socket layer.
/device/linaro/bootloader/edk2/StdLib/UseSocketDxe/
DUseSocketDxe.inf4 # This module implements the socket layer.
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DEfiSocketLib.inf4 # This module implements the socket layer.
/device/linaro/bootloader/edk2/NetworkPkg/
DNetworkPkg.uni58 … "01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]\n"
61 … "03 = DUID Based on Link-layer Address [DUID-LL] (not supported)"
DNetworkPkg.dec74 # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]
77 # 03 = DUID Based on Link-layer Address [DUID-LL] (not supported)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DFrameworkHiiOnUefiHiiThunk.inf6 # String Gather Tools). This thunk layer only produces the Frameowork HII protocol interface. The b…
/device/google/accessory/demokit/hardware/eng/shield/
Dashield_gerb274x.cam3 …><p>\nThis CAM job consists of five sections that generate data for a two layer board.<p><p>\nYou …
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md21 6. [Storage abstraction layer](#6--storage-abstraction-layer)
317 structure for use by the platform layer.
643 This function is also responsible for initializing the storage abstraction layer
794 This function is also responsible for initializing the storage abstraction layer
1501 6. Storage abstraction layer
1505 layer is used to load data from non-volatile platform storage.
1507 Each platform should register devices and their drivers via the Storage layer.
1511 function uses the storage layer to access non-volatile platform storage.
1516 The storage layer is described in the header file
1526 The Storage layer provides mechanisms to initialize storage devices before
[all …]
Dfirmware-design.md252 access to controlled components. The storage abstraction layer is initialized
1466 from a FIP has been added to the storage layer and allows a package to be read
1734 `USE_COHERENT_MEM` and needs to use bakery locks in the porting layer, it should
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp296 …ramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
398 …void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, …
2178 …FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) in glFramebufferTextureLayer() argument
2181 ctx->glFramebufferTextureLayer(ctx, target, attachment, texture, level, layer); in glFramebufferTextureLayer()
2804 void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, G… in glBindImageTexture() argument
2807 ctx->glBindImageTexture(ctx, unit, texture, level, layered, layer, access, format); in glBindImageTexture()
DGL2Encoder.h457 …xtureLayer(void* self, GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
DGL2Encoder.cpp3216 …tureLayer(void* self, GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) { in s_glFramebufferTextureLayer() argument
3231 layer >= max3DTextureSize, in s_glFramebufferTextureLayer()
3234 ctx->m_glFramebufferTextureLayer_enc(self, target, attachment, texture, level, layer); in s_glFramebufferTextureLayer()
Dgl2_enc.cpp7175 …eLayer_enc(void *self , GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) in glFramebufferTextureLayer_enc() argument
7197 memcpy(ptr, &layer, 4); ptr += 4; in glFramebufferTextureLayer_enc()
10466 …self , GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GL… in glBindImageTexture_enc() argument
10488 memcpy(ptr, &layer, 4); ptr += 4; in glBindImageTexture_enc()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h854 …amebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
1164 …xture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GL…
Dgl3.h854 …amebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer);
/device/linaro/bootloader/edk2/StdLib/
DReadMe.txt69 Support routines above the sockets layer and C interface for
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt80 Support routines above the sockets layer and C interface for
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt69 Support routines above the sockets layer and C interface for

12