/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1049 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() 1055 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() 1061 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() 1067 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() 1073 …tonClone<tcu::Texture3DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone() 1079 …e<tcu::TextureCubeArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
|
/external/webp/src/enc/ |
D | filter_enc.c | 161 const int level0 = enc->dqm_[s].fstrength_; in VP8StoreFilterStats() local
|
D | quant_enc.c | 299 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/ |
D | fiddle_main.cpp | 190 GrMipLevel level0 = { data.get(), backingDesc.fWidth*sizeof(uint32_t) }; in setup_backend_objects() local
|
/external/skia/tools/fiddle/ |
D | fiddle_main.cpp | 193 GrMipLevel level0 = { data.get(), offscreenDims.width()*sizeof(uint32_t) }; in setup_backend_objects() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 869 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()
|
D | tcuTexture.cpp | 2264 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() local 2304 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DOffset() local 2344 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray3DOffset() local 2384 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DCompare() local 2424 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray2DCompare() local 2770 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamless() local 2940 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArrayCubeSeamlessCompare() local 3032 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleCubeArraySeamless() local 3114 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleCubeArraySeamlessCompare() local
|
D | tcuTexCompareVerifier.cpp | 642 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/compiler/nir/tests/ |
D | vars_tests.cpp | 1957 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/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 910 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F() local 936 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F() local 1047 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
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
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4752 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local 4849 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local 5081 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local 5187 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local 5307 const tcu::ConstPixelBufferAccess& level0 = getLevel(baseLevel); in isComplete() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1259 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1335 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4941 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
|