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:constoff
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir.c
952
unsigned
constoff
= v->num_reserved_user_consts +
in ir3_setup_const_state()
local
958
const_state->offsets.ubo =
constoff
;
in ir3_setup_const_state()
959
constoff
+= align(const_state->num_ubos * ptrsz, 4) / 4;
in ir3_setup_const_state()
964
const_state->offsets.image_dims =
constoff
;
in ir3_setup_const_state()
965
constoff
+= align(cnt, 4) / 4;
in ir3_setup_const_state()
969
const_state->offsets.kernel_params =
constoff
;
in ir3_setup_const_state()
970
constoff
+= align(v->cs.req_input_mem, 4) / 4;
in ir3_setup_const_state()
988
constoff
= MAX2(
constoff
, 1);
in ir3_setup_const_state()
989
constoff
in ir3_setup_const_state()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_program.c
84
uint8_t
constoff
;
member
146
s[VS].
constoff
= 0;
in setup_stages()
148
s[FS].
constoff
= s[VS].constlen;
in setup_stages()
150
s[HS].
constoff
= s[DS].
constoff
= s[GS].
constoff
= s[FS].
constoff
;
in setup_stages()
252
A4XX_HLSQ_VS_CONTROL_REG_CONSTOBJECTOFFSET(s[VS].
constoff
) |
in fd4_program_emit()
259
A4XX_HLSQ_FS_CONTROL_REG_CONSTOBJECTOFFSET(s[FS].
constoff
) |
in fd4_program_emit()
266
A4XX_HLSQ_HS_CONTROL_REG_CONSTOBJECTOFFSET(s[HS].
constoff
) |
in fd4_program_emit()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_program.c
157
uint8_t
constoff
;
member
217
unsigned
constoff
= 0;
in setup_stages()
local
219
s[i].
constoff
=
constoff
;
in setup_stages()
220
constoff
+= s[i].constlen;
in setup_stages()
299
OUT_RING(ring, A5XX_HLSQ_VS_CONFIG_CONSTOBJECTOFFSET(s[VS].
constoff
) |
in fd5_program_emit()
302
OUT_RING(ring, A5XX_HLSQ_FS_CONFIG_CONSTOBJECTOFFSET(s[FS].
constoff
) |
in fd5_program_emit()
305
OUT_RING(ring, A5XX_HLSQ_HS_CONFIG_CONSTOBJECTOFFSET(s[HS].
constoff
) |
in fd5_program_emit()
308
OUT_RING(ring, A5XX_HLSQ_DS_CONFIG_CONSTOBJECTOFFSET(s[DS].
constoff
) |
in fd5_program_emit()
311
OUT_RING(ring, A5XX_HLSQ_GS_CONFIG_CONSTOBJECTOFFSET(s[GS].
constoff
) |
in fd5_program_emit()
[all...]
Completed in 3 milliseconds