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:isDepthFormat
(Results
1 - 16
of
16
) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fTextureGatherTests.cpp
124
static inline bool
isDepthFormat
(const tcu::TextureFormat& fmt)
in isDepthFormat()
function
361
if (
isDepthFormat
(dst.getFormat()))
in swizzlePixels()
856
if (
isDepthFormat
(format))
in getSamplerType()
1065
isDepthFormat
(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type))
in TextureGatherCase()
1069
DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) ==
isDepthFormat
(m_textureFormat));
in TextureGatherCase()
1079
DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) &&
isDepthFormat
(m_textureFormat))); // It's not clear what shadow textures should return when incomplete.
in TextureGatherCase()
1182
if (
isDepthFormat
(textureFormat))
in genGatherFuncCall()
1237
const bool useNormalizedCoord = usePixCoord ||
isDepthFormat
(textureFormat);
in genProgramSources()
1239
const bool isShadow =
isDepthFormat
(textureFormat);
in genProgramSources()
1306
if (
isDepthFormat
(m_textureForma
in init()
[all...]
H
A
D
es31fTextureBorderClampTests.cpp
93
bool
isDepthFormat
(deUint32 format, tcu::Sampler::DepthStencilMode mode)
in isDepthFormat()
function
288
if (
isDepthFormat
(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler::MODE_STENCIL))
in genDefaultTexture()
294
if (
isDepthFormat
(texFormat, tcu::Sampler::MODE_DEPTH))
in genDefaultTexture()
471
const bool isDepth =
isDepthFormat
(format, mode);
1271
if (!
isDepthFormat
(m_texFormat, m_sampleMode))
1514
const bool isDepth =
isDepthFormat
(m_texFormat, m_sampleMode);
H
A
D
es31fTextureLevelStateQueryTests.cpp
273
static bool
isDepthFormat
(const tcu::TextureFormat& fmt)
in isDepthFormat()
function
358
if (target == GL_TEXTURE_3D &&
isDepthFormat
(fmt))
in isLegalFormatForTarget()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureGatherTests.cpp
191
static inline bool
isDepthFormat
(const tcu::TextureFormat& fmt)
in isDepthFormat()
function
392
if (
isDepthFormat
(dst.getFormat()))
in swizzlePixels()
848
if (
isDepthFormat
(format))
in getSamplerType()
918
const int numComponentCases =
isDepthFormat
(textureFormat) ? 1 : 4+1; // \note For non-depth textures, test explicit components 0 to 3 and implicit component 0.
in generateBasic2DCaseIterations()
1160
isDepthFormat
(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type))
in TextureGatherInstance()
1164
DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) ==
isDepthFormat
(m_baseParams.textureFormat));
in TextureGatherInstance()
1346
const bool needNormalizedCoordInShader = m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC ||
isDepthFormat
(m_baseParams.textureFormat);
in setupDefaultInputs()
1471
if (
isDepthFormat
(m_baseParams.textureFormat))
in verify()
1736
if (
isDepthFormat
(textureFormat))
in genGatherFuncCall()
1810
const bool useNormalizedCoord = usePixCoord ||
isDepthFormat
(baseParam
in genGatherPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderTextureGatherTests.cpp
191
static inline bool
isDepthFormat
(const tcu::TextureFormat& fmt)
in isDepthFormat()
function
392
if (
isDepthFormat
(dst.getFormat()))
in swizzlePixels()
860
if (
isDepthFormat
(format))
in getSamplerType()
930
const int numComponentCases =
isDepthFormat
(textureFormat) ? 1 : 4+1; // \note For non-depth textures, test explicit components 0 to 3 and implicit component 0.
in generateBasic2DCaseIterations()
1172
isDepthFormat
(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureFormat.type))
in TextureGatherInstance()
1176
DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) ==
isDepthFormat
(m_baseParams.textureFormat));
in TextureGatherInstance()
1358
const bool needNormalizedCoordInShader = m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC ||
isDepthFormat
(m_baseParams.textureFormat);
in setupDefaultInputs()
1483
if (
isDepthFormat
(m_baseParams.textureFormat))
in verify()
1748
if (
isDepthFormat
(textureFormat))
in genGatherFuncCall()
1822
const bool useNormalizedCoord = usePixCoord ||
isDepthFormat
(baseParam
in genGatherPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampledRenderToSingleSampledTests.cpp
98
inline bool
isDepthFormat
(const VkFormat format)
in isDepthFormat()
function
324
if (!
isDepthFormat
(params.depthStencilFormat))
in getResolvedDepthOnlyImageView()
693
if (drawsToDepthStencil &&
isDepthFormat
(params.depthStencilFormat))
in logTestImages()
736
if (
isDepthFormat
(params.depthStencilFormat))
in logTestImages()
781
if (drawsToDepthStencil &&
isDepthFormat
(params.depthStencilFormat))
in logVerifyImages()
1696
if (
isDepthFormat
(params.depthStencilFormat))
in createWorkingData()
1721
if (
isDepthFormat
(params.depthStencilFormat))
in createWorkingData()
1863
const bool checkDepth = perPass.hasDepthStencil &&
isDepthFormat
(params.depthStencilFormat);
in checkRequirements()
2044
useDepthStencil &&
isDepthFormat
(params.depthStencilFormat) ?
in startRendering()
2351
if (params.numDepthStencilSamples == VK_SAMPLE_COUNT_1_BIT &&
isDepthFormat
(param
in testEnd()
[all...]
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
165
inline bool
isDepthFormat
(const VkFormat format)
in isDepthFormat()
function
797
if (
isDepthFormat
(depthStencilFormat))
in addVerificationComputeShader()
1216
if (
isDepthFormat
(params.depthStencilFormat))
in createPerSubpassData()
1379
const bool hasDepth =
isDepthFormat
(params.depthStencilFormat);
in test()
1735
if (
isDepthFormat
(params.depthStencilFormat))
in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampledRenderToSingleSampledTests.cpp
96
inline bool
isDepthFormat
(const VkFormat format)
in isDepthFormat()
function
322
if (!
isDepthFormat
(params.depthStencilFormat))
in getResolvedDepthOnlyImageView()
689
if (drawsToDepthStencil &&
isDepthFormat
(params.depthStencilFormat))
in logTestImages()
732
if (
isDepthFormat
(params.depthStencilFormat))
in logTestImages()
777
if (drawsToDepthStencil &&
isDepthFormat
(params.depthStencilFormat))
in logVerifyImages()
1675
if (
isDepthFormat
(params.depthStencilFormat))
in createWorkingData()
1700
if (
isDepthFormat
(params.depthStencilFormat))
in createWorkingData()
1842
const bool checkDepth = perPass.hasDepthStencil &&
isDepthFormat
(params.depthStencilFormat);
in checkRequirements()
2034
useDepthStencil &&
isDepthFormat
(params.depthStencilFormat) ?
in startRendering()
2341
if (params.numDepthStencilSamples == VK_SAMPLE_COUNT_1_BIT &&
isDepthFormat
(param
in testEnd()
[all...]
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
163
inline bool
isDepthFormat
(const VkFormat format)
in isDepthFormat()
function
795
if (
isDepthFormat
(depthStencilFormat))
in addVerificationComputeShader()
1224
if (
isDepthFormat
(params.depthStencilFormat))
in createPerSubpassData()
1387
const bool hasDepth =
isDepthFormat
(params.depthStencilFormat);
in test()
1748
if (
isDepthFormat
(params.depthStencilFormat))
in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H
A
D
vktTextureShadowTests.cpp
212
bool
isDepthFormat
(VkFormat format)
in isDepthFormat()
function
233
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
458
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
695
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
924
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
1146
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
1374
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H
A
D
vktTextureShadowTests.cpp
210
bool
isDepthFormat
(VkFormat format)
in isDepthFormat()
function
231
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
456
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
693
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
922
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
1144
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
1372
if (!
isDepthFormat
(testParameters.format))
in checkTextureSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H
A
D
vktTestCase.cpp
972
static bool
isDepthFormat
(VkFormat format)
in isDepthFormat()
function
1015
if (
isDepthFormat
(format) && (p.linearTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR)))
in getRequiredFormatProperties()
1017
if (
isDepthFormat
(format) && (p.optimalTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR)))
in getRequiredFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H
A
D
vktTestCase.cpp
909
static bool
isDepthFormat
(VkFormat format)
in isDepthFormat()
function
952
if (
isDepthFormat
(format) && (p.linearTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR)))
in getRequiredFormatProperties()
954
if (
isDepthFormat
(format) && (p.optimalTilingFeatures & (VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR)))
in getRequiredFormatProperties()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglImageFormatTests.cpp
1881
bool
isDepthFormat
(GLenum format)
1970
if (
isDepthFormat
(createFormat) || isStencilFormat(createFormat))
1977
if (
isDepthFormat
(createFormat) || isStencilFormat(createFormat))
1985
if (!
isDepthFormat
(createFormat))
2172
if (
isDepthFormat
(createFormat) || isStencilFormat(createFormat))
in isCompatibleCreateAndModifyActions()
2179
if (!
isDepthFormat
(createFormat))
in isCompatibleCreateAndModifyActions()
2253
if (
isDepthFormat
(createFormat) && isStencilFormat(createFormat))
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
1453
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in AttachmentResources()
local
1456
if (
isDepthFormat
&& isStencilFormat)
in AttachmentResources()
2326
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in SubpassRenderer()
local
2328
const deUint32 bindingCount = (
isDepthFormat
&& layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL)
in SubpassRenderer()
2435
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in SubpassRenderer()
local
2440
if (
isDepthFormat
&& isStencilFormat)
in SubpassRenderer()
4464
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
4467
if (
isDepthFormat
|| isStencilFormat)
4469
if (
isDepthFormat
&& layout != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)
4612
const bool
isDepthFormat
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
1441
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in AttachmentResources()
local
1444
if (
isDepthFormat
&& isStencilFormat)
in AttachmentResources()
2312
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in SubpassRenderer()
local
2314
const deUint32 bindingCount = (
isDepthFormat
&& layout != VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL)
in SubpassRenderer()
2421
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
in SubpassRenderer()
local
2426
if (
isDepthFormat
&& isStencilFormat)
in SubpassRenderer()
4450
const bool
isDepthFormat
= tcu::hasDepthComponent(format.order);
4453
if (
isDepthFormat
|| isStencilFormat)
4455
if (
isDepthFormat
&& layout != VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)
4598
const bool
isDepthFormat
[all...]
Completed in 60 milliseconds