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
defs:vb_size
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_draw.c
197
uint32_t
vb_size
= rsc->bo->size - offset;
in vc4_emit_gl_shader_state()
local
/third_party/libdrm/include/drm/
H
A
D
savage_drm.h
119
unsigned int
vb_size
; /* size of client vertex buffer in bytes */
member
/third_party/mesa3d/src/intel/tools/
H
A
D
aubinator_viewer_decoder.cpp
360
uint32_t
vb_size
= 0;
in handle_3dstate_vertex_buffers()
local
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device_generated_commands.c
1143
unsigned
vb_size
= layout->bind_vbo_mask ? util_bitcount(graphics_pipeline->vb_desc_usage_mask) * 24 : 0;
in radv_prepare_dgc()
local
/third_party/mesa3d/src/intel/common/
H
A
D
intel_batch_decoder.c
480
uint32_t
vb_size
= 0;
in handle_3dstate_vertex_buffers()
local
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
6126
cmd_buffer_set_binding_for_gfx8_vb_flush(struct anv_cmd_buffer *cmd_buffer, int vb_index, struct anv_address vb_address, uint32_t
vb_size
)
cmd_buffer_set_binding_for_gfx8_vb_flush()
argument
H
A
D
anv_private.h
2590
anv_gfx8_9_vb_cache_range_needs_workaround(struct anv_vb_cache_range *bound, struct anv_vb_cache_range *dirty, struct anv_address vb_address, uint32_t
vb_size
)
anv_gfx8_9_vb_cache_range_needs_workaround()
argument
Completed in 26 milliseconds