Home
last modified time | relevance | path

Searched refs:deMinu32 (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp717 …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 …]
DvktDescriptorSetsIndexingTests.cpp547 return deMinu32(deMinu32(vertexCount, availableDescriptorsOnDevice), MAX_DESCRIPTORS); in computeAvailableDescriptorCount()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp937 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/
DteglNativeColorMappingTests.cpp256 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/
DvktTestCase.cpp392 …, 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/
Des3sLongShaderTests.cpp172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32.h86 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp294 …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()
307deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
DvktPipelinePushConstantTests.cpp878 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp954 …const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_… in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp517 …const deUint32 maxThreadCountSupported = deMinu32(256u, vk.getDeferredOperationMaxConcurrenc… in finishDeferredOperation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp9173 …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/
DvktQueryPoolStatisticsTests.cpp993 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp887 currentSize[1] = deMinu32(width, height); in findMaxRGBA8ImageSize()