Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DShadowSamplerFunctionsTest.cpp592 const std::vector<GLfloat> level0(64, 0.125f); in TEST_P() local
694 const std::vector<GLfloat> level0(64, 0.125f); in TEST_P() local
807 const std::vector<GLfloat> level0(64, 0.125f); in TEST_P() local
929 const std::vector<GLfloat> level0(64, 0.125f); in TEST_P() local
H A DTextureTest.cpp15360 const GLfloat level0[4] = {0.5, 0.5, 0.5, 0.5}; in TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1161 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
1168const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
1175 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
1182const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
1189 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
1196const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.cpp3087 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() local
3138 const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : in sampleLevelArray2DOffset() local
3188 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DOffset() local
3246 const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : in sampleLevelArray3DOffset() local
3280 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray3DOffset() local
3325 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DCompare() local
3370 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DCompare() local
3743 const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : in sampleLevelArrayCubeSeamless() local
3813 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamless() local
3983 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamlessCompare() local
[all …]
H A DtcuTexLookupVerifier.cpp833 static bool isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isNearestMipmapLinearSampleResultValid()
867 static bool isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isNearestMipmapLinearSampleResultValid()
919 static bool isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isNearestMipmapLinearSampleResultValid()
987 static bool isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isLinearMipmapLinearSampleResultValid()
1067 static bool isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isLinearMipmapLinearSampleResultValid()
1172 static bool isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, in isLinearMipmapLinearSampleResultValid()
1326 static bool isMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, const ConstPixelB… in isMipmapLinearSampleResultValid()
1337 static bool isMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, const ConstPixelB… in isMipmapLinearSampleResultValid()
2003 static bool isMipmapLinearSampleResultValid(const ConstPixelBufferAccess &level0, const ConstPixelB… in isMipmapLinearSampleResultValid()
H A DtcuTexCompareVerifier.cpp593 static bool isNearestMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, in isNearestMipmapLinearCompareResultValid()
650 static bool isLinearMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, in isLinearMipmapLinearCompareResultValid()
740 static bool isMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, const ConstPixel… in isMipmapLinearCompareResultValid()
1203 static bool isNearestMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, in isNearestMipmapLinearCompareResultValid()
1243 static bool isLinearMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, in isLinearMipmapLinearCompareResultValid()
1306 static bool isMipmapLinearCompareResultValid(const ConstPixelBufferAccess &level0, const ConstPixel… in isMipmapLinearCompareResultValid()
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_level.go13 func level0() { func
/aosp_15_r20/external/webp/src/enc/
H A Dfilter_enc.c161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local
H A Dquant_enc.c299 const int level0 = 5 * enc->config_->filter_strength; in SetupFilterStrength() local
651 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dhashtree.rs84 let mut level0 = Cursor::new(&mut hash_tree[cur.start..cur.end]); in generate_hash_tree() localVariable
/aosp_15_r20/external/skia/tools/fiddle/
H A Dfiddle_main.cpp193 GrMipLevel level0 = {data.get(), offscreenDims.width()*sizeof(uint32_t), nullptr}; in setup_backend_objects() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp2131 nir_deref_instr *level0 = nir_build_deref_array_imm(b, temp_deref, i); in TEST_F() local
2186 nir_deref_instr *level0 = nir_build_deref_array(b, temp_deref, &ind_deref->def); in TEST_F() local
2216 nir_deref_instr *level0 = nir_build_deref_array_imm(b, temp_deref, i); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2108 const int level0 = psview->u.tex.first_level + (int)lod[j]; in mip_filter_linear() local
2356 const unsigned level0 = level > 0 ? level : 0; in img_filter_2d_ewa() local
2560 int level0; in mip_filter_linear_aniso() local
2695 const int level0 = psview->u.tex.first_level + (int)lod[j]; in mip_filter_linear_2d_linear_repeat_POT() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5082 const tcu::ConstPixelBufferAccess &level0 = getLevel(baseLevel); in isComplete() local
5176 const tcu::ConstPixelBufferAccess &level0 = getLevel(baseLevel); in isComplete() local
5401 const tcu::ConstPixelBufferAccess &level0 = getLevel(baseLevel); in isComplete() local
5504 const tcu::ConstPixelBufferAccess &level0 = getLevel(baseLevel); in isComplete() local
5615 const tcu::ConstPixelBufferAccess &level0 = getLevel(baseLevel); in isComplete() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc922 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F() local
948 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F() local
1059 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1423 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1371 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcbiditst.c4953 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4952 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...