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:bt_map
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_blorp_exec.c
186
uint32_t *
bt_map
= bt_state.map;
in blorp_alloc_binding_table()
192
bt_map
[i] = surface_state.offset + state_offset;
in blorp_alloc_binding_table()
H
A
D
anv_blorp.c
1182
uint32_t *
bt_map
= bt_state.map;
in binding_table_for_surface_state()
1183
bt_map
[0] = surface_state.offset + state_offset;
in binding_table_for_surface_state()
H
A
D
genX_cmd_buffer.c
2581
uint32_t *
bt_map
= bt_state->map;
in emit_binding_table()
local
2600
bt_map
[s] = 0;
in emit_binding_table()
2614
bt_map
[s] = surface_state.offset + state_offset;
in emit_binding_table()
2637
bt_map
[s] = surface_state.offset + state_offset;
in emit_binding_table()
2659
bt_map
[s] = surface_state.offset + state_offset;
in emit_binding_table()
2675
bt_map
[s] = set->desc_surface_state.offset + state_offset;
in emit_binding_table()
2845
bt_map
[s] = surface_state.offset + state_offset;
in emit_binding_table()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_blorp.c
167
uint32_t *
bt_map
= binder->map + bt_offset;
in blorp_alloc_binding_table()
local
177
bt_map
[i] = surface_offsets[i] - surf_base_offset;
in blorp_alloc_binding_table()
H
A
D
iris_state.c
5077
if (!pin_only)
bt_map
[s++] = (addr) - surf_base_offset;
5106
uint32_t *
bt_map
= binder->map + binder->bt_offset[stage];
in iris_populate_binding_table()
local
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_blorp.c
182
uint32_t *
bt_map
= stream_state(batch, num_entries * sizeof(uint32_t), 32,
in blorp_alloc_binding_table()
local
189
bt_map
[i] = surface_offsets[i];
in blorp_alloc_binding_table()
Completed in 27 milliseconds