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:crc_mode
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lwip/src/netif/
H
A
D
zepif.c
76
PACK_STRUCT_FLD_8(u8_t
crc_mode
);
143
if (zep->
crc_mode
!= 1) {
in zepif_udp_recv()
198
zep->
crc_mode
= 1;
in zepif_linkoutput()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_layout.c
316
layout->nr_slices > 1 || layout->
crc_mode
== PAN_IMAGE_CRC_INBAND))
in pan_image_layout_init()
443
if (layout->
crc_mode
!= PAN_IMAGE_CRC_NONE) {
in pan_image_layout_init()
447
if (layout->
crc_mode
== PAN_IMAGE_CRC_INBAND) {
in pan_image_layout_init()
H
A
D
pan_texture.h
106
enum pan_image_crc_mode
crc_mode
;
member
114
/* crc_size != 0 only if
crc_mode
== OOB otherwise CRC words are
H
A
D
pan_cs.c
108
fb->rts[0].view->image->layout.
crc_mode
!= PAN_IMAGE_CRC_NONE)
in pan_select_crc_rt()
118
fb->rts[i].view->image->layout.
crc_mode
== PAN_IMAGE_CRC_NONE)
in pan_select_crc_rt()
275
ext->crc_base = (rt->image->layout.
crc_mode
== PAN_IMAGE_CRC_INBAND ?
in pan_prepare_crc()
884
if (rt->image->layout.
crc_mode
!= PAN_IMAGE_CRC_NONE) {
in pan_emit_fbd()
889
if (rt->image->layout.
crc_mode
== PAN_IMAGE_CRC_INBAND) {
in pan_emit_fbd()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_resource.c
84
enum pan_image_crc_mode
crc_mode
=
in panfrost_resource_from_handle()
local
102
.
crc_mode
=
crc_mode
in panfrost_resource_from_handle()
120
if (rsc->image.layout.
crc_mode
== PAN_IMAGE_CRC_OOB)
in panfrost_resource_from_handle()
448
enum pan_image_crc_mode
crc_mode
=
in panfrost_resource_setup()
local
476
.
crc_mode
=
crc_mode
in panfrost_resource_setup()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_image.c
88
.
crc_mode
= PAN_IMAGE_CRC_NONE
in panvk_image_create()
Completed in 7 milliseconds