OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntegerFormat
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.hpp
53
inline bool
isIntegerFormat
(const vk::VkFormat format)
vktImageLoadStoreTests.cpp
103
const bool intFormat =
isIntegerFormat
(format);
197
const bool intFormat =
isIntegerFormat
(imageFormat);
233
if (
isIntegerFormat
(mapTextureFormat(access.getFormat())))
[
all
...]
vktImageMultisampleLoadStoreTests.cpp
137
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
751
bool
isIntegerFormat
(const tcu::TextureFormat& format)
774
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 4993 milliseconds