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:writes_pointsize
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_shader_info.h
78
bool
writes_pointsize
;
member
H
A
D
aco_instruction_selection.cpp
10992
if (outinfo->
writes_pointsize
|| outinfo->writes_layer || outinfo->writes_viewport_index ||
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_aco_shader_info.h
56
ASSIGN_FIELD(
writes_pointsize
);
in radv_aco_convert_shader_vp_info()
H
A
D
radv_shader_info.c
525
outinfo->
writes_pointsize
= per_vtx_mask & VARYING_BIT_PSIZ;
in radv_nir_shader_info_pass()
542
if (outinfo->
writes_pointsize
|| outinfo->writes_viewport_index || outinfo->writes_layer ||
in radv_nir_shader_info_pass()
H
A
D
radv_shader.h
206
bool
writes_pointsize
;
member
H
A
D
radv_nir_to_llvm.c
948
if (outinfo->
writes_pointsize
|| outinfo->writes_layer || outinfo->writes_layer ||
in radv_llvm_export_vs()
950
pos_args[1].enabled_channels = ((outinfo->
writes_pointsize
== true ? 1 : 0) |
in radv_llvm_export_vs()
962
if (outinfo->
writes_pointsize
== true)
in radv_llvm_export_vs()
H
A
D
radv_pipeline.c
5665
bool misc_vec_ena = outinfo->
writes_pointsize
|| outinfo->writes_layer ||
in radv_pipeline_emit_hw_vs()
5690
S_02881C_USE_VTX_POINT_SIZE(outinfo->
writes_pointsize
) |
in radv_pipeline_emit_hw_vs()
5783
bool misc_vec_ena = outinfo->
writes_pointsize
|| outinfo->writes_layer ||
in radv_pipeline_emit_hw_ngg()
5824
S_02881C_USE_VTX_POINT_SIZE(outinfo->
writes_pointsize
) |
in radv_pipeline_emit_hw_ngg()
Completed in 30 milliseconds