/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | EmitMetal.cpp | 1048 // location is 0. So, when we get to this point the shader in emitFieldDeclaration() 1166 const std::string originalName = reflection->getOriginalName(structure->uniqueId().get()); 1450 TInfoSinkBase &out = escapedOut.get(); 1824 reflection->getOriginalName(param.uniqueId().get()); 1832 const std::string originalName = reflection->getOriginalName(param.uniqueId().get());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | gen_builtin_symbols.py | 160 # The header file has a "get" function for each variable. They are used in traversers. 1006 def get(self, essl_level, glsl_level, shader_type, name): member in UnmangledGroupedList 1455 return 'EOp' + name[0].upper() + name[1:] + group_op_suffix + function_props.get( 1649 unmangled_builtin_no_shader_type = unmangled_function_if_statements.get( 1809 group_op_suffix = parent_group_op_suffix + group.get('opSuffix', '')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 86 // Try to crawl up to the machine function and get TRI and IntrinsicInfo from 124 CapOperands = OperandCapacity::get(NumOps); in MachineInstr() 138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr() 245 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand() 521 // For now, the just return the union of the flags. If the flags get more in mergeFlagsWith() 845 // For tied uses on inline asm, get the constraint from the def. 905 "Cannot get register constraints for non-register operand"); in getRegClassConstraintEffect() 1732 Context = CtxPtr.get();
|
H A D | PeepholeOptimizer.cpp | 428 /// Following the use-def chain, get the next available source 472 // Ensure DstReg can get a register class that actually supports 587 TII->get(TargetOpcode::COPY), NewVR) 658 /// then be capable to rewrite all intermediate PHIs to get the next source. 768 TII.get(TargetOpcode::PHI), NewVR); in insertPHI() 923 // If we already get the only source we can rewrite, return false. 970 // If we already get the only source we can rewrite, return false. 1007 CopyLike.setDesc(TII.get(TargetOpcode::COPY)); 1189 // Try to find a more suitable source. If we failed to do so, or get the in optimizeCoalescableCopy() 1237 TII->get(TargetOpcod in rewriteSource() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MipmapTest.cpp | 969 glBindTexture(GL_TEXTURE_2D, texture.get()); in TEST_P() 1938 clearAndDrawQuad(m2DProgram.get(), getWindowWidth() / 4, getWindowHeight() / 4); in TEST_P() 1952 clearAndDrawQuad(m2DProgram.get(), getWindowWidth(), getWindowHeight()); in TEST_P() 1955 clearAndDrawQuad(m2DProgram.get(), getWindowWidth() / 4, getWindowHeight() / 4); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 718 EGLAttrib attribWidth = mState.attributes.get(EGL_WIDTH, 0); in initializeImpl() 719 EGLAttrib attribHeight = mState.attributes.get(EGL_HEIGHT, 0); in initializeImpl() 826 // will get clamped to the min/max values specified at display creation time. in initializeImpl() 846 static_cast<EGLenum>(mState.attributes.get(EGL_GL_COLORSPACE, EGL_NONE))); in initializeImpl() 1126 static_cast<EGLenum>(mState.attributes.get(EGL_GL_COLORSPACE, EGL_NONE))); in createSwapChain() 1838 // nvidia + windowed mode), we could get away with a smaller number. in setSwapInterval()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 25 EGLGetBlobFuncANDROID get) in EGL_SetBlobCacheFuncsANDROID() 29 "dpy = 0x%016" PRIxPTR ", set = 0x%016" PRIxPTR ", get = 0x%016" PRIxPTR "", in EGL_SetBlobCacheFuncsANDROID() 30 (uintptr_t)dpy, (uintptr_t)set, (uintptr_t)get); in EGL_SetBlobCacheFuncsANDROID() 37 dpyPacked, set, get); in EGL_SetBlobCacheFuncsANDROID() 39 SetBlobCacheFuncsANDROID(thread, dpyPacked, set, get); in EGL_SetBlobCacheFuncsANDROID() 23 EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) EGL_SetBlobCacheFuncsANDROID() argument
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 378 // TODO we could probably get away with reuse most of the time if the pointer is unique, in drawGlyphRunListWithCache() 380 textBlobCache->remove(blob.get()); in drawGlyphRunListWithCache() 605 // The quads have been updated to better fit the clip bounds, but can't get rid of in attemptQuadOptimization() 865 // Although the clear will ignore the stencil buffer, following draw ops may not so we can't get in canDiscardPreviousOpsOnFullClear() 1095 // In specific cases we use a dedicated circular round rect op to try and get better perf. in drawRRect() 1273 // that to get the full insetWidth. in drawFastShadow() 1396 // In specific cases we use a dedicated circle op to try and get better perf. in drawOval() 1583 // If we get here in drawShape(), we definitely need to use path rendering in drawShape() 1908 GrDrawOp* drawOp = (GrDrawOp*)op.get(); in addDrawOp() 1915 op_bounds(&bounds, op.get()); in addDrawOp() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tznames_impl.cpp | 212 const UChar *s = sp.get(key, status); in put() 420 // for folding we need to get a complete code point. in search() 422 // then we need to get result as UTF16 code units. in search() 436 // here we just get the next UTF16 code unit in search() 497 const UChar *ZNStringPool::get(const UChar *s, UErrorCode &status) { in get() function in ZNStringPool 554 const UChar *ZNStringPool::get(const UnicodeString &s, UErrorCode &status) { in get() function in ZNStringPool 556 return this->get(nonConstStr.getTerminatedBuffer(), status); in get() 2285 // It's not possible that we get a valid tzdbNames with unknown ID. in getMetaZoneNames()
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 429 const GrThreadSafeCache::VertexData* vertexData() const { return fVertexData.get(); } in vertexData() 446 // needed in this unit test to get the ref counts on the uniquely keyed resources in GrThreadSafeVertexTestOp() 623 *createdOp = (GrThreadSafeVertexTestOp*) op.get(); in addVertAccess() 840 // Case 4: ensure that, if two DDL recorders get in a race, they still end up sharing a single 874 // Case 4.5: check that, if a live rendering and a DDL recording get into a race, the live 1496 REPORTER_ASSERT(reporter, vertexData.get() == op1->vertexData()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1509 REPORTER_ASSERT(reporter, vertexData.get() == op2->vertexData()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageLite.java | 292 T result = (T) defaultInstanceMap.get(clazz); in getDefaultInstance() 295 // get the default instance registered. in getDefaultInstance() 301 result = (T) defaultInstanceMap.get(clazz); in getDefaultInstance() 710 // Read bytes from input, if we get it's type first then parse it eagerly, in mergeMessageSetExtensionFromCodedStream() 863 // a way to get the next element without advancing the iterator. 1350 MessageLite defaultInstance = (MessageLite) defaultInstanceField.get(null); in readResolve() 1375 MessageLite defaultInstance = (MessageLite) defaultInstanceField.get(null); in readResolveFallback()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 528 // if we get here, the bug is not present. Cleanup the state. in TEST() 821 // Run GetReadLock(), and wait for it to get the read lock 1124 mu0.Lock(); // acquire mu0 while holding mu1; should get one deadlock 1434 RunAfterDelay(params.satisfy_condition_delay, pool.get(), [&] { 1468 RunAfterDelay(params.satisfy_condition_delay, pool.get(), [&] { 1503 RunAfterDelay(params.satisfy_condition_delay, pool.get(), [&] { 1540 RunAfterDelay(params.satisfy_condition_delay, pool.get(), [&] {
|
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 1109 SkASSERT(SkColorSpace::Equals(yuv->colorSpace(), fTargetColorSpace.get())); 1205 std::tie(planes, info) = sk_gpu_test::MakeYUVAPlanesAsA8(fOrig.get(), 1221 draw_diff(canvas, 0, fOrig->height(), fOrig.get(), img.get());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 1053 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in VertexInputInstance() 1078 m_vertexShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("attribute_test_vert"), 0); in VertexInputInstance() 1079 m_fragmentShaderModule = createShaderModule(vk, vkDevice, m_context.getBinaryCollection().get("attribute_test_frag"), 0); in VertexInputInstance() 1532 submitCommandsAndWait(vk, vkDevice, queue, m_cmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1730 &descriptorSetLayout.get(), // pSetLayouts in iterate() 1758 const Unique<VkShaderModule> shader (createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate() 1809 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate() 1870 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 248 const vk::VkSurfaceCapabilities2EXT capsExt = getPhysicalDeviceSurfaceCapabilities2EXT (vki, physicalDevice, surface.get()); in querySurfaceCounterTest() 249 const vk::VkSurfaceCapabilitiesKHR capsKhr = getPhysicalDeviceSurfaceCapabilities (vki, physicalDevice, surface.get()); in querySurfaceCounterTest() 1271 VK_CHECK(vk.getDeviceGroupPresentCapabilitiesKHR(deviceGroup.get(), presentCapabilities)); in queryDevGroupSurfacePresentCapabilitiesTest() 1378 VK_CHECK(vk.getDeviceGroupSurfacePresentModesKHR(deviceGroup.get(), *surface, presentModeFlags)); in queryDevGroupSurfacePresentModesTest()
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/ |
H A D | des-586.S | 1396 # get and push parameter 5 1398 # get and push parameter 3 1615 # get and push parameter 5 1618 # get and push parameter 4 1621 # get and push parameter 3
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/ |
H A D | des-586.S | 1396 # get and push parameter 5 1398 # get and push parameter 3 1615 # get and push parameter 5 1618 # get and push parameter 4 1621 # get and push parameter 3
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/ |
H A D | des-586.S | 1389 # get and push parameter 5 1391 # get and push parameter 3 1607 # get and push parameter 5 1610 # get and push parameter 4 1613 # get and push parameter 3
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/ |
H A D | des-586.S | 1389 # get and push parameter 5 1391 # get and push parameter 3 1607 # get and push parameter 5 1610 # get and push parameter 4 1613 # get and push parameter 3
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 10 function k(a,b){function c(){}c.prototype=b.prototype;a.la=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ua=function(d,f,e){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[f].apply(d,g)}};function oa(a){if(Error.captureStackTrace)Error.captureStackTrace(this,oa);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))}k(oa,Error);oa.prototype.name="CustomError";function pa(a,b){a=a.split("%s");for(var c="",d=a.length-1,f=0;f<d;f++)c+=a[f]+(f<b.length?b[f]:"%s");oa.call(this,c+a[d])}k(pa,oa);pa.prototype.name="AssertionError";function qa(a,b){throw new pa("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));};function ra(a,b){a.sort(b||sa)}function sa(a,b){return a>b?1:a<b?-1:0};function ta(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ua(a,b){a:{for(var c in a)if(b.call(void 0,a[c],c,a)){b=c;break a}b=void 0}return b&&a[b]};function va(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function wa(a){var b=document;return"string"===typeof a?b.getElementById(a):a};function xa(a,b){this.g=a;this.o=b.name;this.j=!!b.aa;this.h=b.i;this.u=b.type;this.s=!1;switch(this.h){case ya:case za:case Ea:case Fa:case Ga:case Ha:case Ia:this.s=!0}this.l=b.defaultValue}var Ia=1,Ha=2,ya=3,za=4,Ea=6,Fa=16,Ga=18;function Ja(a,b){this.h=a;this.g={};for(a=0;a<b.length;a++){var c=b[a];this.g[c.g]=c}}function Ka(a){a=ta(a.g);ra(a,function(b,c){return b.g-c.g});return a}function La(a,b){return ua(a.g,function(c){return c.o==b})||null};function l(){this.h={};this.j=this.m().g;this.g=this.l=null}function Ma(a,b){for(var c in a.h){var d=Number(c);a.j[d]||b.call(a,d,a.h[c])}}l.prototype.has=function(a){return n(this,a.g)};l.prototype.get=function(a,b){return q(this,a.g,b)};l.prototype.set=function(a,b){t(this,a.g,b)};l.prototype.add=function(a,b){Na(this,a.g,b)}; 14 x.prototype.g=function(a,b){if(11==a.h||10==a.h)return b instanceof l?b:this.j(a.u.prototype.m(),b);if(14==a.h)return"string"===typeof b&&$a.test(b)&&(a=Number(b),0<a)?a:b;if(!a.s)return b;a=a.u;if(a===String){if("number"===typeof b)return String(b)}else if(a===Number&&"string"===typeof b&&("Infinity"===b||"-Infinity"===b||"NaN"===b||$a.test(b)))return Number(b);return b};var $a=/^-?[0-9]+$/;function y(a,b,c){this.s=a;this.v=b;this.u=c}k(y,x);y.prototype.l=function(a){for(var b=Ka(a.m()),c={},d=0;d<b.length;d++){var f=b[d],e=f.g;switch(this.s){case 1:e=f.o;break;case 2:e=va(f.o.replace(/_/g,"-"))}if(a.has(f))if(f.j){var g=[];c[e]=g;for(e=0;e<w(a,f.g);e++)g.push(this.h(f,a.get(f,e)))}else c[e]=this.h(f,a.get(f))}Ma(a,function(h,m){c[h]=m});return c};y.prototype.h=function(a,b){return this.v&&8==a.h&&"boolean"===typeof b?b?1:0:y.la.h.call(this,a,b)}; 38 i:9,type:String},16:{name:"national_prefix_transform_rule",i:9,type:String},18:{name:"same_mobile_and_fixed_line_pattern",i:8,defaultValue:!1,type:Boolean},19:{name:"number_format",aa:!0,i:11,type:D},20:{name:"intl_number_format",aa:!0,i:11,type:D},22:{name:"main_country_for_code",i:8,defaultValue:!1,type:Boolean},23:{name:"leading_digits",i:9,type:String}}));return a};F.m=F.prototype.m;function db(){}k(db,x);db.prototype.j=function(a,b){a=new a.h;a.l=this;a.h=b;a.g={};return a};db.prototype.o=function(){throw Error("Unimplemented");};function G(){}k(G,db);G.prototype.l=function(a){for(var b=Ka(a.m()),c=[],d=0;d<b.length;d++){var f=b[d];if(a.has(f)){var e=f.g;if(f.j){c[e]=[];for(var g=0;g<w(a,f.g);g++)c[e][g]=this.h(f,a.get(f,g))}else c[e]=this.h(f,a.get(f))}}Ma(a,function(h,m){c[h]=m});return c};G.prototype.h=function(a,b){return 8==a.h?b?1:0:x.prototype.h.apply(this,arguments)};G.prototype.g=function(a,b){return 8==a.h?!!b:x.prototype.g.apply(this,arguments)};G.prototype.j=function(a,b){return G.la.j.call(this,a,b)};function H(){l.call(this)}k(H,l);var eb=null,fb={ta:0,sa:1,ra:5,qa:10,pa:20};
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryDeviceMemoryReportTests.cpp | 664 : binary(env.programBinaries.get(params.binaryName)) 1645 addFunctionCase(group.get(), cur->name, checkSupport<Object>, cases.function, cur->parameters); in addCases() 1654 addFunctionCaseWithPrograms(group.get(), cur->name, checkSupport<Object>, Object::initPrograms, cases.function, cur->parameters); in addCasesWithProgs() 1882 addFunctionCase(group.get(), "allocate_and_free", checkSupport, vkDeviceMemoryAllocateAndFreeTest); in createVkDeviceMemoryTestsGroup() 2225 addFunctionCase(group.get(), testName.c_str(), checkSupport, testImportAndUnimportExternalMemory, externalMemoryType); in createExternalMemoryTestsGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 639 // generic version of map (tries to push whatever came to stringstream to get its string representation) 1050 // to prevent compiler from complaining not all cases are handled (but we should not get here). in MakeShader() 1071 // to prevent compiler from complaining not all cases are handled (but we should not get here). in MakeShader() 1265 // to prevent compiler from complaining not all cases are handled (but we should not get here). in MakeShader() 1316 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance() 1355 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance() 1470 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in AccessInstance() 1622 VK_CHECK(vk.resetFences(*m_device, 1, &m_fence.get())); 1624 VK_CHECK(vk.waitForFences(*m_device, 1, &m_fence.get(), true, ~(0ull) /* infinity */));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 240 structs.push_back((*i).get()); in getNamedStructs() 1883 &descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in iterate() 1957 vk::Unique<VkShaderModule> vtxShaderModule (vk::createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in iterate() 1958 vk::Unique<VkShaderModule> fragShaderModule (vk::createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0)); in iterate() 2020 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSurfaceTests.cpp | 250 vki.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, 0u, surface.get(), &surfaceSupported); in querySurfaceCounterTest() 254 const vk::VkSurfaceCapabilities2EXT capsExt = getPhysicalDeviceSurfaceCapabilities2EXT (vki, physicalDevice, surface.get()); in querySurfaceCounterTest() 255 const vk::VkSurfaceCapabilitiesKHR capsKhr = getPhysicalDeviceSurfaceCapabilities (vki, physicalDevice, surface.get()); in querySurfaceCounterTest() 1355 VK_CHECK(vk.getDeviceGroupPresentCapabilitiesKHR(deviceGroup.get(), presentCapabilities)); 1462 VK_CHECK(vk.getDeviceGroupSurfacePresentModesKHR(deviceGroup.get(), *surface, presentModeFlags));
|