/external/vulkan-validation-layers/layers/ |
D | object_tracker.h | 74 VulkanObjectType object_type; // Object type identifier member 139 void DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type, enum UNIQUE_VALI… 152 bool ValidateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, bool null_allo… in ValidateObject() argument 159 if (object_type == kVulkanObjectTypeDevice) { in ValidateObject() 163 VkDebugReportObjectTypeEXT debug_object_type = get_debug_report_enum[object_type]; in ValidateObject() 167 …if (device_data->object_map[object_type].find(object_handle) == device_data->object_map[object_typ… in ValidateObject() 169 if ((object_type != kVulkanObjectTypeImage) || in ValidateObject() 174 if (other_device_data.second->object_map[object_type].find(object_handle) != in ValidateObject() 175 other_device_data.second->object_map[object_type].end() || in ValidateObject() 176 …(object_type == kVulkanObjectTypeImage && other_device_data.second->swapchainImageMap.find(object_… in ValidateObject() [all …]
|
D | object_tracker_utils.cpp | 69 uint32_t obj_index = queue->second->object_type; in DestroyQueueDataStructures() 132 pNewObjNode->object_type = kVulkanObjectTypeCommandBuffer; in AllocateCommandBuffer() 179 pNewObjNode->object_type = kVulkanObjectTypeDescriptorSet; in AllocateDescriptorSet() 292 p_obj_node->object_type = kVulkanObjectTypeQueue; in CreateQueue() 305 pNewObjNode->object_type = kVulkanObjectTypeImage; in CreateSwapchainImageObject() 312 void DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type, enum UNIQUE_VALI… in DeviceReportUndestroyedObjects() argument 314 …for (auto item = device_data->object_map[object_type].begin(); item != device_data->object_map[obj… in DeviceReportUndestroyedObjects() 316 …ata->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[object_type], object_info->… in DeviceReportUndestroyedObjects() 319 …HandleToUint64(device), object_string[object_type], object_info->handle, validation_error_map[erro… in DeviceReportUndestroyedObjects() 320 item = device_data->object_map[object_type].erase(item); in DeviceReportUndestroyedObjects() [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | object.hpp | 46 typedef T object_type; typedef 65 typedef T object_type; typedef 69 auto o = static_cast<typename D::object_type *>(d); in validate() 71 !dynamic_cast<object_type *>(o)) in validate() 84 typedef typename D::object_type object_type; typedef 89 throw invalid_object_error<object_type>(); in validate() 101 typedef typename D::object_type object_type; typedef 106 throw invalid_object_error<object_type>(); in validate() 118 typedef typename D::object_type object_type; typedef 145 typename detail::descriptor_traits<T, D>::object_type & [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_channel.c | 130 WORD32 object_type, WORD32 aac_sf_data_resil_flag) { in ixheaacd_cblock_scale_spect_data() argument 150 object_type, aac_sf_data_resil_flag); in ixheaacd_cblock_scale_spect_data() 195 WORD32 frame_size, WORD32 object_type, WORD32 aac_spect_data_resil_flag, in ixheaacd_read_block_data() argument 217 ((object_type == AOT_ER_AAC_ELD) || (object_type == AOT_ER_AAC_LD))) in ixheaacd_read_block_data() 221 ptr_aac_tables, object_type); in ixheaacd_read_block_data() 224 if (object_type != AOT_ER_AAC_ELD) { in ixheaacd_read_block_data() 241 if (object_type < ER_OBJECT_START) { in ixheaacd_read_block_data() 253 if (object_type != AOT_ER_AAC_ELD) { in ixheaacd_read_block_data() 262 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_read_block_data() 269 ((object_type == AOT_ER_AAC_ELD) || (object_type == AOT_ER_AAC_LD))) in ixheaacd_read_block_data() [all …]
|
D | ixheaacd_aacdecoder.c | 98 WORD32 object_type, WORD32 ch_config, in ixheaacd_aacdec_decodeframe() argument 167 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_aacdec_decodeframe() 199 if (object_type == AOT_ER_AAC_ELD || object_type == AOT_ER_AAC_LD || in ixheaacd_aacdec_decodeframe() 200 object_type == AOT_AAC_LTP) { in ixheaacd_aacdec_decodeframe() 205 if (object_type != AOT_ER_AAC_ELD) { in ixheaacd_aacdec_decodeframe() 224 if (object_type != AOT_ER_AAC_ELD) { in ixheaacd_aacdec_decodeframe() 245 if ((object_type == AOT_ER_AAC_LD) || (object_type == AOT_AAC_LTP)) { in ixheaacd_aacdec_decodeframe() 257 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_aacdec_decodeframe() 304 if (((object_type != AOT_ER_AAC_ELD) && (object_type != AOT_ER_AAC_LD)) || in ixheaacd_aacdec_decodeframe() 305 (object_type < ER_OBJECT_START)) { in ixheaacd_aacdec_decodeframe() [all …]
|
D | ixheaacd_pns_js_thumb.c | 244 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_aac_tns_process() argument 277 if (object_type == AOT_ER_AAC_ELD || object_type == AOT_ER_AAC_LD || in ixheaacd_aac_tns_process() 278 object_type == AOT_AAC_LTP) { in ixheaacd_aac_tns_process() 319 if ((object_type == AOT_ER_AAC_LD) || (object_type == AOT_AAC_LTP) || in ixheaacd_aac_tns_process() 342 if ((object_type == AOT_ER_AAC_LD) || (object_type == AOT_AAC_LTP) || in ixheaacd_aac_tns_process() 364 ((object_type != AOT_ER_AAC_LD) && (object_type != AOT_AAC_LTP))) in ixheaacd_aac_tns_process() 378 if ((object_type == AOT_ER_AAC_LD) || (object_type == AOT_AAC_LTP) || in ixheaacd_aac_tns_process() 391 if (object_type == AOT_ER_AAC_ELD) scale_spec = scale_spec - 1; in ixheaacd_aac_tns_process() 412 if ((object_type == AOT_ER_AAC_LD) || (object_type == AOT_AAC_LTP) || in ixheaacd_aac_tns_process() 424 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_aac_tns_process()
|
D | ixheaacd_aacpluscheck.c | 58 ia_drc_dec_struct *pstr_drc_dec, WORD32 object_type, WORD32 adtsheader, in ixheaacd_check_for_sbr_payload() argument 63 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_check_for_sbr_payload() 79 if (object_type == AOT_ER_AAC_ELD) in ixheaacd_check_for_sbr_payload() 108 if (object_type != AOT_ER_AAC_ELD) { in ixheaacd_check_for_sbr_payload() 117 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_check_for_sbr_payload() 124 if (object_type == AOT_ER_AAC_ELD) { in ixheaacd_check_for_sbr_payload()
|
D | ixheaacd_block.h | 33 WORD32 object_type, 40 WORD32 object_type, 47 WORD32 object_type, 66 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type); 72 WORD32 frame_size, WORD32 object_type, WORD32 aac_spect_data_resil_flag, 138 WORD32 object_type); 182 WORD32 total_channels, WORD32 object_type,
|
D | ixheaacd_stereo.c | 120 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_intensity_stereo_process() argument 153 ((object_type != AOT_ER_AAC_ELD) && in ixheaacd_intensity_stereo_process() 154 (object_type != AOT_ER_AAC_LD))) || in ixheaacd_intensity_stereo_process() 156 ((object_type == AOT_ER_AAC_ELD) || in ixheaacd_intensity_stereo_process() 157 (object_type == AOT_ER_AAC_LD)))) in ixheaacd_intensity_stereo_process()
|
D | ixheaacd_lt_predict.c | 54 UWORD16 win_shape_prev, UWORD32 sr_index, UWORD32 object_type, in ixheaacd_lt_prediction() argument 85 object_type, frame_len); in ixheaacd_lt_prediction() 89 object_type, 0, out_data); in ixheaacd_lt_prediction() 112 WORD32 *out_mdct, UWORD32 object_type, in ixheaacd_filter_bank_ltp() argument 128 if (object_type == AOT_ER_AAC_LD) { in ixheaacd_filter_bank_ltp() 250 aac_tables_ptr->pstr_imdct_tables, object_type); in ixheaacd_filter_bank_ltp() 254 aac_tables_ptr->pstr_imdct_tables, object_type); in ixheaacd_filter_bank_ltp() 401 WORD32 object_type, WORD32 stride, in ixheaacd_lt_update_state() argument 404 if (object_type == AOT_ER_AAC_LD) { in ixheaacd_lt_update_state()
|
D | ixheaacd_hcr.h | 37 UWORD16 win_shape_prev, UWORD32 sr_index, UWORD32 object_type, 40 WORD32 ixheaacd_ltp_data(WORD32 object_type, ia_ics_info_struct* ics,
|
D | ixheaacd_lt_predict.h | 45 WORD32 object_type, WORD32 stride, 51 WORD32 *out_mdct, UWORD32 object_type,
|
D | ixheaacd_headerdecode.c | 154 WORD32 object_type; in ixheaacd_read_prog_config_element() local 159 ptr_config_element->object_type = tmp & 0x3; in ixheaacd_read_prog_config_element() 161 object_type = 0; in ixheaacd_read_prog_config_element() 163 if ((ptr_config_element->object_type + 1) != 2 in ixheaacd_read_prog_config_element() 165 && (ptr_config_element->object_type + 1) != 4 in ixheaacd_read_prog_config_element() 168 object_type = IA_ENHAACPLUS_DEC_INIT_FATAL_DEC_INIT_FAIL; in ixheaacd_read_prog_config_element() 237 return object_type; in ixheaacd_read_prog_config_element() 1010 adif.str_prog_config.object_type; in ixheaacd_aac_headerdecode()
|
D | ixheaacd_longblock.c | 157 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type) { in ixheaacd_read_scale_factor_data() argument 257 if ((object_type != AOT_ER_AAC_ELD) && in ixheaacd_read_scale_factor_data() 258 (object_type != AOT_ER_AAC_LD)) { in ixheaacd_read_scale_factor_data()
|
D | ixheaacd_aac_imdct.h | 126 ia_aac_dec_imdct_tables_struct *imdct_tables_ptr, WORD32 object_type); 131 WORD32 object_type);
|
D | ixheaacd_stereo.h | 32 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type,
|
D | ixheaacd_sbr_payload.h | 26 ia_drc_dec_struct *pstr_drc_dec, WORD32 object_type, WORD32 adtsheader,
|
/external/libchrome/base/trace_event/ |
D | trace_event_memory_overhead.cc | 26 const char* object_type, in AddOrCreateInternal() argument 30 auto it = allocated_objects_.find(object_type); in AddOrCreateInternal() 33 object_type, in AddOrCreateInternal() 43 void TraceEventMemoryOverhead::Add(const char* object_type, in Add() argument 45 Add(object_type, allocated_size_in_bytes, allocated_size_in_bytes); in Add() 48 void TraceEventMemoryOverhead::Add(const char* object_type, in Add() argument 51 AddOrCreateInternal(object_type, 1, allocated_size_in_bytes, in Add() 125 size_t TraceEventMemoryOverhead::GetCount(const char* object_type) const { in GetCount() 126 const auto& it = allocated_objects_.find(object_type); in GetCount()
|
D | trace_event_memory_overhead.h | 32 void Add(const char* object_type, 38 void Add(const char* object_type, size_t allocated_size_in_bytes); 50 size_t GetCount(const char* object_type) const; 66 void AddOrCreateInternal(const char* object_type,
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 216 object_type = get_object_type(commit) 217 if object_type not in ('commit', 'tag'): 218 if object_type is None: 221 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 243 object_type = get_object_type(value) 244 if object_type is None: 246 if object_type in ('commit', 'tag'): 249 (value, object_type))
|
/external/v8/src/compiler/ |
D | typed-optimization.cc | 107 MaybeHandle<Map> GetStableMapFromObjectType(Type* object_type) { in GetStableMapFromObjectType() argument 108 if (object_type->IsHeapConstant()) { in GetStableMapFromObjectType() 109 Handle<Map> object_map(object_type->AsHeapConstant()->Value()->map()); in GetStableMapFromObjectType() 134 Type* const object_type = NodeProperties::GetType(object); in ReduceCheckMaps() local 137 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceCheckMaps() 165 Type* const object_type = NodeProperties::GetType(object); in ReduceLoadField() local 175 if (GetStableMapFromObjectType(object_type).ToHandle(&object_map)) { in ReduceLoadField()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | handler_tracking.ipp | 75 const char* object_type, void* object, const char* op_name) 92 current_id, h->id_, object_type, object, op_name); 196 void handler_tracking::operation(const char* object_type, 210 current_id, object_type, object, op_name);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_tracking.hpp | 58 const char* object_type, void* object, const char* op_name); 99 ASIO_DECL static void operation(const char* object_type,
|
/external/libcups/cups/ |
D | snmp.c | 681 packet.object_type = CUPS_ASN1_NULL_VALUE; in _cupsSNMPWrite() 1013 packet->object_type = (cups_asn1_t)asn1_get_type(&bufptr, bufend); in asn1_decode_snmp() 1016 packet->object_type != CUPS_ASN1_NULL_VALUE && in asn1_decode_snmp() 1017 packet->object_type != CUPS_ASN1_OCTET_STRING) in asn1_decode_snmp() 1021 switch (packet->object_type) in asn1_decode_snmp() 1107 switch (packet->object_type) in asn1_encode_snmp() 1188 switch (packet->object_type) in asn1_encode_snmp()
|
D | testsnmp.c | 134 switch (packet->object_type) in print_packet() 189 printf("Unknown-%X\n", packet->object_type); in print_packet()
|