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:spi_sid
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader.cpp
254
int
spi_sid
= int_from_string_with_prefix(value, "SPI_SID:");
in read_output()
local
255
assert(
spi_sid
== output.
spi_sid
());
in read_output()
285
int
spi_sid
= int_from_string_with_prefix(value, "SPI_SID:");
in read_input()
local
286
assert(
spi_sid
== input.
spi_sid
());
in read_input()
1341
io.
spi_sid
= info.
spi_sid
();
in get_shader_info()
1354
sfn_log << SfnLog::io << "Emit Input [" << index << "] sid:" << io.sid << "
spi_sid
:" << io.
spi_sid
<< "\
in get_shader_info()
[all...]
H
A
D
sfn_shader.h
52
void override_spi_sid(int
spi_sid
);
55
int
spi_sid
() const { return m_spi_sid;}
in spi_sid()
function in r600::ShaderIO
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_dump.c
60
PRINT_INT_ARRAY_ELM(input,
spi_sid
);
in print_shader_info()
75
PRINT_INT_ARRAY_ELM(output,
spi_sid
);
in print_shader_info()
H
A
D
r600_shader.h
49
int
spi_sid
;
member
H
A
D
r600_shader.c
781
if (ctx->shader->input[index].
spi_sid
) {
in evergreen_interp_input()
958
ctx->shader->output[i].
spi_sid
= prim_id_sid;
in vs_add_primid_output()
1094
ctx->shader->input[i].
spi_sid
= r600_spi_sid(&ctx->shader->input[i]);
in tgsi_declaration()
1140
ctx->shader->output[i].
spi_sid
= r600_spi_sid(&ctx->shader->output[i]);
in tgsi_declaration()
2756
if (out->
spi_sid
) {
in generate_gs_copy_shader()
2774
if (out->
spi_sid
) {
in generate_gs_copy_shader()
2792
/*
spi_sid
is 0 for clipdistance outputs that were generated
in generate_gs_copy_shader()
2797
if (out->
spi_sid
) {
in generate_gs_copy_shader()
3779
ctx.shader->input[i].
spi_sid
= 0;
in r600_shader_from_tgsi()
3789
ctx.shader->input[ni].
spi_sid
in r600_shader_from_tgsi()
[all...]
H
A
D
r600_state.c
2471
sid = rshader->input[i].
spi_sid
;
in r600_update_ps_state()
2603
if (rshader->output[i].
spi_sid
) {
in r600_update_vs_state()
2604
tmp = rshader->output[i].
spi_sid
<< ((nparams & 3) * 8);
in r600_update_vs_state()
H
A
D
evergreen_state.c
3382
sid = rshader->input[i].
spi_sid
;
in evergreen_update_ps_state()
3603
if (rshader->output[i].
spi_sid
) {
in evergreen_update_vs_state()
3604
tmp = rshader->output[i].
spi_sid
<< ((nparams & 3) * 8);
in evergreen_update_vs_state()
H
A
D
r600_state_common.c
833
key->vs.prim_id_out = rctx->ps_shader->current->shader.input[rctx->ps_shader->current->shader.ps_prim_id_input].
spi_sid
;
in r600_shader_selector_key()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_bc_parser.cpp
170
bool preloaded = sh->target == TARGET_PS && !(ps_interp && in.
spi_sid
);
in parse_decls()
172
if (ps_interp && in.
spi_sid
) {
in parse_decls()
Completed in 27 milliseconds