OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUintFormat
(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
368
const bool isUint =
isUintFormat
(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));
252
const bool uintFormat =
isUintFormat
(mapTextureFormat(m_format));
vktImageMultisampleLoadStoreTests.cpp
90
const std::string signednessPrefix =
isUintFormat
(caseDef.format) ? "u" : isIntFormat(caseDef.format) ? "i" : "";
vktImageAtomicOperationTests.cpp
294
const bool uintFormat =
isUintFormat
(mapTextureFormat(m_format));
368
const bool uintFormat =
isUintFormat
(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
123
if (
isUintFormat
(bufferFormat))
166
if (
isUintFormat
(format))
196
if (
isUintFormat
(valueFormat))
vktRobustnessVertexAccessTests.cpp
264
if (
isUintFormat
(m_inputFormat))
273
if (
isUintFormat
(m_inputFormat))
304
if (
isUintFormat
(m_inputFormat))
[
all
...]
vktRobustnessBufferAccessTests.cpp
345
if (
isUintFormat
(bufferFormat))
437
else if (
isUintFormat
(bufferFormat))
[
all
...]
vktRobustBufferAccessWithVariablePointersTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.cpp
106
if (
isUintFormat
(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))
713
const bool isUint =
isUintFormat
(caseDef.colorFormat);
[
all
...]
vktPipelineRenderToImageTests.cpp
569
if (
isUintFormat
(format) || isIntFormat(format))
830
const bool isUint =
isUintFormat
(caseDef.colorFormat);
[
all
...]
vktPipelineImageUtil.cpp
129
if (!isCompressedFormat(format) && (isIntFormat(format) ||
isUintFormat
(format)))
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
41
bool
isUintFormat
(VkFormat format);
vkImageUtil.cpp
55
bool
isUintFormat
(VkFormat format)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemImageValidator.cpp
108
isUintFormat
(m_imageFormat) ? "usampler2D" : "sampler2D";
vktProtectedMemShaderImageAccessTests.cpp
277
isUintFormat
(m_params.imageFormat) ? "uvec4" : "vec4";
351
<< (
isUintFormat
(m_params.imageFormat) ? "uint" : "int")
422
<< (
isUintFormat
(m_params.imageFormat) ? "uint" : "int")
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
es31fCopyImageTests.cpp
203
bool
isUintFormat
(deUint32 format)
929
else if (
isUintFormat
(info.getFormat()))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp
294
if (isIntFormat(format) ||
isUintFormat
(format))
[
all
...]
Completed in 1183 milliseconds