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
defs:sX
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fTextureFilteringTests.cpp
234
const float
sX
= deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth());
in init()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureFilteringTests.cpp
313
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture2DFilteringTestInstance()
local
811
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth());
in iterate()
local
1022
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth());
in iterate()
local
H
A
D
vktTextureShadowTests.cpp
354
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture2DShadowTestInstance()
local
824
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth());
in Texture2DArrayShadowTestInstance()
local
1045
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture1DShadowTestInstance()
local
1273
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth());
in Texture1DArrayShadowTestInstance()
local
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fTextureFilteringTests.cpp
255
const float
sX
= deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth());
in init()
local
881
const float
sX
= deFloatExp2(lodX)*float(viewport.width) / float(m_gradientTex->getRefTexture().getWidth());
in iterate()
local
1125
const float
sX
= deFloatExp2(lodX)*float(viewport.width) / float(m_gradientTex->getRefTexture().getWidth());
in iterate()
local
H
A
D
es3fTextureShadowTests.cpp
306
const float
sX
= deFloatExp2(lodX)*viewportW / float(m_textures[texNdx]->getRefTexture().getWidth());
in init()
local
863
const float
sX
= deFloatExp2(lodX)*viewportW / float(tex->getRefTexture().getWidth());
in init()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureFilteringTests.cpp
312
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture2DFilteringTestInstance()
local
810
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth());
in iterate()
local
1021
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[0]->getTexture().getWidth());
in iterate()
local
H
A
D
vktTextureShadowTests.cpp
352
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture2DShadowTestInstance()
local
822
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth());
in Texture2DArrayShadowTestInstance()
local
1043
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[texNdx]->getTexture().getWidth());
in Texture1DShadowTestInstance()
local
1271
const float
sX
= deFloatExp2(lodX) * float(m_renderer.getRenderWidth()) / float(m_textures[tex]->getTexture().getWidth());
in Texture1DArrayShadowTestInstance()
local
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H
A
D
es2cTexture3DTests.cpp
630
const float
sX
= deFloatExp2(lodX) * float(VIEWPORT_WIDTH) / float(m_gradientTex->getRefTexture().getWidth());
in iterate()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCopiesAndBlittingTests.cpp
4248
float
sX
= (float)regionExtent.x / (float)dst.getWidth();
in scaleFromWholeSrcBuffer()
local
4273
const float
sX
= (float)src.getWidth() / (float)dst.getWidth();
in blit()
local
Completed in 45 milliseconds