Home
last modified time | relevance | path

Searched refs:sType (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0002-kms-Drop-dependency-on-vkCreateDmaBufImageINTEL.patch117 - create_info.sType = static_cast<VkStructureType>(VK_STRUCTURE_TYPE_DMA_BUF_IMAGE_CREATE_IN…
123 + .sType = VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR,
129 + .sType = VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT,
136 + .sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR,
143 + .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,
177 + .sType = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR,
196 + .sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO,
/OK3568_Linux_fs/u-boot/tools/
H A Dimg2srec.c177 static char* BuildSRecord(char* pa, uint16_t sType, uint32_t addr, in BuildSRecord() argument
185 switch (sType) { in BuildSRecord()
204 *pa++ = (char)(sType + '0'); in BuildSRecord()
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.h64 int *sType, int *dType, drm_rga_t* tmpRects);
H A DNormalRgaApi.cpp174 buffer_handle_t dst,int* sType,int* dType,drm_rga_t* tmpRects) { in NormalRgaGetRects() argument
201 if (sType) in NormalRgaGetRects()
202 *sType = srcAttrs.at(ATYPE); in NormalRgaGetRects()