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:m_lookupSpec
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H
A
D
esextcTextureShadowLodFunctionsTest.cpp
323
TextureLookupSpec
m_lookupSpec
;
member in deqp::Functional::TextureShadowLodTestCase
340
,
m_lookupSpec
(lookup)
in TextureShadowLodTestCase()
424
Vec4 s =
m_lookupSpec
.maxCoord -
m_lookupSpec
.minCoord;
in init()
425
Vec4 b =
m_lookupSpec
.minCoord;
in init()
436
bool hasLodBias = functionHasLod(
m_lookupSpec
.function) ||
m_lookupSpec
.useBias;
in init()
438
if (hasLodBias ||
m_lookupSpec
.useSepRef)
in init()
447
s =
m_lookupSpec
.maxLodBias -
m_lookupSpec
in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderTextureFunctionTests.cpp
236
TextureLookupSpec
m_lookupSpec
;
member in deqp::gles2::Functional::ShaderTextureFunctionCase
248
,
m_lookupSpec
(lookup)
in ShaderTextureFunctionCase()
275
Vec4 s =
m_lookupSpec
.maxCoord-
m_lookupSpec
.minCoord;
in init()
276
Vec4 b =
m_lookupSpec
.minCoord;
in init()
289
if (functionHasLod(
m_lookupSpec
.function) ||
m_lookupSpec
.useBias)
in init()
291
float s =
m_lookupSpec
.maxLodBias-
m_lookupSpec
.minLodBias;
in init()
292
float b =
m_lookupSpec
in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderTextureFunctionTests.cpp
457
TextureLookupSpec
m_lookupSpec
;
member in deqp::gles3::Functional::ShaderTextureFunctionCase
471
,
m_lookupSpec
(lookup)
in ShaderTextureFunctionCase()
493
Vec4 s =
m_lookupSpec
.maxCoord-
m_lookupSpec
.minCoord;
in init()
494
Vec4 b =
m_lookupSpec
.minCoord;
in init()
507
bool hasLodBias = functionHasLod(
m_lookupSpec
.function) ||
m_lookupSpec
.useBias;
in init()
508
bool isGrad = functionHasGrad(
m_lookupSpec
.function);
in init()
513
float s =
m_lookupSpec
.maxLodBias-
m_lookupSpec
in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
758
const TextureLookupSpec&
m_lookupSpec
;
member in vkt::sr::__anon28720::ShaderTextureFunctionInstance
773
,
m_lookupSpec
(lookupSpec)
in ShaderTextureFunctionInstance()
789
Vec4 s =
m_lookupSpec
.maxCoord-
m_lookupSpec
.minCoord;
in ShaderTextureFunctionInstance()
790
Vec4 b =
m_lookupSpec
.minCoord;
in ShaderTextureFunctionInstance()
805
bool hasLodBias = functionHasLod(
m_lookupSpec
.function) ||
m_lookupSpec
.useBias;
in ShaderTextureFunctionInstance()
806
bool isGrad = functionHasGrad(
m_lookupSpec
.function);
in ShaderTextureFunctionInstance()
811
float s =
m_lookupSpec
.maxLodBias-
m_lookupSpec
in ShaderTextureFunctionInstance()
1212
const TextureLookupSpec
m_lookupSpec
;
global()
member in vkt::sr::__anon28720::ShaderTextureFunctionCase
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
755
const TextureLookupSpec&
m_lookupSpec
;
member in vkt::sr::__anon29869::ShaderTextureFunctionInstance
770
,
m_lookupSpec
(lookupSpec)
in ShaderTextureFunctionInstance()
786
Vec4 s =
m_lookupSpec
.maxCoord-
m_lookupSpec
.minCoord;
in ShaderTextureFunctionInstance()
787
Vec4 b =
m_lookupSpec
.minCoord;
in ShaderTextureFunctionInstance()
802
bool hasLodBias = functionHasLod(
m_lookupSpec
.function) ||
m_lookupSpec
.useBias;
in ShaderTextureFunctionInstance()
803
bool isGrad = functionHasGrad(
m_lookupSpec
.function);
in ShaderTextureFunctionInstance()
808
float s =
m_lookupSpec
.maxLodBias-
m_lookupSpec
in ShaderTextureFunctionInstance()
1210
const TextureLookupSpec
m_lookupSpec
;
global()
member in vkt::sr::__anon29869::ShaderTextureFunctionCase
[all...]
Completed in 17 milliseconds