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:enabled_constbufs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_constants.c
976
unsigned
enabled_constbufs
;
in emit_constbuf_vgpu10()
local
978
enabled_constbufs
= svga->state.hw_draw.
enabled_constbufs
[shader] | 1u;
in emit_constbuf_vgpu10()
979
dirty_constbufs = (svga->state.dirty_constbufs[shader]|
enabled_constbufs
) & ~1u;
in emit_constbuf_vgpu10()
989
enabled_constbufs
|= 1 << index;
in emit_constbuf_vgpu10()
992
enabled_constbufs
&= ~(1 << index);
in emit_constbuf_vgpu10()
1037
enabled_constbufs
&= ~(1 << index);
in emit_constbuf_vgpu10()
1056
svga->state.hw_draw.
enabled_constbufs
[shader] =
enabled_constbufs
;
in emit_constbuf_vgpu10()
1446
unsigned
enabled_constbufs
;
in update_rawbuf_mask()
local
[all...]
H
A
D
svga_draw.c
470
unsigned
enabled_constbufs
;
in svga_validate_constant_buffers()
local
476
enabled_constbufs
= svga->state.hw_draw.
enabled_constbufs
[shader] & ~1u;
in svga_validate_constant_buffers()
477
while (
enabled_constbufs
) {
in svga_validate_constant_buffers()
478
unsigned i = u_bit_scan(&
enabled_constbufs
);
in svga_validate_constant_buffers()
H
A
D
svga_context.c
313
memset(svga->state.hw_draw.
enabled_constbufs
, 0,
in svga_context_create()
314
sizeof(svga->state.hw_draw.
enabled_constbufs
));
in svga_context_create()
H
A
D
svga_context.h
452
unsigned
enabled_constbufs
[PIPE_SHADER_TYPES];
member
Completed in 7 milliseconds