Searched refs:deMinu32 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/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()
|
/external/deqp/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()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 172 , opsPerExpression (deMinu32(10, variablesPerBlock / 2)) in LongShaderSpec()
|
/external/deqp/framework/delibs/debase/ |
D | deInt32.h | 85 DE_INLINE deUint32 deMinu32 (deUint32 a, deUint32 b) in deMinu32() function
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 530 …, m_usedApiVersion (sanitizeApiVersion(deMinu32(m_availableInstanceVersion, m_deviceVersions.fi… in DefaultDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 320 …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() 333 … deMinu32(height - 1, static_cast<deUint32>(static_cast<float>(height) * loc.y)) * width; in logPixelGrid()
|
D | vktPipelinePushConstantTests.cpp | 851 firstByte = deMinu32(firstByte, m_pushConstantRange[rangeNdx].range.offset); in getPushConstantRanges()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 966 …const deUint32 maxBufferRange = deMinu32(static_cast<deUint32>(sparseAllocation->resourceSize), m_… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 516 minSize = deMinu32(minSize, getComputeExecution(m_parameters[parametersNdx])); in checkResult()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 6900 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 883 currentSize[1] = deMinu32(width, height); in findMaxRGBA8ImageSize()
|