OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntegerFormat
(Results
1 - 8
of
8
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.hpp
53
inline bool
isIntegerFormat
(const vk::VkFormat format)
vktImageMutableTests.cpp
397
const bool
isIntegerFormat
= isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat);
409
if (
isIntegerFormat
)
814
const bool
isIntegerFormat
= isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat);
821
if (
isIntegerFormat
)
849
const bool
isIntegerFormat
= channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER;
858
if (
isIntegerFormat
)
[
all
...]
vktImageLoadStoreTests.cpp
105
const bool intFormat =
isIntegerFormat
(format);
199
const bool intFormat =
isIntegerFormat
(imageFormat);
235
if (
isIntegerFormat
(mapTextureFormat(access.getFormat())))
[
all
...]
vktImageMultisampleLoadStoreTests.cpp
140
const bool useExactCompare =
isIntegerFormat
(caseDef.format);
/external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp
176
bool
isIntegerFormat
;
231
addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.
isIntegerFormat
));
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
646
bool
isIntegerFormat
(const tcu::TextureFormat& format)
669
const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) ||
isIntegerFormat
(texFormat)) ? tcu::Sampler::NEAREST : tcu::Sampler::LINEAR;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp
[
all
...]
Completed in 82 milliseconds