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:uniforms_size
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_validate_shaders.c
261
validated_shader->
uniforms_size
;
in check_tmu_write()
272
validated_shader->
uniforms_size
+= 4;
in check_tmu_write()
290
uint32_t num_uniforms = validated_shader->
uniforms_size
/ 4;
in require_uniform_address_uniform()
319
u32 expected_offset = validated_shader->
uniforms_size
+ 4;
in validate_uniform_address_write()
548
validated_shader->
uniforms_size
;
in track_live_clamps()
614
validated_shader->
uniforms_size
+= 4;
in check_instruction_reads()
927
validated_shader->
uniforms_size
+= 4;
in vc4_validate_shader()
935
(validated_shader->
uniforms_size
+
in vc4_validate_shader()
H
A
D
vc4_validate.c
844
exec->
uniforms_size
) {
in validate_gl_shader_rec()
854
validated_shader->
uniforms_size
);
in validate_gl_shader_rec()
882
exec->uniforms_v += validated_shader->
uniforms_size
;
in validate_gl_shader_rec()
883
exec->uniforms_p += validated_shader->
uniforms_size
;
in validate_gl_shader_rec()
H
A
D
vc4_gem.c
832
uint32_t exec_size = uniforms_offset + args->
uniforms_size
;
in vc4_get_bcl()
884
args->
uniforms_size
)) {
in vc4_get_bcl()
910
exec->
uniforms_size
= args->
uniforms_size
;
in vc4_get_bcl()
H
A
D
vc4_drv.h
659
uint32_t
uniforms_size
;
member
737
uint32_t
uniforms_size
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_validate_shaders.c
261
validated_shader->
uniforms_size
;
in check_tmu_write()
272
validated_shader->
uniforms_size
+= 4;
in check_tmu_write()
290
uint32_t num_uniforms = validated_shader->
uniforms_size
/ 4;
in require_uniform_address_uniform()
319
u32 expected_offset = validated_shader->
uniforms_size
+ 4;
in validate_uniform_address_write()
548
validated_shader->
uniforms_size
;
in track_live_clamps()
614
validated_shader->
uniforms_size
+= 4;
in check_instruction_reads()
931
validated_shader->
uniforms_size
+= 4;
in vc4_validate_shader()
939
(validated_shader->
uniforms_size
+
in vc4_validate_shader()
H
A
D
vc4_validate.c
856
exec->
uniforms_size
) {
in validate_gl_shader_rec()
866
validated_shader->
uniforms_size
);
in validate_gl_shader_rec()
894
exec->uniforms_v += validated_shader->
uniforms_size
;
in validate_gl_shader_rec()
895
exec->uniforms_p += validated_shader->
uniforms_size
;
in validate_gl_shader_rec()
H
A
D
vc4_gem.c
810
uint32_t exec_size = uniforms_offset + args->
uniforms_size
;
in vc4_get_bcl()
862
args->
uniforms_size
)) {
in vc4_get_bcl()
888
exec->
uniforms_size
= args->
uniforms_size
;
in vc4_get_bcl()
H
A
D
vc4_drv.h
751
uint32_t
uniforms_size
;
member
831
uint32_t
uniforms_size
;
member
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
vc4_drm.h
141
__u32
uniforms_size
;
member
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
vc4_drm.h
141
__u32
uniforms_size
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
vc4_drm.h
70
__u32
uniforms_size
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
vc4_drm.h
70
__u32
uniforms_size
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
vc4_drm.h
65
__u32
uniforms_size
;
member
Completed in 19 milliseconds