/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1203 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 1204 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 1285 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 1286 programCollection.glslSources.add("frag") << glu::FragmentSource(frag); in initPrograms()
|
H A D | vktPipelineColorWriteEnableTests.cpp | 345 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms() 346 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms() 1323 programCollection.glslSources.add("vert") << glu::VertexSource(vs.str()); in initPrograms() 1333 programCollection.glslSources.add("frag") << glu::FragmentSource(fs.str()); in initPrograms()
|
H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 318 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms() 350 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 351 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 380 programCollection.glslSources.add("compSample") << glu::ComputeSource(comp.str()); in initPrograms()
|
H A D | vktPipelineInputAssemblyTests.cpp | 319 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 321 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms() 330 sourceCollections.glslSources.add("color_tcs") << glu::TessellationControlSource( in initPrograms() 350 sourceCollections.glslSources.add("color_tes") << glu::TessellationEvaluationSource( in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 846 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 864 programCollection.glslSources.add(shaderName.str()) << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 879 programCollection.glslSources.add("isect") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 893 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 752 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawWithUBO() 812 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawWithUBO() 1076 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawGrid() 1095 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawGrid()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 606 programs.glslSources.add("cpyb") << glu::ComputeSource(producerComp); in initPrograms() 607 programs.glslSources.add("cpyi") << glu::ComputeSource(consumerComp.specialize(abbreviations)); in initPrograms() 608 programs.glslSources.add("vert") << glu::VertexSource(vert); in initPrograms() 609 programs.glslSources.add("frag") << glu::FragmentSource(frag.specialize(abbreviations)); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateTests.cpp | 219 programCollection.glslSources.add("vert") << glu::VertexSource(vertexShader); in initPrograms() 258 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentShader.str()); in initPrograms() 770 programCollection.glslSources.add("vert") << glu::VertexSource(vertexShader); in initPrograms() 788 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentShader.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 1796 programCollection.glslSources.add("vert") << glu::VertexSource("#version 430\n" in initPrograms() 1806 programCollection.glslSources.add("tesc") << glu::TessellationControlSource("#version 450\n" in initPrograms() 1823 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource("#version 450\n" in initPrograms() 1843 programCollection.glslSources.add("frag") << glu::FragmentSource("#version 430\n" in initPrograms()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 280 // then we can freely add more poison-producing flags ontop of that. in makeGuaranteedNoWrapRegion() 782 return add(Other); 808 return add(Other); 837 ConstantRange::add(const ConstantRange &Other) const { 867 ConstantRange Result = add(Other); 871 // get lucky that intersection of add() with uadd_sat()/sadd_sat() results
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 397 - set description to add some text 1226 def add(self, index): member in ContextModeKeeper 1344 #add quotes around left string when present 1348 #add quotes around right string when present 1419 #add comma to separate fields 1848 self.contextMode.add(char) 1891 self.contextMode.add(self.output[-2]) 1892 self.contextMode.add(self.output[-1])
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 259 _at_fork_reinit_lock_weakset.add(instance) 477 fields.add(fieldname) 507 fields.add(d['named']) 509 fields.add(d['braced']) 1160 # Issue #27493: add support for Path objects to be passed in 1964 add the handler to the root logger. 2094 has no handlers, call basicConfig() to add a console handler with a 2110 no handlers, call basicConfig() to add a console handler with a pre-defined 2120 information. If the logger has no handlers, basicConfig() is called to add 2128 no handlers, call basicConfig() to add [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 596 .add(*Reg) in buildMUBUFOffsetLoadStore() 597 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::srsrc)) in buildMUBUFOffsetLoadStore() 598 .add(*TII->getNamedOperand(*MI, AMDGPU::OpName::soffset)) in buildMUBUFOffsetLoadStore() 610 NewMI.add(*VDataIn); in buildMUBUFOffsetLoadStore() 670 // add the offset directly to the ScratchOffset register, and then in buildSpillLoadStore() 1118 // TODO: Fold if use instruction is another add of a constant. in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 16 // add them to the current SCC and restart the IPO pipeline to optimize the 241 // If coro.end has an associated bundle, add cleanupret instruction. in replaceUnwindCoroEnd() 318 // Split block before and after coro.suspend and add a jump from an entry in createResumeEntryBlock() 370 // In the destroy function, we add a code sequence to check if ResumeFnAddress 873 // entirely trust this pass. Note that we don't want to add a verifier in postSplitCleanup() 879 FPM.add(createSCCPPass()); in postSplitCleanup() 880 FPM.add(createCFGSimplificationPass()); in postSplitCleanup() 881 FPM.add(createEarlyCSEPass()); in postSplitCleanup() 882 FPM.add(createCFGSimplificationPass()); in postSplitCleanup() 1389 // Update call graph and add th in splitCoroutine() [all...] |
/third_party/python/Lib/test/ |
H A D | test_compile.py | 1105 lines.add(node.lineno) 1106 end_lines.add(node.end_lineno) 1107 columns.add(node.col_offset) 1108 end_columns.add(node.end_col_offset)
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 872 let fdp = (p as *const RawFd).add(i); in decode_from() 902 let ts: libc::timespec = ptr::read_unaligned(tp.add(1)); in decode_from() 904 let ts: libc::timespec = ptr::read_unaligned(tp.add(2)); in decode_from() 1233 cmsg_data.add(size), in copy_to_cmsg_data()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 343 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms() 344 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms() 1316 programCollection.glslSources.add("vert") << glu::VertexSource(vs.str()); in initPrograms() 1326 programCollection.glslSources.add("frag") << glu::FragmentSource(fs.str()); in initPrograms()
|
H A D | vktPipelineInputAssemblyTests.cpp | 321 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 323 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms() 332 sourceCollections.glslSources.add("color_tcs") << glu::TessellationControlSource( in initPrograms() 352 sourceCollections.glslSources.add("color_tes") << glu::TessellationEvaluationSource( in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBufferTests.cpp | 752 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawWithUBO() 812 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawWithUBO() 1076 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initProgramsDrawGrid() 1095 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initProgramsDrawGrid()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 122 To add your name to the credits, pick a random blank space in the middle and fill it. 1021 // returns 1 if "a*b + add" has no negative terms/factors and doesn't overflow 1022 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid() argument 1024 return stbi__mul2sizes_valid(a, b) && stbi__addsizes_valid(a*b, add); in stbi__mad2sizes_valid() 1028 // returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow 1029 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid() argument 1032 stbi__addsizes_valid(a*b*c, add); in stbi__mad3sizes_valid() 1035 // returns 1 if "a*b*c*d + add" has no negative terms/factors and doesn't overflow 1037 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid() argument 1040 stbi__mul2sizes_valid(a*b*c, d) && stbi__addsizes_valid(a*b*c*d, add); in stbi__mad4sizes_valid() 1046 stbi__malloc_mad2(int a, int b, int add) stbi__malloc_mad2() argument 1053 stbi__malloc_mad3(int a, int b, int c, int add) stbi__malloc_mad3() argument 1060 stbi__malloc_mad4(int a, int b, int c, int d, int add) stbi__malloc_mad4() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 386 * add(16) g4<1>F g4<8,8,1>F g6<8,8,1>F in has_source_and_destination_hazard() 390 * add(8) g4<1>F g4<8,8,1>F g6<8,8,1>F in has_source_and_destination_hazard() 391 * add(8) g5<1>F g5<8,8,1>F g7<8,8,1>F in has_source_and_destination_hazard() 396 * add(8) g4<1>F g4<0,1,0>F g6<8,8,1>F in has_source_and_destination_hazard() 397 * add(8) g5<1>F g4<0,1,0>F g7<8,8,1>F in has_source_and_destination_hazard() 1383 * we need to add N to the sequence (0, 0, 0, 0, 1, 1, 1, 1) in 3826 /* Get rid of COMPR4. We'll add it back in if we need it */ 3973 * adjust the high result and add them (like the mach is doing): 3978 * add(8) g2<1>D g7<8,8,1>D g8<8,8,1>D 3980 * We avoid the shl instruction by realizing that we only want to add [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 64 /* 1997.12.14 add did not prepare and align arguments correctly */ 80 /* add toBigDecimal() and BigDecimal(java.math.BigDecimal) */ 84 /* 1999.02.06 add javadoc comments */ 90 /* constructor, no blanks in string constructor, add */ 92 /* add valueOf(double); drop booleanValue, charValue; */ 93 /* add ...Exact versions of remaining converters */ 94 /* 1999.03.13 add toBigIntegerExact */ 154 * award.add(extra) 155 * <br>award.add(extra, MathContext.DEFAULT) 156 * <br>award.add(extr 991 public com.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs) { add() method in BigDecimal 1007 public com.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { add() method in BigDecimal [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 65 /* 1997.12.14 add did not prepare and align arguments correctly */ 81 /* add toBigDecimal() and BigDecimal(java.math.BigDecimal) */ 85 /* 1999.02.06 add javadoc comments */ 91 /* constructor, no blanks in string constructor, add */ 93 /* add valueOf(double); drop booleanValue, charValue; */ 94 /* add ...Exact versions of remaining convertors */ 95 /* 1999.03.13 add toBigIntegerExact */ 155 * award.add(extra) 156 * <br>award.add(extra, MathContext.DEFAULT) 157 * <br>award.add(extr 968 public ohos.global.icu.math.BigDecimal add(ohos.global.icu.math.BigDecimal rhs) { add() method in BigDecimal 983 public ohos.global.icu.math.BigDecimal add(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) { add() method in BigDecimal [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 344 &add ($Htbl,-128); 347 &add ($len,$inp); # pointer to the end of data 875 add \$0x40,$len 1442 add \$0x80,$len 1760 add \$64,%rsp
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86_64.pl | 344 &add ($Htbl,-128); 347 &add ($len,$inp); # pointer to the end of data 875 add \$0x40,$len 1442 add \$0x80,$len 1760 add \$64,%rsp
|