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:hw_idx
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.h
63
unsigned
hw_idx
;
member
H
A
D
r600_dump.c
89
PRINT_UINT_ARRAY_ELM(atomics,
hw_idx
);
in print_shader_info()
H
A
D
evergreen_state.c
4812
uint32_t reg_val = (base_reg_0 + atomic->
hw_idx
* 4 - EVERGREEN_CONTEXT_REG_OFFSET) >> 2;
in evergreen_emit_set_append_cnt()
4835
uint32_t reg_val = (base_reg_0 + atomic->
hw_idx
* 4) >> 2;
in evergreen_emit_event_write_eos()
4869
radeon_emit(cs, (atomic->
hw_idx
) | (1 << 16));
in cayman_emit_event_write_eos()
4890
radeon_emit(cs, atomic->
hw_idx
* 4);
in cayman_write_count_to_gds()
4927
if (atomic_used_mask & (1u << (atomic->
hw_idx
+ k)))
in evergreen_emit_atomic_buffer_setup_count()
4930
combined_atomics[atomic->
hw_idx
+ k].
hw_idx
= atomic->
hw_idx
+ k;
in evergreen_emit_atomic_buffer_setup_count()
4931
combined_atomics[atomic->
hw_idx
+ k].buffer_id = atomic->buffer_id;
in evergreen_emit_atomic_buffer_setup_count()
4932
combined_atomics[atomic->
hw_idx
in evergreen_emit_atomic_buffer_setup_count()
[all...]
H
A
D
r600_shader.c
1202
ctx->shader->atomics[i].
hw_idx
= ctx->shader->atomic_base + ctx->shader->nhwatomic;
in tgsi_declaration()
8668
return ctx->shader->atomics[i].
hw_idx
+ offset;
in find_hw_atomic_counter()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader.cpp
541
atom.
hw_idx
= m_atomic_base + m_next_hwatomic_loc;
in scan_uniforms()
Completed in 27 milliseconds