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_ps_input_ena
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader.c
1108
conf->spi_ps_input_addr, conf->
spi_ps_input_ena
);
in si_shader_dump_stats()
2194
shader->config.
spi_ps_input_ena
|= S_0286CC_FRONT_FACE_ENA(1);
in si_get_ps_prolog_key()
2225
shader->config.
spi_ps_input_ena
|= S_0286CC_PERSP_SAMPLE_ENA(1);
in si_get_ps_prolog_key()
2231
shader->config.
spi_ps_input_ena
|= S_0286CC_PERSP_CENTER_ENA(1);
in si_get_ps_prolog_key()
2237
shader->config.
spi_ps_input_ena
|= S_0286CC_PERSP_CENTROID_ENA(1);
in si_get_ps_prolog_key()
2259
shader->config.
spi_ps_input_ena
|= S_0286CC_LINEAR_SAMPLE_ENA(1);
in si_get_ps_prolog_key()
2265
shader->config.
spi_ps_input_ena
|= S_0286CC_LINEAR_CENTER_ENA(1);
in si_get_ps_prolog_key()
2271
shader->config.
spi_ps_input_ena
|= S_0286CC_LINEAR_CENTROID_ENA(1);
in si_get_ps_prolog_key()
2349
shader->config.
spi_ps_input_ena
|= S_0286CC_POS_FIXED_PT_ENA(1);
in si_shader_select_ps_parts()
2355
(G_0286CC_PERSP_CENTER_ENA(shader->config.
spi_ps_input_ena
) ||
in si_shader_select_ps_parts()
[all...]
H
A
D
si_shader.h
940
unsigned
spi_ps_input_ena
;
member
H
A
D
si_state_shaders.cpp
1804
shader->ctx_reg.ps.
spi_ps_input_ena
,
1829
unsigned input_ena = shader->config.
spi_ps_input_ena
;
1980
shader->ctx_reg.ps.
spi_ps_input_ena
= input_ena;
/third_party/mesa3d/src/amd/common/
H
A
D
ac_binary.c
90
conf->
spi_ps_input_ena
= value;
in ac_parse_shader_binary_config()
123
conf->spi_ps_input_addr = conf->
spi_ps_input_ena
;
in ac_parse_shader_binary_config()
H
A
D
ac_binary.h
44
unsigned
spi_ps_input_ena
;
member
H
A
D
ac_rtld.c
548
assert(config->
spi_ps_input_ena
== 0 && config->spi_ps_input_addr == 0);
in ac_rtld_read_config()
549
config->
spi_ps_input_ena
= c.
spi_ps_input_ena
;
in ac_rtld_read_config()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection_setup.cpp
804
ctx->program->config->
spi_ps_input_ena
= ctx->program->info.ps.spi_ps_input;
in init_context()
H
A
D
aco_instruction_selection.cpp
5313
if (G_0286CC_POS_W_FLOAT_ENA(ctx->program->config->
spi_ps_input_ena
)) {
11685
uint32_t
spi_ps_input_ena
= ctx->program->config->
spi_ps_input_ena
;
11687
G_0286CC_PERSP_CENTER_ENA(
spi_ps_input_ena
) || G_0286CC_LINEAR_CENTER_ENA(
spi_ps_input_ena
);
11688
bool uses_persp_centroid = G_0286CC_PERSP_CENTROID_ENA(
spi_ps_input_ena
);
11689
bool uses_linear_centroid = G_0286CC_LINEAR_CENTROID_ENA(
spi_ps_input_ena
);
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
6408
radeon_emit(ctx_cs, ps->config.
spi_ps_input_ena
);
in radv_pipeline_emit_fragment_shader()
Completed in 37 milliseconds