Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dma_desc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lwip/doc/
H
A
D
ZeroCopyRx.c
27
dma_descriptor*
dma_desc
= get_RX_DMA_descriptor_from_ethernet();
in eth_rx_irq()
local
31
my_pbuf->dma_descriptor =
dma_desc
;
in eth_rx_irq()
33
invalidate_cpu_cache(
dma_desc
->rx_data,
dma_desc
->rx_length);
in eth_rx_irq()
36
dma_desc
->rx_length,
in eth_rx_irq()
39
dma_desc
->rx_data,
in eth_rx_irq()
40
dma_desc
->max_buffer_size);
in eth_rx_irq()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_pipeline.c
308
struct pvr_pds_vertex_dma *const
dma_desc
= &dma_descriptions[dma_count];
in pvr_pds_vertex_attrib_init_dma_descriptions()
local
313
dma_desc
->offset = attrib_desc->offset;
in pvr_pds_vertex_attrib_init_dma_descriptions()
314
dma_desc
->stride = binding_desc->stride;
in pvr_pds_vertex_attrib_init_dma_descriptions()
316
dma_desc
->flags = 0;
in pvr_pds_vertex_attrib_init_dma_descriptions()
319
dma_desc
->flags |= PVR_PDS_VERTEX_DMA_FLAGS_INSTANCE_RATE;
in pvr_pds_vertex_attrib_init_dma_descriptions()
321
dma_desc
->size_in_dwords = vs_data->inputs.components[location];
in pvr_pds_vertex_attrib_init_dma_descriptions()
326
dma_desc
->component_size_in_bytes = ROGUE_REG_SIZE_BYTES;
in pvr_pds_vertex_attrib_init_dma_descriptions()
327
dma_desc
->destination = vs_data->inputs.base[location];
in pvr_pds_vertex_attrib_init_dma_descriptions()
328
dma_desc
->binding_index = attrib_desc->binding;
in pvr_pds_vertex_attrib_init_dma_descriptions()
329
dma_desc
in pvr_pds_vertex_attrib_init_dma_descriptions()
[all...]
Completed in 4 milliseconds