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:kcache_bank
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H
A
D
sfn_value_test.cpp
96
EXPECT_EQ(reg0.
kcache_bank
(), 0);
in TEST_F()
104
EXPECT_EQ(reg1.
kcache_bank
(), 1);
in TEST_F()
116
EXPECT_EQ(reg_with_buffer_addr.
kcache_bank
(), 0);
in TEST_F()
H
A
D
sfn_valuefactory_test.cpp
256
void visit(const UniformValue& value) {(void)value; m_result = value.
kcache_bank
();}
in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_alu_readport_validation.cpp
185
(m_hw_const_bank[res] == value.
kcache_bank
()) &&
in reserve_const()
193
(m_hw_const_bank[empty] = value.
kcache_bank
());
in reserve_const()
H
A
D
sfn_virtualvalues.cpp
644
UniformValue::UniformValue(int sel, int chan, int
kcache_bank
):
646
m_kcache_bank(
kcache_bank
),
1049
m_result = m_uniform_value->
kcache_bank
() == value.
kcache_bank
();
H
A
D
sfn_virtualvalues.h
329
UniformValue(int sel, int chan, int
kcache_bank
= 0);
335
int
kcache_bank
() const { return m_kcache_bank; }
in kcache_bank()
function in r600::UniformValue
H
A
D
sfn_instr.cpp
355
int bank = u.
kcache_bank
();
in try_reserve_kcache()
H
A
D
sfn_assembler.cpp
1197
src.kc_bank = value.
kcache_bank
();
in visit()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_bc_finalize.cpp
858
unsigned bank = v->select.
kcache_bank
();
in translate_kcache()
H
A
D
sb_ir.h
75
unsigned
kcache_bank
() const { return kcache_sel() >> 12; }
in kcache_bank()
function
Completed in 10 milliseconds