/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 176 bool isIntegerFormat; in init() member 226 ….c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 400 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local 412 if (isIntegerFormat) in initPrograms() 728 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local 735 if (isIntegerFormat) in genVertexData() 763 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local 772 if (isIntegerFormat) in generateExpectedImage() 1616 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local 1623 if (isIntegerFormat) in testMutable() 2160 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local 2167 if (isIntegerFormat) in testSwapchainMutable()
|
D | vktImageLoadStoreUtil.hpp | 54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
|
D | vktImageLoadStoreUtil.cpp | 145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
|
D | vktImageLoadStoreTests.cpp | 281 if (isIntegerFormat(imageFormat)) in getMiddleValue() 298 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage() 350 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally() 599 if (isIntegerFormat(m_format)) in initPrograms() 625 if (isIntegerFormat(m_format)) in initPrograms() 658 DE_ASSERT(isIntegerFormat(m_format)); in initPrograms()
|
D | vktImageMultisampleLoadStoreTests.cpp | 142 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 400 …const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in initPrograms() local 412 if (isIntegerFormat) in initPrograms() 728 const bool isIntegerFormat = isUintFormat(caseDef.viewFormat) || isIntFormat(caseDef.viewFormat); in genVertexData() local 735 if (isIntegerFormat) in genVertexData() 763 …const bool isIntegerFormat = channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER || chann… in generateExpectedImage() local 772 if (isIntegerFormat) in generateExpectedImage() 1616 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testMutable() local 1623 if (isIntegerFormat) in testMutable() 2160 const bool isIntegerFormat = isUintFormat(format) || isIntFormat(format); in testSwapchainMutable() local 2167 if (isIntegerFormat) in testSwapchainMutable()
|
D | vktImageLoadStoreUtil.hpp | 54 inline bool isIntegerFormat (const vk::VkFormat format) in isIntegerFormat() function
|
D | vktImageLoadStoreUtil.cpp | 145 DE_ASSERT(isIntegerFormat(mapTextureFormat(format))); in isRepresentableIntegerValue()
|
D | vktImageLoadStoreTests.cpp | 281 if (isIntegerFormat(imageFormat)) in getMiddleValue() 298 const bool intFormat = isIntegerFormat(imageFormat); in generateReferenceImage() 350 if (isIntegerFormat(mapTextureFormat(access.getFormat()))) in flipHorizontally() 599 if (isIntegerFormat(m_format)) in initPrograms() 625 if (isIntegerFormat(m_format)) in initPrograms() 658 DE_ASSERT(isIntegerFormat(m_format)); in initPrograms()
|
D | vktImageMultisampleLoadStoreTests.cpp | 142 const bool useExactCompare = isIntegerFormat(caseDef.format); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1433 …bool isIntegerFormat = isUintFormat(mapTextureFormat(depthResult.getFormat())) || isIntFo… in verifyImage() local 1435 if (!isIntegerFormat) in verifyImage() 1464 …bool isIntegerFormat = isUintFormat(mapTextureFormat(stencilResult.getFormat())) || isInt… in verifyImage() local 1466 if (!isIntegerFormat) in verifyImage() 1552 const bool isIntegerFormat = isUintFormat(m_imageFormat) || isIntFormat(m_imageFormat); in verifyImage() local 1554 if (!isIntegerFormat) in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1433 …bool isIntegerFormat = isUintFormat(mapTextureFormat(depthResult.getFormat())) || isIntFo… in verifyImage() local 1435 if (!isIntegerFormat) in verifyImage() 1464 …bool isIntegerFormat = isUintFormat(mapTextureFormat(stencilResult.getFormat())) || isInt… in verifyImage() local 1466 if (!isIntegerFormat) in verifyImage() 1552 const bool isIntegerFormat = isUintFormat(m_imageFormat) || isIntFormat(m_imageFormat); in verifyImage() local 1554 if (!isIntegerFormat) in verifyImage()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1279 const int isIntegerFormat = isFormatTypeInteger(m_format.type); in iterate() local 1282 DE_ASSERT(!isIntegerFormat || (storeColorScale == 1.0f && storeColorBias == 0.0f)); in iterate() 1290 if (isIntegerFormat) in iterate() 1737 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type); in operator ()() local 1754 if (isIntegerFormat) in operator ()() 1776 DE_ASSERT(isIntegerFormat); in operator ()() 1799 matchFound = isIntegerFormat ? result.i == atomicArgs[i] in operator ()() 1804 …"// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(re… in operator ()() 1844 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat().type)); in operator ()() local 1860 if (isIntegerFormat) in operator ()()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function 693 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 670 bool isIntegerFormat (const tcu::TextureFormat& format) in isIntegerFormat() function 693 …const tcu::Sampler::FilterMode filterMode = (isShadowSampler(m_samplerType) || isIntegerFormat(t… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 4132 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local 4133 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms() 4142 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 4132 …const bool isIntegerFormat = isIntFormat(m_resourceDesc.imageFormat) || isUintFormat(m_resourceD… in initPrograms() local 4133 const std::string colorType = (isIntegerFormat ? "uvec4" : "vec4"); in initPrograms() 4142 …<< " o_color = " << colorType << "(" << (isIntegerFormat ? toString(clearValue.color.uint32) : … in initPrograms()
|