Home
last modified time | relevance | path

Searched defs:level0 (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1004 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1010 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1016 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1022 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1028 …tonClone<tcu::Texture3DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1034 …e<tcu::TextureCubeArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
/external/webp/src/enc/
Dfilter_enc.c161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local
Dquant_enc.c299 const int level0 = 5 * enc->config_->filter_strength; in SetupFilterStrength() local
646 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local
/external/skqp/tools/fiddle/
Dfiddle_main.cpp190 GrMipLevel level0 = { data.get(), backingDesc.fWidth*sizeof(uint32_t) }; in setup_backend_objects() local
/external/skia/tools/fiddle/
Dfiddle_main.cpp190 GrMipLevel level0 = { data.get(), backingDesc.fWidth*sizeof(uint32_t) }; in setup_backend_objects() local
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp869 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid()
905 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid()
955 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid()
1018 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearSampleResultValid()
1098 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearSampleResultValid()
1201 static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearSampleResultValid()
1357 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearSampleResultValid()
1373 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearSampleResultValid()
2007 static bool isMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearSampleResultValid()
DtcuTexture.cpp2201 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() local
2241 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DOffset() local
2281 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray3DOffset() local
2321 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DCompare() local
2361 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DCompare() local
2707 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamless() local
2877 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamlessCompare() local
2969 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleCubeArraySeamless() local
3051 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleCubeArraySeamlessCompare() local
DtcuTexCompareVerifier.cpp642 static bool isNearestMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearCompareResultValid()
696 static bool isLinearMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearCompareResultValid()
788 static bool isMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearCompareResultValid()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1952 const int level0 = psview->u.tex.first_level + (int)lod[j]; in mip_filter_linear() local
2204 const unsigned level0 = level > 0 ? level : 0; in img_filter_2d_ewa() local
2408 int level0; in mip_filter_linear_aniso() local
2546 const int level0 = psview->u.tex.first_level + (int)lod[j]; in mip_filter_linear_2d_linear_repeat_POT() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc731 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F() local
757 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F() local
868 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4750 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
4847 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5079 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5185 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5305 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1256 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1335 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4940 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local