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:MaxAnisotropy
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
SamplerD3D12.cpp
78
mSamplerDesc.
MaxAnisotropy
= std::min<uint16_t>(GetMaxAnisotropy(), 16u);
in Sampler()
80
if (mSamplerDesc.
MaxAnisotropy
> 1) {
in Sampler()
/third_party/mesa3d/src/mesa/main/
H
A
D
samplerobj.c
143
sampObj->Attrib.
MaxAnisotropy
= 1.0F;
in _mesa_init_sampler_object()
779
if (samp->Attrib.
MaxAnisotropy
== param)
in set_sampler_max_anisotropy()
787
samp->Attrib.
MaxAnisotropy
= MIN2(param, ctx->Const.MaxTextureMaxAnisotropy);
in set_sampler_max_anisotropy()
789
samp->Attrib.state.max_anisotropy = samp->Attrib.
MaxAnisotropy
== 1 ?
in set_sampler_max_anisotropy()
790
0 : samp->Attrib.
MaxAnisotropy
;
in set_sampler_max_anisotropy()
1482
*params = lroundf(sampObj->Attrib.
MaxAnisotropy
);
in _mesa_GetSamplerParameteriv()
1560
*params = sampObj->Attrib.
MaxAnisotropy
;
in _mesa_GetSamplerParameterfv()
1638
*params = (GLint) sampObj->Attrib.
MaxAnisotropy
;
in _mesa_GetSamplerParameterIiv()
1716
*params = (GLuint) sampObj->Attrib.
MaxAnisotropy
;
in _mesa_GetSamplerParameterIuiv()
H
A
D
texparam.c
797
if (texObj->Sampler.Attrib.
MaxAnisotropy
== params[0])
in set_tex_parameterf()
806
texObj->Sampler.Attrib.
MaxAnisotropy
= MIN2(params[0],
in set_tex_parameterf()
809
texObj->Sampler.Attrib.
MaxAnisotropy
== 1 ?
in set_tex_parameterf()
810
0 : texObj->Sampler.Attrib.
MaxAnisotropy
; /* gallium sets 0 for 1 */
in set_tex_parameterf()
2348
*params = obj->Sampler.Attrib.
MaxAnisotropy
;
in get_tex_parameterfv()
2638
*params = LCLAMPF(obj->Sampler.Attrib.
MaxAnisotropy
, INT_MIN, INT_MAX);
in get_tex_parameteriv()
H
A
D
mtypes.h
846
GLfloat
MaxAnisotropy
; /**< GL_EXT_texture_filter_anisotropic */
member
H
A
D
texobj.c
341
obj->Sampler.Attrib.
MaxAnisotropy
= 1.0;
in _mesa_initialize_texture_object()
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DCpuDescriptorManager.cpp
105
desc.
MaxAnisotropy
= 1;
in createSampler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
renderer9_utils.cpp
713
(deviceCaps.RasterCaps & D3DPRASTERCAPS_ANISOTROPY) != 0 && deviceCaps.
MaxAnisotropy
>= 2;
in GenerateCaps()
714
caps->maxTextureAnisotropy = static_cast<GLfloat>(deviceCaps.
MaxAnisotropy
);
in GenerateCaps()
H
A
D
Renderer9.cpp
1024
DWORD maxAnisotropy = std::min(mDeviceCaps.
MaxAnisotropy
,
in setSamplerState()
/third_party/mesa3d/include/D3D9/
H
A
D
d3d9caps.h
332
DWORD
MaxAnisotropy
;
member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
RenderStateCache.cpp
287
samplerDesc.
MaxAnisotropy
=
in getSamplerState()
H
A
D
SwapChain11.cpp
710
samplerDesc.
MaxAnisotropy
= 0;
in initPassThroughResources()
H
A
D
Blit11.cpp
607
pointSamplerDesc.
MaxAnisotropy
= 0;
in initResources()
625
linearSamplerDesc.
MaxAnisotropy
= 0;
in initResources()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_meta.c
564
.
MaxAnisotropy
= 0,
in dzn_meta_blit_create()
H
A
D
dzn_descriptor_set.c
302
desc->
MaxAnisotropy
= sampler->desc.
MaxAnisotropy
;
in dzn_descriptor_set_layout_create()
H
A
D
dzn_device.c
2875
sampler->desc.
MaxAnisotropy
= pCreateInfo->maxAnisotropy;
in dzn_sampler_create()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
adapter9.c
779
pCaps->
MaxAnisotropy
=
in NineAdapter9_GetDeviceCaps()
H
A
D
nine_dump.c
684
C2S("\nMaxAnisotropy: %u", caps->
MaxAnisotropy
);
in nine_dump_D3DCAPS9()
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_dx12.cpp
475
staticSampler.
MaxAnisotropy
= 0;
in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Shader.cpp
472
state.max_anisotropy = pSamplerDesc->
MaxAnisotropy
;
in CreateSampler()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_context.cpp
680
desc.
MaxAnisotropy
= state->max_anisotropy;
in d3d12_create_sampler_state()
2148
desc.
MaxAnisotropy
= 0;
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
D3D12Sample.cpp
638
sampler.
MaxAnisotropy
= 0;
in InitD3D()
Completed in 46 milliseconds