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
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_shader_info.h
140
unsigned
spi_ps_input
;
member
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()
805
ctx->program->config->spi_ps_input_addr = ctx->program->info.ps.
spi_ps_input
;
in init_context()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_aco_shader_info.h
100
ASSIGN_FIELD(ps.
spi_ps_input
);
in radv_aco_convert_shader_info()
H
A
D
radv_shader.c
2693
unsigned
spi_ps_input
;
local
2695
spi_ps_input
= S_0286CC_PERSP_CENTER_ENA(info->ps.reads_persp_center) |
2710
spi_ps_input
|= S_0286CC_POS_X_FLOAT_ENA(1) << i;
2714
spi_ps_input
|= S_0286CC_ANCILLARY_ENA(1);
2719
spi_ps_input
|= S_0286CC_ANCILLARY_ENA(1);
2723
spi_ps_input
|= S_0286CC_SAMPLE_COVERAGE_ENA(1);
2726
if (G_0286CC_POS_W_FLOAT_ENA(
spi_ps_input
)) {
2728
spi_ps_input
|= S_0286CC_PERSP_CENTER_ENA(1);
2731
if (!(
spi_ps_input
& 0x7F)) {
2733
spi_ps_input
|
[all...]
H
A
D
radv_shader_args.c
412
unsigned
spi_ps_input
= info->ps.
spi_ps_input
;
in declare_ps_input_vgprs()
local
443
if (!(
spi_ps_input
& (1 << vgpr_arg))) {
in declare_ps_input_vgprs()
H
A
D
radv_shader.h
344
unsigned
spi_ps_input
;
member
H
A
D
radv_shader_info.c
708
info->ps.
spi_ps_input
= radv_compute_spi_ps_input(pipeline_key, info);
in radv_nir_shader_info_pass()
Completed in 12 milliseconds