/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | ShadowSamplerFunctionsTest.cpp | 592 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 D | TextureTest.cpp | 15360 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 D | vktPipelineImageSamplingInstance.cpp | 1161 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone() 1168 … const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone() 1175 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone() 1182 … const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone() 1189 const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone() 1196 … const tcu::ConstPixelBufferAccess &level0) in createSkeletonClone()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 3087 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 D | tcuTexLookupVerifier.cpp | 833 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 D | tcuTexCompareVerifier.cpp | 593 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/ |
D | escape_level.go | 13 func level0() { func
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | filter_enc.c | 161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local
|
H A D | quant_enc.c | 299 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/ |
D | hashtree.rs | 84 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 D | fiddle_main.cpp | 193 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 D | vars_tests.cpp | 2131 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 D | sp_tex_sample.c | 2108 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 D | sglrReferenceContext.cpp | 5082 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 D | buffer_assignment_test.cc | 922 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 D | es3fShaderDerivateTests.cpp | 1423 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1371 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | cbiditst.c | 4953 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 4952 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
|
/aosp_15_r20/prebuilts/checkstyle/ |
HD | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/puppycrawl/
com/ ... |