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:isProj
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
OutputSPIRV.cpp
3389
bool
isProj
= false;
in createImageTextureBuiltIn()
local
3393
// and |
isProj
|.
in createImageTextureBuiltIn()
3449
isProj
= true;
in createImageTextureBuiltIn()
3486
isProj
= true;
in createImageTextureBuiltIn()
3532
isProj
= true;
in createImageTextureBuiltIn()
3552
isProj
= true;
in createImageTextureBuiltIn()
3570
isProj
= true;
in createImageTextureBuiltIn()
3586
isProj
= true;
in createImageTextureBuiltIn()
3788
int drefComponent =
isProj
? 2 : coordinatesChannelCount - 1;
in createImageTextureBuiltIn()
3897
if (
isProj
)
in createImageTextureBuiltIn()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderTextureFunctionTests.cpp
419
bool
isProj
= functionHasProj(function);
in initShaderSources()
local
423
int extraCoordComps =
isProj
? (is2DProj4 ? 2 : 1) : 0;
in initShaderSources()
/third_party/vk-gl-cts/framework/randomshaders/
H
A
D
rsgExpression.cpp
1551
bool
isProj
= m_type == TYPE_TEXTURE2D_PROJ || m_type == TYPE_TEXTURE2D_PROJ_LOD;
in createNextChild()
local
1552
int coordScalarSize =
isProj
? 3 : 2;
in createNextChild()
1557
if (
isProj
)
in createNextChild()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderImage.cpp
147
coordinates = coordinateType.componentCount - (
isProj
() ? 1 : 0);
in ImageInstruction()
371
if(instruction.
isProj
())
in callSamplerFunction()
385
if(instruction.
isProj
())
in callSamplerFunction()
H
A
D
SpirvShader.hpp
537
bool
isProj
() const
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
881
bool
isProj
= functionHasProj(m_lookupSpec.function);
in initTexture()
local
884
float proj =
isProj
? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
in initTexture()
1252
bool
isProj
= functionHasProj(function);
in initShaderSources()
local
1263
int extraCoordComps = (
isProj
? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0);
in initShaderSources()
3385
const bool
isProj
= functionHasProj(function);
3392
const int extraCoordComps = (
isProj
? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureFunctionTests.cpp
878
bool
isProj
= functionHasProj(m_lookupSpec.function);
in initTexture()
local
881
float proj =
isProj
? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ2 ? 1 : m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
in initTexture()
1251
bool
isProj
= functionHasProj(function);
in initShaderSources()
local
1262
int extraCoordComps = (
isProj
? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_textureSpec.type == TEXTURETYPE_1D ? 2 : 1) : 0);
in initShaderSources()
3230
const bool
isProj
= functionHasProj(function);
3237
const int extraCoordComps = (
isProj
? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderTextureFunctionTests.cpp
747
bool
isProj
= functionHasProj(function);
in initShaderSources()
local
754
int extraCoordComps = (
isProj
? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
in initShaderSources()
Completed in 44 milliseconds