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:ADDRESSING_BORDER
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
SamplerCore.cpp
611
if(state.addressingModeU ==
ADDRESSING_BORDER
)
in sampleFilter()
620
if(state.addressingModeV ==
ADDRESSING_BORDER
)
in sampleFilter()
626
if(state.addressingModeU ==
ADDRESSING_BORDER
)
in sampleFilter()
636
if(state.addressingModeW ==
ADDRESSING_BORDER
&& state.textureType == TEXTURE_3D)
in sampleFilter()
642
if(state.addressingModeU ==
ADDRESSING_BORDER
||
in sampleFilter()
643
state.addressingModeV ==
ADDRESSING_BORDER
)
in sampleFilter()
653
if(state.addressingModeU ==
ADDRESSING_BORDER
||
in sampleFilter()
654
state.addressingModeV ==
ADDRESSING_BORDER
||
in sampleFilter()
655
(state.addressingModeW ==
ADDRESSING_BORDER
&& state.textureType == TEXTURE_3D))
in sampleFilter()
1083
if(state.addressingModeU ==
ADDRESSING_BORDER
)
in sampleFloatFilter()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Sampler.hpp
83
ADDRESSING_BORDER
, // Single color
enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Sampler.hpp
107
ADDRESSING_BORDER
, // Single color
enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderSampling.cpp
397
//
ADDRESSING_BORDER
causes texel replacement to be performed.
in convertAddressingMode()
399
return
ADDRESSING_BORDER
;
in convertAddressingMode()
416
case VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER: return
ADDRESSING_BORDER
;
in convertAddressingMode()
H
A
D
SamplerCore.cpp
1308
case AddressingMode::
ADDRESSING_BORDER
: // FIXME: Implement and test ADDRESSING_MIRROR, ADDRESSING_MIRRORONCE,
ADDRESSING_BORDER
in applyOffset()
2190
else if(addressingMode == ADDRESSING_CLAMP || addressingMode ==
ADDRESSING_BORDER
)
in address()
2290
case
ADDRESSING_BORDER
:
in address()
2357
case
ADDRESSING_BORDER
:
in address()
2371
if(addressingMode ==
ADDRESSING_BORDER
|| function.offset)
in address()
2409
if(addressingMode ==
ADDRESSING_BORDER
)
in address()
2557
return state.addressingModeU ==
ADDRESSING_BORDER
||
in borderModeActive()
2558
state.addressingModeV ==
ADDRESSING_BORDER
||
in borderModeActive()
2559
state.addressingModeW ==
ADDRESSING_BORDER
;
in borderModeActive()
[all...]
Completed in 9 milliseconds