OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIntFormat
(Results
1 - 22
of
22
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreUtil.hpp
55
return
isIntFormat
(format) || isUintFormat(format);
61
const bool integerOrFloatFormat =
isIntFormat
(format) || isUintFormat(format) || isFloatFormat(format);
vktImageMutableTests.cpp
369
const bool isSint =
isIntFormat
(caseDef.viewFormat);
396
const std::string colorTypeStr = isUintFormat(caseDef.viewFormat) ? "uvec4" :
isIntFormat
(caseDef.viewFormat) ? "ivec4" : "vec4";
397
const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) ||
isIntFormat
(caseDef.viewFormat);
446
const std::string colorTypeStr = isUintFormat(caseDef.viewFormat) ? "uvec4" :
isIntFormat
(caseDef.viewFormat) ? "ivec4" : "vec4";
480
const std::string colorTypeStr = isUintFormat(caseDef.viewFormat) ? "uvec4" :
isIntFormat
(caseDef.viewFormat) ? "ivec4" : "vec4";
814
const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) ||
isIntFormat
(caseDef.viewFormat);
[
all
...]
vktImageQualifiersTests.cpp
125
const bool intFormat =
isIntFormat
(mapTextureFormat(format)) || isUintFormat(mapTextureFormat(format));
253
const bool intFormat =
isIntFormat
(mapTextureFormat(m_format));
vktImageMultisampleLoadStoreTests.cpp
90
const std::string signednessPrefix = isUintFormat(caseDef.format) ? "u" :
isIntFormat
(caseDef.format) ? "i" : "";
vktImageAtomicOperationTests.cpp
295
const bool intFormat =
isIntFormat
(mapTextureFormat(m_format));
369
const bool intFormat =
isIntFormat
(mapTextureFormat(m_format));
[
all
...]
vktImageLoadStoreTests.cpp
362
const std::string signednessPrefix = isUintFormat(m_format) ? "u" :
isIntFormat
(m_format) ? "i" : "";
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp
132
else if (
isIntFormat
(bufferFormat))
170
else if (
isIntFormat
(format))
200
else if (
isIntFormat
(valueFormat))
vktRobustnessVertexAccessTests.cpp
266
else if (
isIntFormat
(m_inputFormat))
275
else if (
isIntFormat
(m_inputFormat))
306
else if (
isIntFormat
(m_inputFormat))
[
all
...]
vktRobustnessBufferAccessTests.cpp
349
else if (
isIntFormat
(bufferFormat))
443
else if (
isIntFormat
(bufferFormat))
[
all
...]
vktRobustBufferAccessWithVariablePointersTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.cpp
114
else if (
isIntFormat
(clearFormat))
vktPipelineSamplerTests.cpp
732
if (isCompressedFormat(imageFormat) || (!
isIntFormat
(imageFormat) && !isUintFormat(imageFormat)))
743
if (isCompressedFormat(imageFormat) || (!
isIntFormat
(imageFormat) && !isUintFormat(imageFormat)))
795
if (isCompressedFormat(imageFormat) || (!
isIntFormat
(imageFormat) && !isUintFormat(imageFormat)))
816
if (isCompressedFormat(imageFormat) || (!
isIntFormat
(imageFormat) && !isUintFormat(imageFormat)))
872
if (isCompressedFormat(imageFormat) || (!
isIntFormat
(imageFormat) && !isUintFormat(imageFormat)))
[
all
...]
vktPipelineMultisampleImageTests.cpp
536
if (isUintFormat(format) ||
isIntFormat
(format))
714
const bool isSint =
isIntFormat
(caseDef.colorFormat);
[
all
...]
vktPipelineRenderToImageTests.cpp
569
if (isUintFormat(format) ||
isIntFormat
(format))
831
const bool isSint =
isIntFormat
(caseDef.colorFormat);
[
all
...]
vktPipelineImageUtil.cpp
129
if (!isCompressedFormat(format) && (
isIntFormat
(format) || isUintFormat(format)))
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
40
bool
isIntFormat
(VkFormat format);
vkImageUtil.cpp
50
bool
isIntFormat
(VkFormat format)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemImageValidator.cpp
107
validationParams["SAMPLER_TYPE"] =
isIntFormat
(m_imageFormat) ? "isampler2D" :
vktProtectedMemShaderImageAccessTests.cpp
276
const std::string colorVecType =
isIntFormat
(m_params.imageFormat) ? "ivec4" :
469
const float cMin =
isIntFormat
(m_params.imageFormat) ? -1000.0f : 0.0f;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
es31fCopyImageTests.cpp
211
bool
isIntFormat
(deUint32 format)
919
if (
isIntFormat
(info.getFormat()))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp
294
if (
isIntFormat
(format) || isUintFormat(format))
[
all
...]
Completed in 327 milliseconds