Home
last modified time | relevance | path

Searched refs:IsDescriptorArray (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa_util.h28 bool IsDescriptorArray(IRContext* context, Instruction* var);
Ddesc_sroa_util.cpp37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
Ddesc_sroa.cpp37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
Dreplace_desc_array_access_using_var_index.cpp44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
/third_party/spirv-tools/source/opt/
Ddesc_sroa_util.h28 bool IsDescriptorArray(IRContext* context, Instruction* var);
Ddesc_sroa_util.cpp36 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
Ddesc_sroa.cpp38 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
Dreplace_desc_array_access_using_var_index.cpp43 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa_util.h28 bool IsDescriptorArray(IRContext* context, Instruction* var);
Ddesc_sroa_util.cpp37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
Ddesc_sroa.cpp37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
Dreplace_desc_array_access_using_var_index.cpp44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc499 if (properties_template->IsDescriptorArray()) { in InitClassPrototype()
557 if (properties_template->IsDescriptorArray()) { in InitClassConstructor()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1198 } else if (object_->IsDescriptorArray(cage_base)) { in OutputRawData()
Ddeserializer.cc569 } else if (InstanceTypeChecker::IsDescriptorArray(instance_type)) { in PostProcessNewObject()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1112 } else if (obj.IsDescriptorArray()) { in ExtractReferences()