/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 717 …samplers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSamplers, descriptor… in computeMaxPerStageDescriptorCount() 718 …uniformBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffers, … in computeMaxPerStageDescriptorCount() 719 …uniformBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffe… in computeMaxPerStageDescriptorCount() 720 …storageBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, … in computeMaxPerStageDescriptorCount() 721 …storageBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffe… in computeMaxPerStageDescriptorCount() 722 …sampledImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSampledImages, de… in computeMaxPerStageDescriptorCount() 723 …storageImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageImages, de… in computeMaxPerStageDescriptorCount() 724 …inputAttachments = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindInputAttachments… in computeMaxPerStageDescriptorCount() 728 …samplers = deMinu32( deviceProps.limits.maxPerStageDescriptorSamplers, deviceProps.limits.… in computeMaxPerStageDescriptorCount() 729 …uniformBuffers = deMinu32( deviceProps.limits.maxPerStageDescriptorUniformBuffers, devicePro… in computeMaxPerStageDescriptorCount() [all …]
|
D | vktDescriptorSetsIndexingTests.cpp | 547 return deMinu32(deMinu32(vertexCount, availableDescriptorsOnDevice), MAX_DESCRIPTORS); in computeAvailableDescriptorCount()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 937 for (glw::GLuint i = 0; i < deMinu32(out_components, in_components); ++i) in checkNearest() 984 for (glw::GLuint i = 0; i < deMinu32(out_components, in_components); ++i) in checkNearest() 1026 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1045 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1064 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1083 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNativeColorMappingTests.cpp | 256 const tcu::UVec4 bitDepth(deMinu32(nativeBitDepth.x(), eglBitDepth.x()), in validate() 257 deMinu32(nativeBitDepth.y(), eglBitDepth.y()), in validate() 258 deMinu32(nativeBitDepth.z(), eglBitDepth.z()), in validate() 259 deMinu32(nativeBitDepth.w(), eglBitDepth.w())); in validate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 392 …, m_usedInstanceVersion (sanitizeApiVersion(deMinu32(m_availableInstanceVersion, m_maximumFrame… in DefaultDevice() 394 …, m_usedApiVersion (sanitizeApiVersion(deMinu32(m_usedInstanceVersion, m_deviceVersions.first)… in DefaultDevice()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deInt32.h | 86 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 294 …const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u)… in logPixelGrid() 306 …const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * l… in logPixelGrid() 307 … deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
|
D | vktPipelinePushConstantTests.cpp | 878 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 954 …const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.cpp | 517 …const deUint32 maxThreadCountSupported = deMinu32(256u, vk.getDeferredOperationMaxConcurrenc… in finishDeferredOperation()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 9173 …paramsArrayToArray.mipLevels = deLog2Floor32(deMinu32(defaultHalfExtent.width, defaultHalfExte… in addImageToImageArrayTests() 11825 params.mipLevels = deLog2Floor32(deMinu32(defaultExtent.width, defaultExtent.height)) + 1u; in addBlittingImageAllFormatsBaseLevelMipmapTests() 11936 params.mipLevels = deLog2Floor32(deMinu32(defaultExtent.width, defaultExtent.height)) + 1u; in addBlittingImageAllFormatsPreviousLevelMipmapTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 993 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 887 currentSize[1] = deMinu32(width, height); in findMaxRGBA8ImageSize()
|