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:remaining_slots
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_scheduler.cpp
583
if (m_current_block->type() != Block::tex || m_current_block->
remaining_slots
() == 0) {
in schedule_tex()
589
if (!tex_ready.empty() && m_current_block->
remaining_slots
() > 0) {
in schedule_tex()
593
if (m_current_block->
remaining_slots
() < 1 + (*ii)->prepare_instr().size())
in schedule_tex()
611
if (m_current_block->type() != Block::vtx || m_current_block->
remaining_slots
() == 0) {
in schedule_vtx()
621
bool was_full = m_current_block->
remaining_slots
() == 0;
in schedule_gds()
721
if (!ready_list.empty() && m_current_block->
remaining_slots
() > 0) {
in schedule()
736
while (!ready_list.empty() && m_current_block->
remaining_slots
() > 0) {
in schedule_block()
739
<< m_current_block->
remaining_slots
() << "\n";
in schedule_block()
H
A
D
sfn_instr.h
197
uint32_t
remaining_slots
() const { return m_remaining_slots;}
in remaining_slots()
function in r600::Block
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast_function.cpp
1843
unsigned
remaining_slots
= rows * cols;
in emit_inline_matrix_constructor()
local
1851
if (
remaining_slots
== 0)
in emit_inline_matrix_constructor()
1885
remaining_slots
-= count;
in emit_inline_matrix_constructor()
1895
} while(
remaining_slots
> 0 && rhs_base < rhs_components);
in emit_inline_matrix_constructor()
Completed in 6 milliseconds