Home
last modified time | relevance | path

Searched refs:descriptor (Results 1 – 25 of 92) sorted by relevance

1234

/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferdescriptor.cpp55 int mali_gralloc_destroy_descriptor_internal(gralloc1_buffer_descriptor_t descriptor) in mali_gralloc_destroy_descriptor_internal() argument
57 if (!descriptor) in mali_gralloc_destroy_descriptor_internal()
62 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_destroy_descriptor_internal()
67 int mali_gralloc_set_dimensions_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t width, u… in mali_gralloc_set_dimensions_internal() argument
69 if (!descriptor) in mali_gralloc_set_dimensions_internal()
74 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_set_dimensions_internal()
80 int mali_gralloc_set_format_internal(gralloc1_buffer_descriptor_t descriptor, int32_t format) in mali_gralloc_set_format_internal() argument
82 if (!descriptor) in mali_gralloc_set_format_internal()
87 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_set_format_internal()
93 int mali_gralloc_set_producerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage) in mali_gralloc_set_producerusage_internal() argument
[all …]
Dmali_gralloc_private_interface.cpp264 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor) in mali_gralloc_private_interface_getFunction() argument
266 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_INT_FMT, mali_gralloc_private_get_buff_… in mali_gralloc_private_interface_getFunction()
267 CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_FD, mali_gralloc_private_get_buff_fd); in mali_gralloc_private_interface_getFunction()
268 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_INTERNAL_DIMS, mali_gralloc_private_get… in mali_gralloc_private_interface_getFunction()
269 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_OFFSET, mali_gralloc_private_get_buff_o… in mali_gralloc_private_interface_getFunction()
270 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_BYTESTRIDE, mali_gralloc_private_get_bu… in mali_gralloc_private_interface_getFunction()
271 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_YUVINFO, mali_gralloc_private_get_buff_… in mali_gralloc_private_interface_getFunction()
272 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_SIZE, mali_gralloc_private_get_buff_siz… in mali_gralloc_private_interface_getFunction()
273 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_FLAGS, mali_gralloc_private_get_buff_fl… in mali_gralloc_private_interface_getFunction()
274 CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_MIN_PAGESIZE, in mali_gralloc_private_interface_getFunction()
[all …]
Dmali_gralloc_bufferdescriptor.h54 int mali_gralloc_destroy_descriptor_internal(gralloc1_buffer_descriptor_t descriptor);
55 int mali_gralloc_set_dimensions_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t width, u…
56 int mali_gralloc_set_format_internal(gralloc1_buffer_descriptor_t descriptor, int32_t format);
57 int mali_gralloc_set_producerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage…
58 int mali_gralloc_set_consumerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage…
Dmali_gralloc_public_interface.cpp60 …mali_gralloc_destroy_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor) in mali_gralloc_destroy_descriptor() argument
63 ret = mali_gralloc_destroy_descriptor_internal(descriptor); in mali_gralloc_destroy_descriptor()
68 …mali_gralloc_set_consumer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_consumer_usage() argument
72 ret = mali_gralloc_set_consumerusage_internal(descriptor, usage); in mali_gralloc_set_consumer_usage()
77 …2_t mali_gralloc_set_dimensions(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_dimensions() argument
81 ret = mali_gralloc_set_dimensions_internal(descriptor, width, height); in mali_gralloc_set_dimensions()
86 …int32_t mali_gralloc_set_format(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_format() argument
90 ret = mali_gralloc_set_format_internal(descriptor, format); in mali_gralloc_set_format()
95 …mali_gralloc_set_producer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_producer_usage() argument
99 ret = mali_gralloc_set_producerusage_internal(descriptor, usage); in mali_gralloc_set_producer_usage()
[all …]
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_bufferdescriptor.cpp66 int mali_gralloc_destroy_descriptor_internal(gralloc1_buffer_descriptor_t descriptor) in mali_gralloc_destroy_descriptor_internal() argument
68 if (!descriptor) in mali_gralloc_destroy_descriptor_internal()
73 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_destroy_descriptor_internal()
78 int mali_gralloc_set_dimensions_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t width, u… in mali_gralloc_set_dimensions_internal() argument
80 if (!descriptor) in mali_gralloc_set_dimensions_internal()
85 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_set_dimensions_internal()
91 int mali_gralloc_set_format_internal(gralloc1_buffer_descriptor_t descriptor, int32_t format) in mali_gralloc_set_format_internal() argument
93 if (!descriptor) in mali_gralloc_set_format_internal()
98 buffer_descriptor_t *buffer_descriptor = (buffer_descriptor_t *)descriptor; in mali_gralloc_set_format_internal()
104 int mali_gralloc_set_producerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage) in mali_gralloc_set_producerusage_internal() argument
[all …]
Dmali_gralloc_private_interface.cpp264 gralloc1_function_pointer_t mali_gralloc_private_interface_getFunction(int32_t descriptor) in mali_gralloc_private_interface_getFunction() argument
266 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_INT_FMT, mali_gralloc_private_get_buff_… in mali_gralloc_private_interface_getFunction()
267 CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_FD, mali_gralloc_private_get_buff_fd); in mali_gralloc_private_interface_getFunction()
268 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_INTERNAL_DIMS, mali_gralloc_private_get… in mali_gralloc_private_interface_getFunction()
269 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_OFFSET, mali_gralloc_private_get_buff_o… in mali_gralloc_private_interface_getFunction()
270 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_BYTESTRIDE, mali_gralloc_private_get_bu… in mali_gralloc_private_interface_getFunction()
271 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_YUVINFO, mali_gralloc_private_get_buff_… in mali_gralloc_private_interface_getFunction()
272 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_SIZE, mali_gralloc_private_get_buff_siz… in mali_gralloc_private_interface_getFunction()
273 …CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_FLAGS, mali_gralloc_private_get_buff_fl… in mali_gralloc_private_interface_getFunction()
274 CHECK_FUNCTION(descriptor, MALI_GRALLOC1_FUNCTION_GET_BUFF_MIN_PAGESIZE, in mali_gralloc_private_interface_getFunction()
[all …]
Dmali_gralloc_bufferdescriptor.h55 int mali_gralloc_destroy_descriptor_internal(gralloc1_buffer_descriptor_t descriptor);
56 int mali_gralloc_set_dimensions_internal(gralloc1_buffer_descriptor_t descriptor, uint32_t width, u…
57 int mali_gralloc_set_format_internal(gralloc1_buffer_descriptor_t descriptor, int32_t format);
58 int mali_gralloc_set_producerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage…
59 int mali_gralloc_set_consumerusage_internal(gralloc1_buffer_descriptor_t descriptor, uint64_t usage…
Dmali_gralloc_public_interface.cpp60 …mali_gralloc_destroy_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor) in mali_gralloc_destroy_descriptor() argument
63 ret = mali_gralloc_destroy_descriptor_internal(descriptor); in mali_gralloc_destroy_descriptor()
68 …mali_gralloc_set_consumer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_consumer_usage() argument
72 ret = mali_gralloc_set_consumerusage_internal(descriptor, usage); in mali_gralloc_set_consumer_usage()
77 …2_t mali_gralloc_set_dimensions(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_dimensions() argument
81 ret = mali_gralloc_set_dimensions_internal(descriptor, width, height); in mali_gralloc_set_dimensions()
86 …int32_t mali_gralloc_set_format(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_format() argument
90 ret = mali_gralloc_set_format_internal(descriptor, format); in mali_gralloc_set_format()
95 …mali_gralloc_set_producer_usage(gralloc1_device_t *device, gralloc1_buffer_descriptor_t descriptor, in mali_gralloc_set_producer_usage() argument
99 ret = mali_gralloc_set_producerusage_internal(descriptor, usage); in mali_gralloc_set_producer_usage()
[all …]
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp84 BufferDescriptorInfo descriptor; in allocateImpl() local
85 if (!decodeBufferDescriptorInfo(rawDescriptor, &descriptor)) { in allocateImpl()
89 if (!descriptor.width) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
90 if (!descriptor.height) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
91 if (descriptor.layerCount != 1) { RETURN_ERROR(Error3::UNSUPPORTED); } in allocateImpl()
93 const uint32_t usage = descriptor.usage; in allocateImpl()
108 Error3 e = getBufferFormat(descriptor.format, usage, &format); in allocateImpl()
111 __func__, __LINE__, descriptor.format, usage); in allocateImpl()
204 __func__, __LINE__, format, descriptor.format, usage); in allocateImpl()
209 const uint32_t width = descriptor.width; in allocateImpl()
[all …]
Dmapper3.cpp188 const BufferDescriptorInfo& descriptor, in validateBufferSize() argument
192 return validateBufferSizeImpl(*cb, descriptor, stride); in validateBufferSize()
534 bool isSupportedImpl(const IMapper::BufferDescriptorInfo& descriptor) const { in isSupportedImpl()
535 if (!descriptor.width) { RETURN(false); } in isSupportedImpl()
536 if (!descriptor.height) { RETURN(false); } in isSupportedImpl()
537 if (descriptor.layerCount != 1) { RETURN(false); } in isSupportedImpl()
539 const uint32_t usage = descriptor.usage; in isSupportedImpl()
545 switch (descriptor.format) { in isSupportedImpl()
582 if (static_cast<int>(descriptor.format) == kOMX_COLOR_FormatYUV420Planar) { in isSupportedImpl()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt212 pre-configuration of the two-part descriptor chains, in VirtioNetInitRx. The
255 VirtioNetInitRx sets up a separate, two-part descriptor chain. For packet N,
256 the Nth descriptor chain is set up as follows:
258 - the first (=head) descriptor, with even index, points to the fixed-size
261 - the second descriptor (with odd index) points to the fixed (1514 byte) size
264 - a link from the first (head) descriptor in the chain is established to the
265 second (tail) descriptor in the chain.
268 descriptors. All descriptor indices on both the Available Ring and the Used
273 - The host consumes a descriptor index off the Available Ring. This index is
274 even (=2*N), and fingers the head descriptor of the chain belonging to packet
[all …]
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DSecEntry.S255 # Linear data segment descriptor
265 # Linear code segment descriptor
275 # System data segment descriptor
286 # System code segment descriptor
296 # Spare segment descriptor
306 # Spare segment descriptor
317 # Spare segment descriptor
331 GdtDesc: # GDT descriptor
DSecEntry.asm268 ; Linear data segment descriptor
278 ; Linear code segment descriptor
288 ; System data segment descriptor
299 ; System code segment descriptor
309 ; Spare segment descriptor
319 ; Spare segment descriptor
330 ; Spare segment descriptor
344 GdtDesc: ; GDT descriptor
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm94 ; null descriptor
103 ; linear data segment descriptor
112 ; linear code segment descriptor
122 ; linear code (64-bit) segment descriptor
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
DSecEntry.nasm257 ; Linear data segment descriptor
267 ; Linear code segment descriptor
277 ; System data segment descriptor
288 ; System code segment descriptor
298 ; Spare segment descriptor
308 ; Spare segment descriptor
319 ; Spare segment descriptor
333 GdtDesc: ; GDT descriptor
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Defi32.asm42 mov ax,bx ; flat data descriptor in BX
67 add edi, 8 ; move up to next descriptor
71 ;; at this point edi contains the offset of the descriptor for INT 20
80 ; add edi, 8 ; move up to next descriptor
Dstart16.S401 movw $0x0008, %bx # Flat data descriptor
447 # global descriptor table (GDT)
453 # null descriptor
462 # linear data segment descriptor
471 # linear code segment descriptor
480 # system data segment descriptor
489 # system code segment descriptor
498 # spare segment descriptor
507 # spare segment descriptor
516 # spare segment descriptor
[all …]
Dstart.S407 movw $0x0008, %bx # Flat data descriptor
454 # global descriptor table (GDT)
460 # null descriptor
469 # linear data segment descriptor
478 # linear code segment descriptor
487 # system data segment descriptor
496 # system code segment descriptor
505 # spare segment descriptor
514 # spare segment descriptor
523 # spare segment descriptor
[all …]
Dstart16.asm396 mov bx,0008h ; Flat data descriptor
442 ; global descriptor table (GDT)
449 ; null descriptor
458 ; linear data segment descriptor
467 ; linear code segment descriptor
476 ; system data segment descriptor
485 ; system code segment descriptor
494 ; spare segment descriptor
503 ; spare segment descriptor
512 ; spare segment descriptor
[all …]
Dstart32.S416 movw $0x0008, %bx # Flat data descriptor
462 # global descriptor table (GDT)
468 # null descriptor
477 # linear data segment descriptor
486 # linear code segment descriptor
495 # system data segment descriptor
504 # system code segment descriptor
513 # spare segment descriptor
522 # spare segment descriptor
531 # spare segment descriptor
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c464 PyObject* descriptor; in _pysqlite_query_execute() local
701 descriptor = PyTuple_New(7); in _pysqlite_query_execute()
702 if (!descriptor) { in _pysqlite_query_execute()
705 …PyTuple_SetItem(descriptor, 0, _pysqlite_build_column_name(sqlite3_column_name(self->statement->st… in _pysqlite_query_execute()
706 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 1, Py_None); in _pysqlite_query_execute()
707 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 2, Py_None); in _pysqlite_query_execute()
708 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 3, Py_None); in _pysqlite_query_execute()
709 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 4, Py_None); in _pysqlite_query_execute()
710 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 5, Py_None); in _pysqlite_query_execute()
711 Py_INCREF(Py_None); PyTuple_SetItem(descriptor, 6, Py_None); in _pysqlite_query_execute()
[all …]
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/
DFlat32.nasm91 ; Linear code segment descriptor
101 ; System data segment descriptor
116 GdtDesc: ; GDT descriptor
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciIrq.asi65 // Write current settings into IRQ descriptor
131 // Write current settings into IRQ descriptor
197 // Write current settings into IRQ descriptor
261 // Write current settings into IRQ descriptor
327 // Write current settings into IRQ descriptor
393 // Write current settings into IRQ descriptor
459 // Write current settings into IRQ descriptor
523 // Write current settings into IRQ descriptor
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp105 static gralloc1_function_pointer_t gralloc1_getFunction(gralloc1_device_t*, int32_t descriptor) { in gralloc1_getFunction() argument
106 switch (descriptor) { in gralloc1_getFunction()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DRhProxy.asl43 … JSPI, // DescriptorName: creates name for offset of resource descriptor
55 … JI2C, // Descriptor Name: creates name for offset of resource descriptor
72 … UAR2, // DescriptorName: creates name for offset of resource descriptor
104 … UAR1, // DescriptorName: creates name for offset of resource descriptor

1234