Home
last modified time | relevance | path

Searched refs:sourceFormat (Results 1 – 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DCaseFormat.java165 private final CaseFormat sourceFormat; field in CaseFormat.StringConverter
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter() argument
169 this.sourceFormat = checkNotNull(sourceFormat); in StringConverter()
175 return s == null ? null : sourceFormat.to(targetFormat, s); in doForward()
180 return s == null ? null : targetFormat.to(sourceFormat, s); in doBackward()
186 return sourceFormat.equals(that.sourceFormat) in equals()
193 return sourceFormat.hashCode() ^ targetFormat.hashCode(); in hashCode()
197 return sourceFormat + ".converterTo(" + targetFormat + ")"; in toString()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java310 private final String sourceFormat; field in LocalizedFormats
316 private LocalizedFormats(final String sourceFormat) { in LocalizedFormats() argument
317 this.sourceFormat = sourceFormat; in LocalizedFormats()
322 return sourceFormat; in getSourceString()
341 return sourceFormat; in getLocalizedString()
/external/swiftshader/src/Main/
DFrameBuffer.cpp121 updateState.sourceFormat = source->getInternalFormat(); in copy()
172 const int sBytes = Surface::bytes(state.sourceFormat); in copyRoutine()
195 switch(state.sourceFormat) in copyRoutine()
253 switch(state.sourceFormat) in copyRoutine()
303 switch(state.sourceFormat) in copyRoutine()
362 switch(state.sourceFormat) in copyRoutine()
408 switch(state.sourceFormat) in copyRoutine()
450 switch(state.sourceFormat) in copyRoutine()
544 switch(state.sourceFormat) in blend()
DFrameBuffer.hpp33 Format sourceFormat; member
/external/swiftshader/src/WSI/
DFrameBuffer.cpp121 updateState.sourceFormat = source->getInternalFormat(); in copy()
172 const int sBytes = Surface::bytes(state.sourceFormat); in copyRoutine()
194 switch(state.sourceFormat) in copyRoutine()
250 switch(state.sourceFormat) in copyRoutine()
296 switch(state.sourceFormat) in copyRoutine()
353 switch(state.sourceFormat) in copyRoutine()
397 switch(state.sourceFormat) in copyRoutine()
489 switch(state.sourceFormat) in blend()
DFrameBuffer.hpp33 VkFormat sourceFormat; member
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp190 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ… in CheckDeviceFormatConversion() argument
192 … sourceFormat = %d, D3DFORMAT targetFormat = %d", adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
200 return d3d9ex->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
204 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
DDirect3D9.hpp50 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ…
DDirect3D9Ex.hpp50 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ…
DDirect3D9.cpp727 …rmatConversion(unsigned int adapter, D3DDEVTYPE deviceType, D3DFORMAT sourceFormat, D3DFORMAT targ… in CheckDeviceFormatConversion() argument
729 … sourceFormat = %d, D3DFORMAT targetFormat = %d", adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
737 return d3d9->CheckDeviceFormatConversion(adapter, deviceType, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
741 return CheckDeviceFormatConversion(adapter, D3DDEVTYPE_HAL, sourceFormat, targetFormat); in CheckDeviceFormatConversion()
DDirect3DDevice9.cpp1839 update.sourceFormat = sw::FORMAT_A8R8G8B8; in GetRenderTargetData()
/external/swiftshader/src/Renderer/
DBlitter.cpp228 switch(state.sourceFormat) in read()
792 switch(state.sourceFormat) in read()
1085 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()
1090 switch(state.sourceFormat) in ApplyScaleAndClamp()
1102 else if(!GetScale(unscale, state.sourceFormat)) in ApplyScaleAndClamp()
1112 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()
1131 else if(Surface::isFloatFormat(state.sourceFormat) && !Surface::isFloatFormat(state.destFormat)) in ApplyScaleAndClamp()
1206 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()
1209 bool srcQuadLayout = Surface::hasQuadLayout(state.sourceFormat); in generate()
1211 int srcBytes = Surface::bytes(state.sourceFormat); in generate()
[all …]
DBlitter.hpp66 Format sourceFormat; member
/external/swiftshader/src/Device/
DBlitter.cpp228 switch(state.sourceFormat) in read()
886 switch(state.sourceFormat) in read()
1329 Surface::isNonNormalizedInteger(state.sourceFormat) && in ApplyScaleAndClamp()
1334 switch(state.sourceFormat) in ApplyScaleAndClamp()
1346 else if(!GetScale(unscale, state.sourceFormat)) in ApplyScaleAndClamp()
1356 bool srcSRGB = Surface::isSRGBformat(state.sourceFormat); in ApplyScaleAndClamp()
1371 if(Surface::isFloatFormat(state.sourceFormat) && !Surface::isFloatFormat(state.destFormat)) in ApplyScaleAndClamp()
1446 bool intSrc = Surface::isNonNormalizedInteger(state.sourceFormat); in generate()
1449 bool srcQuadLayout = Surface::hasQuadLayout(state.sourceFormat); in generate()
1451 int srcBytes = Surface::bytes(state.sourceFormat); in generate()
[all …]
DBlitter.hpp66 VkFormat sourceFormat; member
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp145 tcu::Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureF… in getFixedPointFormatThreshold() argument
147 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()
150 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()
153 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()
156 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
162 tcu::UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& … in getFloatULPThreshold() argument
164 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()
Des31fDrawBuffersIndexedTests.cpp435 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat… in getFixedPointFormatThreshold() argument
437 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()
440 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()
443 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()
446 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
452 UVec4 getFloatULPThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readP… in getFloatULPThreshold() argument
454 const tcu::IVec4 srcMantissaBits = tcu::getTextureFormatMantissaBitDepth(sourceFormat); in getFloatULPThreshold()
Des31fCopyImageTests.cpp1642 Vec4 calculateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixe… in calculateThreshold() argument
1644 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in calculateThreshold()
1647 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in calculateThreshold()
1650 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in calculateThreshold()
1654 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in calculateThreshold()
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_messages.py883 sourceFormat = _messages.StringField(9) variable in ExternalDataConfiguration
1164 sourceFormat = _messages.StringField(17) variable in JobConfigurationLoad
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1761 const tcu::TextureFormat& sourceFormat);
2290 …const tcu::TextureFormat sourceFormat = tcu::getEffectiveDepthStencilTextureFormat(mapVkFormat… in checkTestResult() local
2292 if (!checkLinearFilteredResult(depthResult, clampedExpected, unclampedExpected, sourceFormat)) in checkTestResult()
2302 …const tcu::TextureFormat sourceFormat = tcu::getEffectiveDepthStencilTextureFormat(mapVkFormat… in checkTestResult() local
2304 if (!checkLinearFilteredResult(stencilResult, clampedExpected, unclampedExpected, sourceFormat)) in checkTestResult()
2310 const tcu::TextureFormat sourceFormat = mapVkFormat(m_params.src.image.format); in checkTestResult() local
2312 …_expectedTextureLevel[0]->getAccess(), m_unclampedExpectedTextureLevel->getAccess(), sourceFormat)) in checkTestResult()