| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 4009 unsigned ref = db.ref; parse_encoding() local 4210 unsigned ref = 0; global() member [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_test.cc | 431 auto* ref = TypeOf(a)->As<sem::Reference>(); in TEST_F() local 445 auto* ref = TypeOf(a)->As<sem::Reference>(); in TEST_F() local 461 auto* ref = TypeOf(a)->As<sem::Reference>(); in TEST_F() local 477 auto* ref in TEST_F() local 1101 auto* ref = TypeOf(mem)->As<sem::Reference>(); TEST_F() local 1125 auto* ref = TypeOf(mem)->As<sem::Reference>(); TEST_F() local 1161 auto* ref = TypeOf(mem)->As<sem::Reference>(); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| H A D | ftmac.c | 381 FSRef ref; in FT_EXPORT_DEF() local 420 FSRef ref; in FT_EXPORT_DEF() local 581 FSRef ref; in FT_FSPathMakeRes() local 623 FSRef ref; get_file_type_from_path() local 843 FSRef ref, par_ref; lookup_lwfn_by_fond() local 1268 FSRef ref; FT_EXPORT_DEF() local 1494 FSRef ref; FT_EXPORT_DEF() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_dict.py | 875 ref = weakref.ref(obj) variable in DictTest.test_container_iterator.C
|
| /third_party/selinux/libselinux/src/ |
| H A D | avc.c | 754 struct avc_entry_ref ref; in avc_has_perm_noaudit() local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | inst_bindless_check_pass.cpp | 155 CloneOriginalReference( RefAnalysis* ref, InstructionBuilder* builder) CloneOriginalReference() argument 230 AnalyzeDescriptorReference(Instruction* ref_inst, RefAnalysis* ref) AnalyzeDescriptorReference() argument 425 GenLastByteIdx(RefAnalysis* ref, InstructionBuilder* builder) GenLastByteIdx() argument 575 GenCheckCode( uint32_t check_id, RefAnalysis* ref, std::vector<std::unique_ptr<BasicBlock>>* new_blocks) GenCheckCode() argument 646 RefAnalysis ref; GenDescCheckCode() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderCommonFunctionTests.cpp | 633 const float ref = roundEven(in0); in compare() local 800 const deUint32 ref = tcu::Float32(in0).isNaN() ? 1u : 0u; in compare() local 881 const deUint32 ref = tcu::Float32(in0).isInf() ? 1u : 0u; in compare() local 1085 const float ref = deFloatFloor(in0); compare() local 1321 const float ref = roundEven(in0); compare() local 1419 const float ref = deFloatCeil(in0); compare() local 1537 const float ref = deFloatFrac(in0); compare() local 1560 const float ref = deFloatFrac(in0); compare() local [all...] |
| H A D | es3fTextureShadowTests.cpp | 184 float ref; member 280 float ref; in init() member 301 const float ref = cases[caseNdx].ref; in init() local 435 float ref; global() member 728 float ref; global() member 834 float ref; init() member 858 const float ref = cases[caseNdx].ref; init() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fShaderCommonFunctionTests.cpp | 708 const float ref = roundEven(in0); in compare() local 875 const bool ref = tcu::Float32(in0).isNaN(); in compare() local 891 const bool ref = tcu::Float32(in0).isNaN(); in compare() local 958 const bool ref = tcu::Float32(in0).isInf(); compare() local 974 const bool ref = tcu::Float16(in0).isInf(); compare() local 1165 const float ref = deFloatFloor(in0); compare() local 1401 const float ref = roundEven(in0); compare() local 1499 const float ref = deFloatCeil(in0); compare() local 1617 const float ref = deFloatFrac(in0); compare() local 1640 const float ref = deFloatFrac(in0); compare() local [all...] |
| H A D | es31fShaderIntegerFunctionTests.cpp | 745 deUint32 ref; in compare() local 826 const deUint32 ref = (base & ~(mask<<offset)) | ((insert & mask)<<offset); in compare() local 881 const deUint32 ref = reverseBits(value); in compare() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktDynamicRenderingRandomTests.cpp | 383 std::vector<tcu::TextureLevel> ref; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktShaderCommonFunctionTests.cpp | 707 bool ref; in compare() local 788 bool ref; in compare() local [all...] |
| H A D | vktShaderIntegerFunctionTests.cpp | 874 const deUint32 ref = baseVal | ((isSigned && (baseVal & (1<<(bits-1)))) ? ~valMask : 0u); in compare() local 955 const deUint32 ref = (base & ~(mask<<offset)) | ((insert & mask)<<offset); in compare() local 1018 const deUint32 ref = reverseBits(value); in compare() local
|
| H A D | vktShaderPackingFunctionTests.cpp | 191 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local 410 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local 640 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local 822 const float ref = temp.asFloat(); in checkValue() local 955 const deUint32 ref in iterate() local 1190 const deUint32 ref = (deUint32(ref3) << 24) | (deUint32(ref2) << 16) | (deUint32(ref1) << 8) | deUint32(ref0); iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsBasicTests.cpp | 196 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[3]); in checkVertexPipelineStagesSubgroupBarriers() local 320 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[2]); in checkComputeOrMeshSubgroupBarriers() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureShadowTests.cpp | 255 float ref; member 329 const float ref; in Texture2DShadowTestInstance() member 347 const float ref = cases[caseNdx].ref; in Texture2DShadowTestInstance() local 480 float ref; global() member 716 float ref; global() member 796 const float ref; Texture2DArrayShadowTestInstance() member 817 const float ref = cases[caseNdx].ref; Texture2DArrayShadowTestInstance() local 946 float ref; global() member 1023 const float ref; Texture1DShadowTestInstance() member 1040 const float ref = cases[caseNdx].ref; Texture1DShadowTestInstance() local 1167 float ref; global() member 1248 const float ref; Texture1DArrayShadowTestInstance() member 1268 const float ref = cases[caseNdx].ref; Texture1DArrayShadowTestInstance() local 1395 float ref; global() member [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextWrapper.cpp | 304 void ContextWrapper::glStencilFunc (deUint32 func, int ref, deUint32 mask) in glStencilFunc() argument
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRenderState.hpp | 188 int ref; member
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglBufferAgeTests.cpp | 704 void clearColorReference (tcu::Surface* ref, const tcu::Vec4& clearColor) in clearColorReference() argument
|
| H A D | teglPartialUpdateTests.cpp | 649 void clearColorReference (tcu::Surface* ref, const tcu::Vec4& clearColor) in clearColorReference() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VaryingPacking.cpp | 520 void VaryingPacking::collectUserVarying(const ProgramVaryingRef &ref, in collectUserVarying() argument 545 void VaryingPacking::collectUserVaryingField(const ProgramVaryingRef &ref, in collectUserVaryingField() argument 614 collectUserVaryingTF(const ProgramVaryingRef &ref, size_t subscript) collectUserVaryingTF() argument 627 collectUserVaryingFieldTF(const ProgramVaryingRef &ref, const sh::ShaderVariable &field, GLuint fieldIndex, GLuint secondaryFieldIndex) collectUserVaryingFieldTF() argument 660 collectVarying(const sh::ShaderVariable &varying, const ProgramVaryingRef &ref, PackMode packMode, VaryingUniqueFullNames *uniqueFullNames) collectVarying() argument 738 collectTFVarying(const std::string &tfVarying, const ProgramVaryingRef &ref, VaryingUniqueFullNames *uniqueFullNames) collectTFVarying() argument 1098 ProgramVaryingRef ref; GetMergedVaryingsFromLinkingVariables() local 1109 ProgramVaryingRef ref; GetMergedVaryingsFromLinkingVariables() local 1138 ProgramVaryingRef ref; GetMergedVaryingsFromLinkingVariables() local [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
| H A D | lunr.js | [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | bounds_analysis.cpp | 1298 auto ref = isInstance->GetInput(0).GetInst(); in CalcNewBoundsRangeForIsInstanceInput() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | checks_elimination.cpp | 71 auto ref = inst->GetInput(0).GetInst(); in VisitNullCheck() local 118 auto ref = inst->GetInput(1).GetInst(); in VisitRefTypeCheck() local 598 void ChecksElimination::TryRemoveDominatedNullChecks(Inst *inst, Inst *ref) in TryRemoveDominatedNullChecks() argument 908 auto ref = lenArray->GetDataFlowInput(nullCheck); InsertNewLenArray() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | g1gc_test.cpp | 121 explicit RemSetChecker(GC *gc, ObjectHeader *obj, ObjectHeader *ref) in RemSetChecker() argument
|