Home
last modified time | relevance | path

Searched defs:dref (Results 1 – 18 of 18) 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/llvm-project/libcxx/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/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() local
379 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec)) in isPoolDrain() 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.cpp712 ComputeReferenceInfoD dref; in Test_vStoreHalf_private() local
1309 ComputeReferenceInfoD dref; in Test_vStoreaHalf_private() local
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp922 IdRef dref, in WriteImageSampleDrefImplicitLod()
948 IdRef dref, in WriteImageSampleDrefExplicitLod()
1016 IdRef dref, in WriteImageSampleProjDrefImplicitLod()
1043 IdRef dref, in WriteImageSampleProjDrefExplicitLod()
1117 IdRef dref, in WriteImageDrefGather()
3008 IdRef dref, in WriteImageSparseSampleDrefImplicitLod()
3035 IdRef dref, in WriteImageSparseSampleDrefExplicitLod()
3106 IdRef dref, in WriteImageSparseSampleProjDrefImplicitLod()
3133 IdRef dref, in WriteImageSparseSampleProjDrefExplicitLod()
3207 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/llvm-project/flang/lib/Lower/
DConvertType.cpp220 mlir::Type gen(const Fortran::evaluate::DataRef &dref) { in gen()
/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp865 float d, dref = 0.0; in verifyDepthStencilGradient() local
1119 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