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:clip_start
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_context.h
708
uint32_t
clip_start
;
member
734
unsigned
clip_start
;
member
H
A
D
crocus_state.c
690
ice->urb.
clip_start
= ice->urb.gs_start + ice->urb.nr_gs_entries * ice->urb.vsize;
in check_urb_layout()
691
ice->urb.sf_start = ice->urb.
clip_start
+ ice->urb.nr_clip_entries * ice->urb.vsize;
in check_urb_layout()
785
ice->urb.
clip_start
,
in crocus_calculate_urb_fence()
807
urb.GSFence = batch->ice->urb.
clip_start
;
in crocus_upload_urb_fence()
892
ice->curbe.
clip_start
= reg;
in calculate_curbe_offsets()
902
ice->curbe.
clip_start
,
in calculate_curbe_offsets()
984
unsigned offset = ice->curbe.
clip_start
* 16;
in gen4_upload_curbe()
6661
clip.ConstantURBEntryReadOffset = ice->curbe.
clip_start
* 2;
/third_party/ffmpeg/libavfilter/
H
A
D
vf_deshake_opencl.c
852
int
clip_start
, clip_end, offset_clipped;
in ringbuf_float_at()
local
862
clip_start
= deshake_ctx->abs_motion.data_start_offset;
in ringbuf_float_at()
867
clip_start
= 0;
in ringbuf_float_at()
872
clip_start
,
in ringbuf_float_at()
Completed in 18 milliseconds