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:needed_components
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_program.c
1238
unsigned
needed_components
= nir->info.stage == MESA_SHADER_GEOMETRY ? nir->info.gs.vertices_out : 1;
in st_can_add_pointsize_to_program()
local
1244
if (num_components +
needed_components
> st->ctx->Const.Program[nir->info.stage].MaxOutputComponents)
in st_can_add_pointsize_to_program()
1249
return num_components +
needed_components
<= max_components;
in st_can_add_pointsize_to_program()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.c
2439
unsigned
needed_components
= glsl_get_sampler_coordinate_components(glsl_without_array(var->type));
in lower_bindless_instr()
local
2442
if (coord_components <
needed_components
) {
in lower_bindless_instr()
2443
nir_ssa_def *def = nir_pad_vector(b, tex->src[c].src.ssa,
needed_components
);
in lower_bindless_instr()
2445
tex->coord_components =
needed_components
;
in lower_bindless_instr()
2709
unsigned
needed_components
= nir_tex_instr_dest_size(tex);
in convert_1d_shadow_tex()
local
2711
if (
needed_components
> num_components) {
in convert_1d_shadow_tex()
2712
tex->dest.ssa.num_components =
needed_components
;
in convert_1d_shadow_tex()
Completed in 8 milliseconds