OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUintFormat
(Results
1 - 10
of
10
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
39
bool
isUintFormat
(VkFormat format);
vkImageUtil.cpp
52
bool
isUintFormat
(VkFormat format)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.cpp
106
if (
isUintFormat
(clearFormat))
vktPipelineSamplerTests.cpp
576
if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !
isUintFormat
(imageFormat)))
587
if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !
isUintFormat
(imageFormat)))
639
if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !
isUintFormat
(imageFormat)))
[
all
...]
vktPipelineImageUtil.cpp
140
if (!isCompressedFormat(format) && (isIntFormat(format) ||
isUintFormat
(format)))
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
es31fCopyImageTests.cpp
194
bool
isUintFormat
(deUint32 format)
696
else if (
isUintFormat
(info.getFormat()))
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp
285
const bool uintFormat =
isUintFormat
(mapTextureFormat(m_format));
358
const bool uintFormat =
isUintFormat
(mapTextureFormat(m_format));
[
all
...]
vktImageQualifiersTests.cpp
123
const bool intFormat = isIntFormat(mapTextureFormat(format)) ||
isUintFormat
(mapTextureFormat(format));
250
const bool uintFormat =
isUintFormat
(mapTextureFormat(m_format));
vktImageLoadStoreTests.cpp
145
return isIntFormat(format) ||
isUintFormat
(format);
347
const bool integerOrFloatFormat = isIntFormat(format) ||
isUintFormat
(format) || isFloatFormat(format);
468
const std::string signednessPrefix =
isUintFormat
(m_format) ? "u" : isIntFormat(m_format) ? "i" : "";
[
all
...]
Completed in 818 milliseconds