Searched refs:IsDescriptorArray (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
| D | desc_sroa_util.cpp | 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
| D | desc_sroa.cpp | 37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| D | replace_desc_array_access_using_var_index.cpp | 44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| /third_party/spirv-tools/source/opt/ |
| D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
| D | desc_sroa_util.cpp | 36 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
| D | desc_sroa.cpp | 38 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| D | replace_desc_array_access_using_var_index.cpp | 43 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | desc_sroa_util.h | 28 bool IsDescriptorArray(IRContext* context, Instruction* var);
|
| D | desc_sroa_util.cpp | 37 bool IsDescriptorArray(IRContext* context, Instruction* var) { in IsDescriptorArray() function
|
| D | desc_sroa.cpp | 37 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| D | replace_desc_array_access_using_var_index.cpp | 44 if (descsroautil::IsDescriptorArray(context(), &var)) { in Process()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-classes.cc | 499 if (properties_template->IsDescriptorArray()) { in InitClassPrototype() 557 if (properties_template->IsDescriptorArray()) { in InitClassConstructor()
|
| /third_party/node/deps/v8/src/snapshot/ |
| D | serializer.cc | 1198 } else if (object_->IsDescriptorArray(cage_base)) { in OutputRawData()
|
| D | deserializer.cc | 569 } else if (InstanceTypeChecker::IsDescriptorArray(instance_type)) { in PostProcessNewObject()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 1112 } else if (obj.IsDescriptorArray()) { in ExtractReferences()
|