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:active_wrap_state
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_nir_lower_int_samplers.c
423
dxil_wrap_sampler_state *
active_wrap_state
= &states->wrap_states[tex->sampler_index];
in lower_sample_to_txf_for_integer_tex_impl()
local
439
if (
active_wrap_state
->last_level > 0) {
in lower_sample_to_txf_for_integer_tex_impl()
441
.aws =
active_wrap_state
,
in lower_sample_to_txf_for_integer_tex_impl()
456
if (!
active_wrap_state
->is_nonnormalized_coords) {
in lower_sample_to_txf_for_integer_tex_impl()
499
if (!
active_wrap_state
->skip_boundary_conditions) {
in lower_sample_to_txf_for_integer_tex_impl()
502
params.wrap[i] = wrap_coords(b, coord_help[i],
active_wrap_state
->wrap[i], nir_channel(b, params.size, i));
in lower_sample_to_txf_for_integer_tex_impl()
529
nir_ssa_def *border_color = load_bordercolor(b, tex,
active_wrap_state
, swizzle);
in lower_sample_to_txf_for_integer_tex_impl()
Completed in 2 milliseconds