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:channelType
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTextureLevelStateQueryTests.cpp
1369
glw::GLenum
channelType
= GL_NONE;
in getComponentType()
local
1390
case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT:
channelType
= GL_SIGNED_NORMALIZED; break;
in getComponentType()
1391
case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT:
channelType
= GL_UNSIGNED_NORMALIZED; break;
in getComponentType()
1392
case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
channelType
= GL_INT; break;
in getComponentType()
1393
case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
channelType
= GL_UNSIGNED_INT; break;
in getComponentType()
1394
case tcu::TEXTURECHANNELCLASS_FLOATING_POINT:
channelType
= GL_FLOAT; break;
in getComponentType()
1411
return
channelType
;
in getComponentType()
1423
return
channelType
;
in getComponentType()
1434
return
channelType
;
in getComponentType()
1443
return
channelType
;
in getComponentType()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageMismatchedWriteOpTests.cpp
526
auto
channelType
= TextureFormat::ChannelType::CHANNELTYPE_LAST;
in makeChannelType()
local
530
channelType
= doubled ? TextureFormat::ChannelType::SIGNED_INT64 : TextureFormat::ChannelType::SIGNED_INT32;
in makeChannelType()
533
channelType
= doubled ? TextureFormat::ChannelType::UNSIGNED_INT64 : TextureFormat::ChannelType::UNSIGNED_INT32;
in makeChannelType()
536
channelType
= doubled ? TextureFormat::ChannelType::FLOAT64 : TextureFormat::ChannelType::FLOAT;
in makeChannelType()
538
return
channelType
;
in makeChannelType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageMismatchedWriteOpTests.cpp
529
auto
channelType
= TextureFormat::ChannelType::CHANNELTYPE_LAST;
in makeChannelType()
local
533
channelType
= doubled ? TextureFormat::ChannelType::SIGNED_INT64 : TextureFormat::ChannelType::SIGNED_INT32;
in makeChannelType()
536
channelType
= doubled ? TextureFormat::ChannelType::UNSIGNED_INT64 : TextureFormat::ChannelType::UNSIGNED_INT32;
in makeChannelType()
539
channelType
= doubled ? TextureFormat::ChannelType::FLOAT64 : TextureFormat::ChannelType::FLOAT;
in makeChannelType()
541
return
channelType
;
in makeChannelType()
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTextureUtil.cpp
162
TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType
channelType
)
167
switch (
channelType
)
359
static Vec2 getFloatChannelValueRange (TextureFormat::ChannelType
channelType
)
367
switch (
channelType
)
544
static IVec4 getChannelBitDepth (TextureFormat::ChannelType
channelType
)
549
switch (
channelType
)
621
static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType
channelType
)
626
switch (
channelType
)
669
return getChannelBitDepth(
channelType
);
H
A
D
tcuTextureUtil.hpp
69
TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType
channelType
);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineImageSamplingInstance.cpp
1541
tcu::TextureFormat::ChannelType
channelType
= tcu::TextureFormat::CHANNELTYPE_LAST;
in verifyImage()
local
1546
channelType
= tcu::TextureFormat::UNSIGNED_INT8;
in verifyImage()
1555
channelType
= tcu::TextureFormat::UNORM_INT16;
in verifyImage()
1559
channelType
= tcu::TextureFormat::UNORM_INT24;
in verifyImage()
1562
channelType
= tcu::TextureFormat::FLOAT;
in verifyImage()
1569
textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder,
channelType
));
in verifyImage()
H
A
D
vktPipelineSamplerBorderSwizzleTests.cpp
519
tcu::TextureFormat::ChannelType
channelType
= tcu::TextureFormat::CHANNELTYPE_LAST;
in comparePixelToColorClearValue()
local
526
channelType
= tcu::TextureFormat::UNSIGNED_INT8;
in comparePixelToColorClearValue()
535
channelType
= tcu::TextureFormat::UNORM_INT16;
in comparePixelToColorClearValue()
539
channelType
= tcu::TextureFormat::UNORM_INT24;
in comparePixelToColorClearValue()
542
channelType
= tcu::TextureFormat::FLOAT;
in comparePixelToColorClearValue()
549
textureFormat = tcu::TextureFormat(channelOrder,
channelType
);
in comparePixelToColorClearValue()
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsShaderExecUtil.cpp
549
tcu::TextureFormat::ChannelType
channelType
;
in getRenderbufferFormatForOutput()
local
553
case glu::TYPE_UINT:
channelType
= tcu::TextureFormat::UNSIGNED_INT32; break;
in getRenderbufferFormatForOutput()
554
case glu::TYPE_INT:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
555
case glu::TYPE_BOOL:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
556
case glu::TYPE_FLOAT:
channelType
= useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
in getRenderbufferFormatForOutput()
563
return tcu::TextureFormat(channelOrderMap[numComps-1],
channelType
);
in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineImageSamplingInstance.cpp
1533
tcu::TextureFormat::ChannelType
channelType
= tcu::TextureFormat::CHANNELTYPE_LAST;
in verifyImage()
local
1538
channelType
= tcu::TextureFormat::UNSIGNED_INT8;
in verifyImage()
1547
channelType
= tcu::TextureFormat::UNORM_INT16;
in verifyImage()
1551
channelType
= tcu::TextureFormat::UNORM_INT24;
in verifyImage()
1554
channelType
= tcu::TextureFormat::FLOAT;
in verifyImage()
1561
textureCopy = m_texture->copy(tcu::TextureFormat(channelOrder,
channelType
));
in verifyImage()
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditTextureFormatTests.cpp
1717
for (int
channelType
= 0;
channelType
< TextureFormat::CHANNELTYPE_LAST;
channelType
++)
in createTextureFormatTests()
1720
if (TextureFormat::SIGNED_INT64 ==
channelType
||
channelType
== TextureFormat::UNSIGNED_INT64)
in createTextureFormatTests()
1725
const TextureFormat format ((TextureFormat::ChannelOrder)channelOrder, (TextureFormat::ChannelType)
channelType
);
in createTextureFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktShaderExecutor.cpp
684
tcu::TextureFormat::ChannelType
channelType
;
in getRenderbufferFormatForOutput()
local
688
case glu::TYPE_UINT:
channelType
= tcu::TextureFormat::UNSIGNED_INT32; break;
in getRenderbufferFormatForOutput()
689
case glu::TYPE_INT:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
690
case glu::TYPE_BOOL:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
691
case glu::TYPE_FLOAT:
channelType
= useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
in getRenderbufferFormatForOutput()
692
case glu::TYPE_FLOAT16:
channelType
= useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::HALF_FLOAT; break;
in getRenderbufferFormatForOutput()
699
return tcu::TextureFormat(channelOrderMap[numComps-1],
channelType
);
in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktShaderExecutor.cpp
684
tcu::TextureFormat::ChannelType
channelType
;
in getRenderbufferFormatForOutput()
local
688
case glu::TYPE_UINT:
channelType
= tcu::TextureFormat::UNSIGNED_INT32; break;
in getRenderbufferFormatForOutput()
689
case glu::TYPE_INT:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
690
case glu::TYPE_BOOL:
channelType
= tcu::TextureFormat::SIGNED_INT32; break;
in getRenderbufferFormatForOutput()
691
case glu::TYPE_FLOAT:
channelType
= useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
in getRenderbufferFormatForOutput()
692
case glu::TYPE_FLOAT16:
channelType
= useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::HALF_FLOAT; break;
in getRenderbufferFormatForOutput()
699
return tcu::TextureFormat(channelOrderMap[numComps-1],
channelType
);
in getRenderbufferFormatForOutput()
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderer.cpp
1005
const tcu::TextureFormat::ChannelType
channelType
= format.type;
in findPrimitiveMinimumResolvableDifference()
local
1006
const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(
channelType
);
in findPrimitiveMinimumResolvableDifference()
1010
return getFloatingPointMinimumResolvableDifference(maxZvalue,
channelType
);
in findPrimitiveMinimumResolvableDifference()
Completed in 36 milliseconds