/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 1181 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local 1182 const Name newElement (elementType, newId); in iterate() 1184 attacher.initAttachment(newSeed, newId); in iterate() 1189 attacher.attach(newId, *container); in iterate() 1191 attacher.detach(newId, *container); in iterate() 1263 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local 1264 const Name newElement (elementType, newId); in iterate() 1267 << "Creating a new object " << newId in iterate() 1273 attacher.initAttachment(newSeed, newId); in iterate() 1274 m_outputAttacher.drawAttachment(newId, newSurfac in iterate() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.h | 186 inline spv::Id localId(spv::Id id, spv::Id newId); 198 bool isNewIdMapped(spv::Id newId) const { return isMapped(newId); } in isNewIdMapped()
|
H A D | SPVRemapper.cpp | 267 spv::Id spirvbin_t::localId(spv::Id id, spv::Id newId) in localId() argument 269 //assert(id != spv::NoResult && newId != spv::NoResult); in localId() 279 if (newId != unmapped && newId != unused) { in localId() 292 if (isNewIdMapped(newId)) { in localId() 293 error(std::string("ID already used in module: ") + std::to_string(newId)); in localId() 297 msg(4, 4, std::string("map: ") + std::to_string(id) + " -> " + std::to_string(newId)); in localId() 298 setMapped(newId); in localId() 299 largestNewId = std::max(largestNewId, newId); in localId() 302 return idMapL[id] = newId; in localId() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local 170 if (newId == 0) { in CloneAndMapLocals() 173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals() 174 var_inst->SetResultId(newId); in CloneAndMapLocals() 178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inline_pass.cpp | 169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local 170 if (newId == 0) { in CloneAndMapLocals() 173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals() 174 var_inst->SetResultId(newId); in CloneAndMapLocals() 178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
|
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local 170 if (newId == 0) { in CloneAndMapLocals() 173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals() 174 var_inst->SetResultId(newId); in CloneAndMapLocals() 178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 491 const newId: T[K] | undefined = idMapping[obj[idField]]; 492 if (newId) { 493 obj[idField] = newId; 996 var newId = idMapping[obj[idField]];
997 if (newId) {
998 obj[idField] = newId;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermediate.h | 420 void setId(int newId) { id = newId; } in setId() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transtst.cpp | 4113 char newId[256]={'\0'}; in TestAllCodepoints() local 4134 uprv_strcpy(newId,"[:"); in TestAllCodepoints() 4135 uprv_strcat(newId,id); in TestAllCodepoints() 4136 uprv_strcat(newId,":];NFD"); in TestAllCodepoints() 4142 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints() 4143 Transliterator* t = Transliterator::createInstance(newId,UTRANS_FORWARD,pe,status); in TestAllCodepoints() 4156 uprv_strcpy(oldId,newId); in TestAllCodepoints()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1364 virtual void switchId(long long newId) { id = newId; } in switchId() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.cpp | 512 spirv::IdRef newId = mNextAvailableId; in getNewId() local 517 spirv::WriteDecorate(&mSpirvDecorations, newId, decoration, {}); in getNewId() 520 return newId; in getNewId()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 3352 long long newId = texSymbol->getId(); in handleSamplerTextureCombine() local 3359 newId = textureShadowEntry->second->get(shadowMode); in handleSamplerTextureCombine() 3365 if (newId == -1) { in handleSamplerTextureCombine() 3375 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine() 3378 assert(newId != -1); in handleSamplerTextureCombine() 3380 if (textureShadowVariant.find(newId) == textureShadowVariant.end()) in handleSamplerTextureCombine() 3381 textureShadowVariant[newId] = textureShadowVariant[texSymbol->getId()]; in handleSamplerTextureCombine() 3383 textureShadowVariant[newId]->set(shadowMode, newId); in handleSamplerTextureCombine() 3389 texSymbol->switchId(newId); in handleSamplerTextureCombine() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 2561 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() 2563 Transliterator t = Transliterator.getInstance(newId); in TestScriptAllCodepoints()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 2558 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() 2560 Transliterator t = Transliterator.getInstance(newId); in TestScriptAllCodepoints()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |