Home
last modified time | relevance | path

Searched defs:dref (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp70 DerefToType<TestType> dref; in doTest() local
Dbullet_1_2_3.pass.cpp156 DerefToType<T> dref; in doTest() local
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp73 DerefToType<TestType> dref; in doTest() local
Dbullet_1_2_3.pass.cpp155 DerefToType<T> dref; in doTest() local
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() local
380 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec)) in isPoolDrain() local
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp29 void LLVMDIBuilderDestroy(LLVMDIBuilderRef dref) { in LLVMDIBuilderDestroy()
34 void LLVMDIBuilderFinalize(LLVMDIBuilderRef dref) { unwrap(dref)->finalize(); } in LLVMDIBuilderFinalize()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DDefaultMp4Builder.java266 DataReferenceBox dref = new DataReferenceBox(); in createTrackBox() local
/external/OpenCL-CTS/test_conformance/half/
DTest_vStoreHalf.cpp734 ComputeReferenceInfoD dref; in Test_vStoreHalf_private() local
1331 ComputeReferenceInfoD dref; in Test_vStoreaHalf_private() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp923 IdRef dref, in WriteImageSampleDrefImplicitLod()
949 IdRef dref, in WriteImageSampleDrefExplicitLod()
1017 IdRef dref, in WriteImageSampleProjDrefImplicitLod()
1044 IdRef dref, in WriteImageSampleProjDrefExplicitLod()
1118 IdRef dref, in WriteImageDrefGather()
3009 IdRef dref, in WriteImageSparseSampleDrefImplicitLod()
3036 IdRef dref, in WriteImageSparseSampleDrefExplicitLod()
3107 IdRef dref, in WriteImageSparseSampleProjDrefImplicitLod()
3134 IdRef dref, in WriteImageSparseSampleProjDrefExplicitLod()
3208 IdRef dref, in WriteImageSparseDrefGather()
Dspirv_instruction_parser_autogen.cpp1083 IdRef *dref, in ParseImageSampleDrefImplicitLod()
1114 IdRef *dref, in ParseImageSampleDrefExplicitLod()
1197 IdRef *dref, in ParseImageSampleProjDrefImplicitLod()
1228 IdRef *dref, in ParseImageSampleProjDrefExplicitLod()
1316 IdRef *dref, in ParseImageDrefGather()
3573 IdRef *dref, in ParseImageSparseSampleDrefImplicitLod()
3604 IdRef *dref, in ParseImageSparseSampleDrefExplicitLod()
3687 IdRef *dref, in ParseImageSparseSampleProjDrefImplicitLod()
3718 IdRef *dref, in ParseImageSparseSampleProjDrefExplicitLod()
3806 IdRef *dref, in ParseImageSparseDrefGather()
/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties120 dref=com.coremedia.iso.boxes.DataReferenceBox() key
/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp866 float d, dref = 0.0; in verifyDepthStencilGradient() local
1126 float dref = (float)(colorref & 0xff) / 0xff; in verifyColorGradient() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp725 const int dref = arg; in handleTEX() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c641 SpvId dref, in spirv_builder_emit_image_sample()
Dnir_to_spirv.c1869 SpvId coord = 0, proj = 0, bias = 0, lod = 0, dref = 0, dx = 0, dy = 0, in emit_tex() local
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp2006 SpirvShader::Impl::Debugger::Shadow::Memory::dref(int lane) const in dref() function in sw::SpirvShader::Impl::Debugger::Shadow::Memory