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:GLbitfield64
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/
H
A
D
vbo.h
127
GLbitfield64
enabled; /**< mask of enabled vbo arrays. */
153
GLbitfield64
enabled; /**< mask of enabled vbo arrays. */
H
A
D
vbo_private.h
230
GLbitfield64
enabled)
in _vbo_get_vao_enabled_from_vbo()
H
A
D
vbo_save_api.c
288
GLuint stride,
GLbitfield64
vao_enabled,
in compare_vao()
342
GLuint stride,
GLbitfield64
vbo_enabled,
in update_vao()
1073
GLbitfield64
enabled = save->enabled & (~BITFIELD64_BIT(VBO_ATTRIB_POS));
in copy_to_current()
1093
GLbitfield64
enabled = save->enabled & (~BITFIELD64_BIT(VBO_ATTRIB_POS));
in copy_from_current()
1191
GLbitfield64
enabled = save->enabled;
in upgrade_vertex()
H
A
D
vbo_exec_api.c
168
GLbitfield64
enabled = exec->vtx.enabled & (~BITFIELD64_BIT(VBO_ATTRIB_POS));
in vbo_exec_copy_to_current()
341
GLbitfield64
enabled = exec->vtx.enabled &
in vbo_exec_wrap_upgrade_vertex()
373
GLbitfield64
enabled = exec->vtx.enabled;
in vbo_exec_wrap_upgrade_vertex()
/third_party/mesa3d/src/mesa/program/
H
A
D
program_parser.h
200
GLbitfield64
InputsBound;
H
A
D
prog_print.c
835
binary(
GLbitfield64
val)
in binary()
H
A
D
program_parse.y
2234
const
GLbitfield64
inputs = state->prog->info.inputs_read | state->InputsBound;
/third_party/mesa3d/src/mesa/main/
H
A
D
glheader.h
50
typedef GLuint64
GLbitfield64
;
typedef
H
A
D
shader_types.h
538
GLbitfield64
DualSlotInputs;
540
GLbitfield64
SecondaryOutputsWritten;
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_set_program_inouts.cpp
101
GLbitfield64
bitfield;
in mark()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_gs_visitor.cpp
611
GLbitfield64
inputs_read = nir->info.inputs_read;
in brw_compile_gs()
H
A
D
brw_fs_visitor.cpp
766
const
GLbitfield64
psiz_mask =
in emit_urb_writes()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
1110
static
GLbitfield64
1113
GLbitfield64
user_varyings)
in crocus_vs_outputs_written()
1117
GLbitfield64
outputs_written = user_varyings;
in crocus_vs_outputs_written()
Completed in 19 milliseconds