Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
Ddosemantics11.f9022 level0: block
24 cycle level0
25 end block level0
29 level0: do i = 1, 10
32 cycle level0
34 end do level0
38 level0: do i = 1, 10
41 exit level0
43 end do level0
47 level0: do i = 1, 10
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1102 …reType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1121 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() argument
1123 return new tcu::Texture1D(format, level0.getWidth()); in createSkeletonClone()
1127 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() argument
1129 return new tcu::Texture1DArray(format, level0.getWidth(), level0.getHeight()); in createSkeletonClone()
1133 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() argument
1135 return new tcu::Texture2D(format, level0.getWidth(), level0.getHeight()); in createSkeletonClone()
1139 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() argument
1141 return new tcu::Texture2DArray(format, level0.getWidth(), level0.getHeight(), level0.getDepth()); in createSkeletonClone()
1145 …tonClone<tcu::Texture3DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() argument
[all …]
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp869 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid() argument
878 const int w0 = level0.getWidth(); in isNearestMipmapLinearSampleResultValid()
894 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); in isNearestMipmapLinearSampleResultValid()
905 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid() argument
914 const int w0 = level0.getWidth(); in isNearestMipmapLinearSampleResultValid()
916 const int h0 = level0.getHeight(); in isNearestMipmapLinearSampleResultValid()
942 …const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0… in isNearestMipmapLinearSampleResultValid()
955 static bool isNearestMipmapLinearSampleResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearSampleResultValid() argument
963 const int w0 = level0.getWidth(); in isNearestMipmapLinearSampleResultValid()
965 const int h0 = level0.getHeight(); in isNearestMipmapLinearSampleResultValid()
[all …]
DtcuTexCompareVerifier.cpp642 static bool isNearestMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearCompareResultValid() argument
652 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level0.getFormat()); in isNearestMipmapLinearCompareResultValid()
654 const int w0 = level0.getWidth(); in isNearestMipmapLinearCompareResultValid()
656 const int h0 = level0.getHeight(); in isNearestMipmapLinearCompareResultValid()
678 …const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT,… in isNearestMipmapLinearCompareResultValid()
696 static bool isLinearMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearCompareResultValid() argument
706 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level0.getFormat()); in isLinearMipmapLinearCompareResultValid()
711 const int w0 = level0.getWidth(); in isLinearMipmapLinearCompareResultValid()
713 const int h0 = level0.getHeight(); in isLinearMipmapLinearCompareResultValid()
747 depths0[0] = lookupDepth(level0, sampler, x0, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
[all …]
DtcuTexture.cpp2451 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() local
2452 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray1DOffset()
2455 tcu::Vec4 t0 = levels[level0].sample1DOffset(sampler, levelFilter, s, offset); in sampleLevelArray1DOffset()
2510 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DOffset() local
2511 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray2DOffset()
2523 tcu::Vec4 t0 = levels[level0].sample2DOffset(sampler, levelFilter, s, t, offset); in sampleLevelArray2DOffset()
2559 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray3DOffset() local
2560 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray3DOffset()
2563 tcu::Vec4 t0 = levels[level0].sample3DOffset(sampler, levelFilter, s, t, r, offset); in sampleLevelArray3DOffset()
2599 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DCompare() local
[all …]
/external/webp/src/enc/
Dfilter_enc.c161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local
182 const int level = level0 + d; in VP8StoreFilterStats()
Dquant_enc.c299 const int level0 = 5 * enc->config_->filter_strength; in SetupFilterStrength() local
307 const int f = base_strength * level0 / (256 + m->beta_); in SetupFilterStrength()
646 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local
649 if (level0 > MAX_LEVEL) level0 = MAX_LEVEL; in TrellisQuantizeBlock()
660 int level = level0 + m; in TrellisQuantizeBlock()
/external/skia/tools/fiddle/
Dfiddle_main.cpp174 GrMipLevel level0 = {data.get(), offscreenDims.width()*sizeof(uint32_t), nullptr}; in setup_backend_objects() local
179 kSampleCnt, SkBudgeted::kNo, GrMipMapped::kNo, GrProtected::kNo, &level0); in setup_backend_objects()
/external/swiftshader/third_party/subzero/bloat/
Dwebtreemap.css57 .webtreemap-level0 {
/external/skqp/tools/fiddle/
Dfiddle_main.cpp190 GrMipLevel level0 = { data.get(), backingDesc.fWidth*sizeof(uint32_t) }; in setup_backend_objects() local
193 &level0, 1); in setup_backend_objects()
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc903 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F() local
904 int64 size0 = ValidateBuffers(level0, *buffers); in TEST_F()
906 << " for " << level0.size() << " instructions; " in TEST_F()
929 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F() local
930 EXPECT_EQ(2, level0.size()) << "Invalid main kernel size"; in TEST_F()
936 int64 size0 = ValidateBuffers(level0, *buffers); in TEST_F()
942 EXPECT_TRUE(BuffersDistinct(level0, level1, *buffers)) in TEST_F()
961 << " for " << level0.size() + level1.size() << " instructions; " in TEST_F()
1040 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F() local
1041 EXPECT_EQ(4, level0.size()) << "Invalid while kernel size"; in TEST_F()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2108 const int level0 = psview->u.tex.first_level + (int)lod[j]; in mip_filter_linear() local
2119 else if (level0 >= (int) psview->u.tex.last_level) { in mip_filter_linear()
2128 args.level = level0; in mip_filter_linear()
2130 args.level = level0+1; in mip_filter_linear()
2356 const unsigned level0 = level > 0 ? level : 0; in img_filter_2d_ewa() local
2357 const float scaling = 1.0f / (1 << level0); in img_filter_2d_ewa()
2358 const int width = u_minify(texture->width0, level0); in img_filter_2d_ewa()
2359 const int height = u_minify(texture->height0, level0); in img_filter_2d_ewa()
2560 int level0; in mip_filter_linear_aniso() local
2625 level0 = psview->u.tex.first_level + (int)lambda; in mip_filter_linear_aniso()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4768 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
4773 const TextureFormat& format = level0.getFormat(); in isComplete()
4774 const int w = level0.getWidth(); in isComplete()
4865 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
4870 const TextureFormat& format = level0.getFormat(); in isComplete()
4871 const int w = level0.getWidth(); in isComplete()
4872 const int h = level0.getHeight(); in isComplete()
5097 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5102 const TextureFormat& format = level0.getFormat(); in isComplete()
5103 const int w = level0.getWidth(); in isComplete()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1259 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
1260 for (int y = 0; y < level0.getHeight(); y++) in TextureDerivateCaseInstance()
1262 for (int x = 0; x < level0.getWidth(); x++) in TextureDerivateCaseInstance()
1264 const float xf = (float(x)+0.5f) / float(level0.getWidth()); in TextureDerivateCaseInstance()
1265 const float yf = (float(y)+0.5f) / float(level0.getHeight()); in TextureDerivateCaseInstance()
1268level0.setPixel(m_textureValues.texValueMin + (m_textureValues.texValueMax - m_textureValues.texVa… in TextureDerivateCaseInstance()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1352 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
1353 for (int y = 0; y < level0.getHeight(); y++) in init()
1355 for (int x = 0; x < level0.getWidth(); x++) in init()
1357 const float xf = (float(x)+0.5f) / float(level0.getWidth()); in init()
1358 const float yf = (float(y)+0.5f) / float(level0.getHeight()); in init()
1362 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y); in init()
/external/mesa3d/docs/relnotes/
D19.1.2.rst128 - intel: Add and use helpers for level0 extent
D20.1.0.rst1653 - freedreno/a6xx: Set a level's pitch based on minified level0 pitch,
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp1957 nir_deref_instr *level0 = nir_build_deref_array_imm(b, temp_deref, i); in TEST_F() local
1959 nir_deref_instr *level1 = nir_build_deref_array_imm(b, level0, j); in TEST_F()
2012 nir_deref_instr *level0 = nir_build_deref_array(b, temp_deref, &ind_deref->dest.ssa); in TEST_F() local
2014 nir_deref_instr *level1 = nir_build_deref_array_imm(b, level0, j); in TEST_F()
2042 nir_deref_instr *level0 = nir_build_deref_array_imm(b, temp_deref, i); in TEST_F() local
2045 …nir_deref_instr *level1 = nir_build_deref_array(b, level0, nir_iadd(b, &ind_deref->dest.ssa, nir_i… in TEST_F()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4941 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
4943 if (level0 != 1 || level1 != 1) { in TestExplicitLevel0()
4944 log_err("resolved levels != 1: { %d, %d }\n", level0, level1); in TestExplicitLevel0()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java1232 String level0 = parts.getElement(0);
1254 if (level0.equals("ldmlBCP47")) {