/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 1125 …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/ |
D | CLLKTrackerKernel.cpp | 181 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/ |
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 649 int level0 = QUANTDIV(coeff0, iQ, B); in TrellisQuantizeBlock() local
|
/external/skia/tools/fiddle/ |
D | fiddle_main.cpp | 176 GrMipLevel level0 = {data.get(), offscreenDims.width()*sizeof(uint32_t), nullptr}; in setup_backend_objects() local
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2522 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 …]
|
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 | tcuTexCompareVerifier.cpp | 648 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/ |
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/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/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 905 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/ |
D | sglrReferenceContext.cpp | 4789 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/ |
D | vktShaderRenderDerivateTests.cpp | 1259 const tcu::PixelBufferAccess level0 = texture->getLevel(0); in TextureDerivateCaseInstance() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1352 const tcu::PixelBufferAccess level0 = m_texture->getRefTexture().getLevel(0); in init() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4952 UBiDiLevel level0 = ubidi_getLevelAt(bidi, 0); in TestExplicitLevel0() local
|