Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/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()
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()
/external/deqp/framework/delibs/debase/
DdeInt32.h85 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp530 …, m_usedApiVersion (sanitizeApiVersion(deMinu32(m_availableInstanceVersion, m_deviceVersions.fi… in DefaultDevice()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp320 …const deUint32 height = deMinu32(1u << sampleLocationsProperties.sampleLocationSubPixelBits, 16u)… in logPixelGrid()
332 …const deUint32 ndx = deMinu32(width - 1, static_cast<deUint32>(static_cast<float>(width) * l… in logPixelGrid()
333deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
DvktPipelinePushConstantTests.cpp851 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp966 …const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp516 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp6900 params.mipLevels = deLog2Floor32(deMinu32(defaultExtent.width, defaultExtent.height)) + 1u; in addBlittingImageAllFormatsBaseLevelMipmapTests()
7008 params.mipLevels = deLog2Floor32(deMinu32(defaultExtent.width, defaultExtent.height)) + 1u; in addBlittingImageAllFormatsPreviousLevelMipmapTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp883 currentSize[1] = deMinu32(width, height); in findMaxRGBA8ImageSize()