/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 719 samplers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSamplers, descriptorProps.maxDescriptorSetUpdateAfterBindSamplers); // 1048576 in computeMaxPerStageDescriptorCount() 720 uniformBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindUniformBuffers); // 15 in computeMaxPerStageDescriptorCount() 721 uniformBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount() 722 storageBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffers); // 1048576 in computeMaxPerStageDescriptorCount() 723 storageBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount() 724 sampledImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSampledImages, descriptorProps.maxDescriptorSetUpdateAfterBindSampledImages); // 1048576 in computeMaxPerStageDescriptorCount() 725 storageImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageImages, descriptorProps.maxDescriptorSetUpdateAfterBindStorageImages); // 1048576 in computeMaxPerStageDescriptorCount() 726 inputAttachments = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindInputAttachments, descriptorProps.maxDescriptorSetUpdateAfterBindInputAttachments); // 1048576 in computeMaxPerStageDescriptorCount() 730 samplers = deMinu32( deviceProps.limits.maxPerStageDescriptorSamplers, deviceProps.limits.maxDescriptorSetSamplers); // 1048576 in computeMaxPerStageDescriptorCount() 731 uniformBuffers = deMinu32( deviceProp in computeMaxPerStageDescriptorCount() [all...] |
H A D | vktDescriptorSetsIndexingTests.cpp | 528 return deMinu32(deMinu32(vertexCount, availableDescriptorsOnDevice), MAX_DESCRIPTORS); in computeAvailableDescriptorCount()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTestsUtils.cpp | 719 samplers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSamplers, descriptorProps.maxDescriptorSetUpdateAfterBindSamplers); // 1048576 in computeMaxPerStageDescriptorCount() 720 uniformBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindUniformBuffers); // 15 in computeMaxPerStageDescriptorCount() 721 uniformBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindUniformBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindUniformBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount() 722 storageBuffers = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffers); // 1048576 in computeMaxPerStageDescriptorCount() 723 storageBuffersDynamic = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageBuffers, descriptorProps.maxDescriptorSetUpdateAfterBindStorageBuffersDynamic); // 8 in computeMaxPerStageDescriptorCount() 724 sampledImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindSampledImages, descriptorProps.maxDescriptorSetUpdateAfterBindSampledImages); // 1048576 in computeMaxPerStageDescriptorCount() 725 storageImages = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindStorageImages, descriptorProps.maxDescriptorSetUpdateAfterBindStorageImages); // 1048576 in computeMaxPerStageDescriptorCount() 726 inputAttachments = deMinu32( descriptorProps.maxPerStageDescriptorUpdateAfterBindInputAttachments, descriptorProps.maxDescriptorSetUpdateAfterBindInputAttachments); // 1048576 in computeMaxPerStageDescriptorCount() 730 samplers = deMinu32( deviceProps.limits.maxPerStageDescriptorSamplers, deviceProps.limits.maxDescriptorSetSamplers); // 1048576 in computeMaxPerStageDescriptorCount() 731 uniformBuffers = deMinu32( deviceProp in computeMaxPerStageDescriptorCount() [all...] |
H A D | vktDescriptorSetsIndexingTests.cpp | 552 return deMinu32(deMinu32(vertexCount, availableDescriptorsOnDevice), MAX_DESCRIPTORS); in computeAvailableDescriptorCount()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 953 for (glw::GLuint i = 0; i < deMinu32(out_components, in_components); ++i) in checkNearest() 1000 for (glw::GLuint i = 0; i < deMinu32(out_components, in_components); ++i) in checkNearest() 1054 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1070 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1089 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1108 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear() 1127 for (glw::GLuint c = 0; c < deMinu32(out_components, in_components); ++c) in checkLinear()
|
/third_party/vk-gl-cts/modules/egl/ |
H A 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/modules/gles3/stress/ |
H A D | es3sLongShaderTests.cpp | 172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2))
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deInt32.h | 86 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 917 case VK_COMPONENT_TYPE_UINT8_KHR: return deMinu32(a + b, std::numeric_limits<deUint8>::max()); in satAddData() 918 case VK_COMPONENT_TYPE_UINT16_KHR: return deMinu32(a + b, std::numeric_limits<deUint16>::max()); in satAddData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 295 const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u); // increase if you want more precision in logPixelGrid() 307 const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * loc.x)) + in logPixelGrid() 308 deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
|
H A D | vktPipelinePushConstantTests.cpp | 902 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 294 const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u); // increase if you want more precision in logPixelGrid() 306 const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * loc.x)) + in logPixelGrid() 307 deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
|
H A D | vktPipelinePushConstantTests.cpp | 900 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 954 const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 954 const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_context.getDeviceProperties().limits.maxUniformBufferRange); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 485 const deUint32 maxThreadCountSupported = deMinu32(256u, vk.getDeferredOperationMaxConcurrencyKHR(device, deferredOperation)); in finishDeferredOperation()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 887 currentSize[1] = deMinu32(width, height);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1024 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 887 currentSize[1] = deMinu32(width, height);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 1024 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
|