Home
last modified time | relevance | path

Searched refs:property_count (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/freedreno/vulkan/
Dtu_wsi_display.c39 uint32_t *property_count, in tu_GetPhysicalDeviceDisplayPropertiesKHR() argument
47 property_count, in tu_GetPhysicalDeviceDisplayPropertiesKHR()
53 uint32_t *property_count, in tu_GetPhysicalDeviceDisplayProperties2KHR() argument
61 property_count, in tu_GetPhysicalDeviceDisplayProperties2KHR()
68 uint32_t *property_count, in tu_GetPhysicalDeviceDisplayPlanePropertiesKHR() argument
76 property_count, in tu_GetPhysicalDeviceDisplayPlanePropertiesKHR()
83 uint32_t *property_count, in tu_GetPhysicalDeviceDisplayPlaneProperties2KHR() argument
91 property_count, in tu_GetPhysicalDeviceDisplayPlaneProperties2KHR()
115 uint32_t *property_count, in tu_GetDisplayModePropertiesKHR() argument
123 property_count, in tu_GetDisplayModePropertiesKHR()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_wsi_display.c46 uint32_t *property_count, in radv_GetPhysicalDeviceDisplayPropertiesKHR() argument
54 property_count, in radv_GetPhysicalDeviceDisplayPropertiesKHR()
60 uint32_t *property_count, in radv_GetPhysicalDeviceDisplayProperties2KHR() argument
68 property_count, in radv_GetPhysicalDeviceDisplayProperties2KHR()
75 uint32_t *property_count, in radv_GetPhysicalDeviceDisplayPlanePropertiesKHR() argument
83 property_count, in radv_GetPhysicalDeviceDisplayPlanePropertiesKHR()
90 uint32_t *property_count, in radv_GetPhysicalDeviceDisplayPlaneProperties2KHR() argument
98 property_count, in radv_GetPhysicalDeviceDisplayPlaneProperties2KHR()
122 uint32_t *property_count, in radv_GetDisplayModePropertiesKHR() argument
130 property_count, in radv_GetDisplayModePropertiesKHR()
[all …]
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.h39 uint32_t *property_count,
53 uint32_t *property_count,
60 uint32_t *property_count,
75 uint32_t *property_count,
82 uint32_t *property_count,
Dwsi_common_display.c419 uint32_t *property_count, in wsi_display_get_physical_device_display_properties() argument
427 physical_device, wsi_device, property_count, NULL); in wsi_display_get_physical_device_display_properties()
437 vk_zalloc(wsi->alloc, sizeof(*props2) * *property_count, 8, in wsi_display_get_physical_device_display_properties()
442 for (uint32_t i = 0; i < *property_count; i++) in wsi_display_get_physical_device_display_properties()
446 physical_device, wsi_device, property_count, props2); in wsi_display_get_physical_device_display_properties()
449 for (uint32_t i = 0; i < *property_count; i++) in wsi_display_get_physical_device_display_properties()
463 uint32_t *property_count, in wsi_display_get_physical_device_display_properties2() argument
477 VK_OUTARRAY_MAKE(conn, properties, property_count); in wsi_display_get_physical_device_display_properties2()
504 *property_count = 0; in wsi_display_get_physical_device_display_properties2()
533 uint32_t *property_count, in wsi_display_get_physical_device_display_plane_properties() argument
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dtransport_security.cc311 tsi_peer_destroy_list_property(self->properties, self->property_count); in tsi_peer_destruct()
314 self->property_count = 0; in tsi_peer_destruct()
347 tsi_result tsi_construct_peer(size_t property_count, tsi_peer* peer) { in tsi_construct_peer() argument
349 if (property_count > 0) { in tsi_construct_peer()
351 gpr_zalloc(property_count * sizeof(tsi_peer_property))); in tsi_construct_peer()
352 peer->property_count = property_count; in tsi_construct_peer()
361 for (i = 0; i < peer->property_count; i++) { in tsi_peer_get_property_by_name()
Dssl_transport_security.cc435 size_t property_count; in peer_from_x509() local
438 property_count = (include_certificate_type ? static_cast<size_t>(1) : 0) + in peer_from_x509()
445 property_count += 1; in peer_from_x509()
448 result = tsi_construct_peer(property_count, peer); in peer_from_x509()
479 GPR_ASSERT((int)peer->property_count == current_insert_index); in peer_from_x509()
1254 size_t new_property_count = peer->property_count + 3; in ssl_handshaker_result_extract_peer()
1259 for (size_t i = 0; i < peer->property_count; i++) { in ssl_handshaker_result_extract_peer()
1267 peer_chain, &peer->properties[peer->property_count]); in ssl_handshaker_result_extract_peer()
1268 if (result == TSI_OK) peer->property_count++; in ssl_handshaker_result_extract_peer()
1274 &peer->properties[peer->property_count]); in ssl_handshaker_result_extract_peer()
[all …]
Dtransport_security.h111 tsi_result tsi_construct_peer(size_t property_count, tsi_peer* peer);
Dtransport_security_interface.h218 size_t property_count; member
/external/mesa3d/src/intel/vulkan/
Danv_wsi_display.c31 uint32_t *property_count, in anv_GetPhysicalDeviceDisplayPropertiesKHR() argument
39 property_count, in anv_GetPhysicalDeviceDisplayPropertiesKHR()
59 uint32_t *property_count, in anv_GetPhysicalDeviceDisplayPlanePropertiesKHR() argument
66 property_count, properties); in anv_GetPhysicalDeviceDisplayPlanePropertiesKHR()
101 uint32_t *property_count, in anv_GetDisplayModePropertiesKHR() argument
109 property_count, in anv_GetDisplayModePropertiesKHR()
/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc296 tsi_peer_destroy_list_property(self->properties, self->property_count); in tsi_peer_destruct()
299 self->property_count = 0; in tsi_peer_destruct()
332 tsi_result tsi_construct_peer(size_t property_count, tsi_peer* peer) { in tsi_construct_peer() argument
334 if (property_count > 0) { in tsi_construct_peer()
336 gpr_zalloc(property_count * sizeof(tsi_peer_property))); in tsi_construct_peer()
337 peer->property_count = property_count; in tsi_construct_peer()
Dssl_transport_security.cc345 peer->property_count -= subject_alt_name_count; in add_subject_alt_names_properties_to_peer()
363 &peer->properties[peer->property_count++]); in add_subject_alt_names_properties_to_peer()
388 &peer->properties[peer->property_count++]); in add_subject_alt_names_properties_to_peer()
405 size_t property_count; in peer_from_x509() local
408 property_count = (include_certificate_type ? static_cast<size_t>(1) : 0) + in peer_from_x509()
411 result = tsi_construct_peer(property_count, peer); in peer_from_x509()
1034 size_t new_property_count = peer->property_count + 1; in ssl_handshaker_result_extract_peer()
1038 for (size_t i = 0; i < peer->property_count; i++) { in ssl_handshaker_result_extract_peer()
1048 &peer->properties[peer->property_count]); in ssl_handshaker_result_extract_peer()
1050 peer->property_count++; in ssl_handshaker_result_extract_peer()
[all …]
Dtransport_security.h114 tsi_result tsi_construct_peer(size_t property_count, tsi_peer* peer);
Dtransport_security_interface.h200 size_t property_count; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc59 GPR_ASSERT(peer->property_count == 1); in local_auth_context_create()
114 size_t new_property_count = peer.property_count + 1; in local_check_peer()
117 for (size_t i = 0; i < peer.property_count; i++) { in local_check_peer()
127 &peer.properties[peer.property_count]); in local_check_peer()
129 peer.property_count++; in local_check_peer()
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c3453 #define ADD_CAPABILITY_INFO(capability, field, subfield, max_count, property_count) \ argument
3454 if (context->cmd.GetInfo.fetched_data->data.capability.count > max_count - property_count) { \
3455 context->cmd.GetInfo.fetched_data->data.capability.count = max_count - property_count; \
3458 memmove(&context->cmd.GetInfo.capability_data->data.capability.field[property_count], \
3462 property_count += context->cmd.GetInfo.fetched_data->data.capability.count; \
3464 context->cmd.GetInfo.capability_data->data.capability.count = property_count; \
3466 if (more_data && property_count < count \
3470 capability.field[property_count - 1]subfield + 1; \
3531 count - context->cmd.GetInfo.property_count); in ifapi_capability_get()
3566 context->cmd.GetInfo.property_count); in ifapi_capability_get()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc265 GPR_ASSERT(peer->property_count >= 1); in grpc_ssl_peer_to_auth_context()
275 for (i = 0; i < peer->property_count; i++) { in grpc_ssl_peer_to_auth_context()
338 tsi_peer_property* tsi_prop = &peer->properties[peer->property_count++]; in add_shallow_auth_property_to_peer()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc108 for (i = 0; i < peer->property_count; i++) { in tsi_peer_get_property_by_name()
404 if (peer.property_count != 1) {
825 GPR_ASSERT(peer->property_count >= 1);
830 for (i = 0; i < peer->property_count; i++) {
959 tsi_peer_property* tsi_prop = &peer->properties[peer->property_count++];
Dalts_security_connector.cc155 for (i = 0; i < peer->property_count; i++) { in grpc_alts_auth_context_from_tsi_peer()
/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc54 for (i = 0; i < peer->property_count; i++) { in check_peer_property()
70 for (i = 0; i < original->property_count; i++) { in check_ssl_peer_equivalence()
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_GetInfo.c242 command->property_count = 0; in Fapi_GetInfo_Finish()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc253 GPR_ASSERT(peer.property_count == kTsiAltsNumOfPeerProperties); in on_client_next_success_cb()
290 GPR_ASSERT(peer.property_count == kTsiAltsNumOfPeerProperties); in on_server_next_success_cb()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dsecurity_connector_test.cc59 for (i = 0; i < peer->property_count; i++) { in check_peer_property()
75 for (i = 0; i < original->property_count; i++) { in check_ssl_peer_equivalence()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc241 for (i = 0; i < peer->property_count; i++) { in grpc_alts_auth_context_from_tsi_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc219 if (peer.property_count != 2) { in fake_check_peer()
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc238 for (size_t i = 0; i < peer->property_count; i++) { in check_subject_alt_name()
275 GPR_ASSERT(peer->property_count == in check_client_peer()

12