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:mipfilter
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_pipe_sampler.c
239
cso->
mipfilter
= translate_mip_filter(sampler->min_mip_filter);
in svga_create_sampler_state()
275
cso->
mipfilter
= SVGA3D_TEX_FILTER_NONE;
in svga_create_sampler_state()
284
"New sampler: min %u, view(min %u, max %u) lod,
mipfilter
%s\n",
in svga_create_sampler_state()
286
cso->
mipfilter
== SVGA3D_TEX_FILTER_NONE ? "SVGA3D_TEX_FILTER_NONE" : "SOMETHING");
in svga_create_sampler_state()
H
A
D
svga_state_tss.c
89
if (s->
mipfilter
== SVGA3D_TEX_FILTER_NONE) {
in emit_tex_binding_unit()
361
EMIT_TS(svga, unit, state->
mipfilter
, MIPFILTER);
in emit_tss_unit()
H
A
D
svga_context.h
227
unsigned
mipfilter
;
member
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
basetexture9.c
67
This->
mipfilter
= (Usage & D3DUSAGE_AUTOGENMIPMAP) ?
in NineBaseTexture9_ctor()
158
This->
mipfilter
= FilterType;
in NineBaseTexture9_SetAutoGenFilterType()
170
return This->
mipfilter
;
in NineBaseTexture9_GetAutoGenFilterType()
385
unsigned filter = This->
mipfilter
== D3DTEXF_POINT ? PIPE_TEX_FILTER_NEAREST
in NineBaseTexture9_GenerateMipSubLevels()
H
A
D
basetexture9.h
49
D3DTEXTUREFILTERTYPE
mipfilter
;
member
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
2634
word.
mipfilter
= true;
in pvr_CreateSampler()
Completed in 9 milliseconds