Home
last modified time | relevance | path

Searched refs:object_index (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc230 int object_index = iterator.Next(); in TranslationArrayPrintSingleFrame() local
231 os << "{object_index=" << object_index << "}"; in TranslationArrayPrintSingleFrame()
271 int object_index) { in NewDeferredObject() argument
273 slot.materialization_info_ = {object_index, length}; in NewDeferredObject()
391 int TranslatedValue::object_index() const { in object_index() function in v8::internal::TranslatedValue
908 int object_index = static_cast<int>(object_positions_.size()); in CreateArgumentsElementsTranslatedValues() local
912 object_index, static_cast<uint8_t>(type), length); in CreateArgumentsElementsTranslatedValues()
917 this, length + FixedArray::kHeaderSize / kTaggedSize, object_index)); in CreateArgumentsElementsTranslatedValues()
1016 int object_index = static_cast<int>(object_positions_.size()); in CreateNextTranslatedValue() local
1018 PrintF(trace_file, "captured object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
[all …]
Dtranslated-state.h106 int length, int object_index);
173 int object_index() const;
430 void EnsureCapturedObjectAllocatedAt(int object_index,
433 void InitializeCapturedObjectAt(int object_index, std::stack<int>* worklist,
447 TranslatedValue* GetValueByObjectIndex(int object_index);
Dtranslation-array.cc206 void TranslationArrayBuilder::DuplicateObject(int object_index) { in DuplicateObject() argument
209 Add(object_index); in DuplicateObject()
Dtranslation-array.h87 void DuplicateObject(int object_index);
/third_party/ffmpeg/libavutil/
Dhwcontext_drm.h79 int object_index; member
Dhwcontext_drm.c178 (uint8_t*)map->address[layer->planes[p].object_index] + in drm_map_frame()
Dhwcontext_vaapi.c1200 drm_desc->layers[i].planes[j].object_index = in vaapi_map_to_drm_esh()
1201 va_desc.layers[i].object_index[j]; in vaapi_map_to_drm_esh()
1327 .object_index = 0, in vaapi_map_to_drm_abh()
1339 .object_index = 0, in vaapi_map_to_drm_abh()
Dhwcontext_opencl.c2092 &desc->objects[plane->object_index]; in opencl_map_from_drm_beignet()
2742 clCreateSubBuffer(mapping->object_buffers[plane->object_index], in opencl_map_from_drm_arm()
Dhwcontext_vulkan.c2205 bind_info[bind_counts].memory = f->mem[desc->layers[i].planes[j].object_index]; in vulkan_map_from_drm_frame_desc()
2654 drm_desc->layers[i].planes[0].object_index = FFMIN(i, drm_desc->nb_objects - 1); in vulkan_map_to_drm()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c142 .object_index = 0, in kmsgrab_get_fb()
216 obj = desc->layers[0].planes[j].object_index; in kmsgrab_get_fb2()
222 .object_index = obj, in kmsgrab_get_fb2()
246 .object_index = obj, in kmsgrab_get_fb2()
/third_party/ffmpeg/libavcodec/
Drkmppdec.c431 layer->planes[0].object_index = 0; in rkmpp_retrieve_frame()
435 layer->planes[1].object_index = 0; in rkmpp_retrieve_frame()
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c699 if (desc->layers[i].object_index[j] >= desc->num_objects) in surface_from_prime_2()
752 whandle.handle = desc->objects[desc->layers[layer].object_index[layer_plane]].fd; in surface_from_prime_2()
1368 desc->layers[0].object_index[p] = p; in vlVaExportSurfaceHandle()
1374 desc->layers[p].object_index[0] = p; in vlVaExportSurfaceHandle()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp988 const auto object_index = 1; in ValidateStore() local
989 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp988 const auto object_index = 1; in ValidateStore() local
989 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp1039 const auto object_index = 1; in ValidateStore() local
1040 const auto object_id = inst->GetOperandAs<uint32_t>(object_index); in ValidateStore()