Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1125 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1131 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1137 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1143 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1149 …tonClone<tcu::Texture3DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1155 …e<tcu::TextureCubeArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
/external/ComputeLibrary/src/core/CL/kernels/
DCLLKTrackerKernel.cpp181 const int level0 = (level == 0) ? 1 : 0; in configure() local
264 const int level0 = (level == 0) ? 1 : 0; in configure() local
/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
649 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local
/external/skia/tools/fiddle/
Dfiddle_main.cpp176 GrMipLevel level0 = {data.get(), offscreenDims.width()*sizeof(uint32_t), nullptr}; in setup_backend_objects() local
/external/deqp/framework/common/
DtcuTexture.cpp2522 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() local
2570 …const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : deClamp32((int)deFloa… in sampleLevelArray2DOffset() local
2613 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DOffset() local
2663 …const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : deClamp32((int)deFloa… in sampleLevelArray3DOffset() local
2695 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray3DOffset() local
2735 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DCompare() local
2775 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DCompare() local
3106 …const int level0 = isLinearMipmapMode ? (int)deFloatFloor(minLodRelative) : deClamp32((int)deFloa… in sampleLevelArrayCubeSeamless() local
3174 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamless() local
3344 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamlessCompare() local
[all …]
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()
DtcuTexCompareVerifier.cpp648 static bool isNearestMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearCompareResultValid()
702 static bool isLinearMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearCompareResultValid()
794 static bool isMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearCompareResultValid()
1274 static bool isNearestMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearCompareResultValid()
1316 static bool isLinearMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearCompareResultValid()
1388 static bool isMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isMipmapLinearCompareResultValid()
/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
2012 nir_deref_instr *level0 = nir_build_deref_array(b, temp_deref, &ind_deref->dest.ssa); in TEST_F() local
2042 nir_deref_instr *level0 = nir_build_deref_array_imm(b, temp_deref, i); in TEST_F() local
/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
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
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc905 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F() local
931 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F() local
1042 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4789 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
4886 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5118 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5224 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
5344 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1259 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1352 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4952 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local