Home
last modified time | relevance | path

Searched defs:object_type (Results 1 – 25 of 53) sorted by relevance

123

/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h64 VulkanObjectType object_type; // Object type identifier member
95 void InsertObject(object_map_type &map, uint64_t object_handle, VulkanObjectType object_type, in InsertObject()
138 …bool ValidateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, bool null_all… in ValidateObject()
190 …void CreateObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, const VkAllocat… in CreateObject()
210 void DestroyObjectSilently(T1 object, VulkanObjectType object_type) { in DestroyObjectSilently()
235 void RecordDestroyObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type) { in RecordDestroyObject()
245 bool ValidateDestroyObject(T1 dispatchable_object, T2 object, VulkanObjectType object_type, in ValidateDestroyObject()
Dparameter_validation_utils.cpp641VkDebugReportObjectTypeEXT object_type, uint64_t object = 0) { in manual_PreCallValidateViewport()
3277VkDebugReportObjectTypeEXT object_type, uint64_t object_handle, in ValidateGeometryTrianglesNV()
3335 …tion::ValidateGeometryAABBNV(const VkGeometryAABBNV &aabbs, VkDebugReportObjectTypeEXT object_type, in ValidateGeometryAABBNV()
3351 …alidation::ValidateGeometryNV(const VkGeometryNV &geometry, VkDebugReportObjectTypeEXT object_type, in ValidateGeometryNV()
3363VkDebugReportObjectTypeEXT object_type, uint64_t object_handle, in ValidateAccelerationStructureInfoNV()
Dvk_layer_logging.h391 …msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugReportObjectTypeEXT object_type, in debug_log_msg()
560 …VkDebugReportObjectTypeEXT object_type = convertCoreObjectToDebugReportObject(callback_data->pObje… in debug_messenger_log_msg() local
964 …msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugReportObjectTypeEXT object_type, in log_msg()
/external/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp46 typedef T object_type; typedef
65 typedef T object_type; typedef
84 typedef typename D::object_type object_type; typedef
101 typedef typename D::object_type object_type; typedef
118 typedef typename D::object_type object_type; typedef
/external/libkmsxx/kms++/src/
Ddrmobject.cpp15 DrmObject::DrmObject(Card& card, uint32_t object_type) in DrmObject()
20 DrmObject::DrmObject(Card& card, uint32_t id, uint32_t object_type, uint32_t idx) in DrmObject()
Ddrmpropobject.cpp15 DrmPropObject::DrmPropObject(Card& card, uint32_t object_type) in DrmPropObject()
20 DrmPropObject::DrmPropObject(Card& card, uint32_t id, uint32_t object_type, uint32_t idx) in DrmPropObject()
/external/libxaac/decoder/
Dixheaacd_channel.c140 WORD32 object_type, WORD32 aac_sf_data_resil_flag) { in ixheaacd_cblock_scale_spect_data()
205 WORD32 frame_size, WORD32 object_type, WORD32 aac_spect_data_resil_flag, in ixheaacd_read_block_data()
312 ia_ics_info_struct *ptr_ics_info, WORD32 object_type, in ixheaacd_ltp_decode()
343 WORD8 num_swb_window[2], WORD32 object_type, in ixheaacd_ics_read()
464 WORD32 num_ch, WORD32 frame_size, WORD32 total_channels, WORD32 object_type, in ixheaacd_individual_ch_stream()
586 WORD32 object_type, WORD32 aac_spect_data_resil_flag, in ixheaacd_channel_pair_process()
705 const WORD16 *ptr_swb_offset, WORD object_type) { in ixheaacd_pulse_data_apply()
729 WORD32 frame_size, WORD32 object_type, WORD32 aac_spect_data_resil_flag, in ixheaacd_read_spectral_data()
1130 WORD32 ixheaacd_ltp_data(WORD32 object_type, ia_ics_info_struct *ics, in ixheaacd_ltp_data()
Dixheaacd_lt_predict.c54 UWORD16 win_shape_prev, UWORD32 sr_index, UWORD32 object_type, in ixheaacd_lt_prediction()
112 WORD32 *out_mdct, UWORD32 object_type, in ixheaacd_filter_bank_ltp()
401 WORD32 object_type, WORD32 stride, in ixheaacd_lt_update_state()
Dixheaacd_aacpluscheck.c59 ia_drc_dec_struct *pstr_drc_dec, WORD32 object_type, WORD32 adtsheader, in ixheaacd_check_for_sbr_payload()
Dixheaacd_stereo.c120 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_intensity_stereo_process()
Dixheaacd_longblock.c158 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type) { in ixheaacd_read_scale_factor_data()
Dixheaacd_aacdecoder.c95 WORD32 object_type, WORD32 ch_config, in ixheaacd_aacdec_decodeframe()
Dixheaacd_pns_js_thumb.c242 ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type, in ixheaacd_aac_tns_process()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor_type_util.cc56 TensorStorageType ToTensorStorageType(ObjectType object_type, in ToTensorStorageType()
/external/libkmsxx/kms++/inc/kms++/
Ddrmobject.h20 uint32_t object_type() const { return m_object_type; } in object_type() function
/external/perfetto/protos/perfetto/trace/gpu/
Dvulkan_api_event.proto35 optional int32 object_type = 3; field
/external/mesa3d/src/vulkan/util/
Dvk_debug_report.c97 VkDebugReportObjectTypeEXT object_type, in vk_debug_report()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp54 cl_gl_object_type object_type; in test_image_info() local
/external/libcups/cups/
Dsnmp-private.h94 cups_asn1_t object_type; /* object-value type */ member
/external/v8/src/compiler/
Dtyped-optimization.cc111 Type object_type) { in GetStableMapFromObjectType()
225 Type const object_type = NodeProperties::GetType(object); in ReduceCheckMaps() local
289 Type const object_type = NodeProperties::GetType(object); in ReduceLoadField() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h59 ObjectType object_type; member
/external/OpenCL-CTS/test_conformance/gles/
Dhelpers.cpp436 cl_gl_object_type object_type; in CheckGLObjectInfo() local
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc121 const char* object_type) {
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp400 const uint32_t object_type = _.GetOperandTypeId(inst, 2); in ValidateCompositeInsert() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp400 const uint32_t object_type = _.GetOperandTypeId(inst, 2); in ValidateCompositeInsert() local

123