Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h357 uint8_t endpoints[][4]) in extract_unorm_endpoints()
369 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints()
380 endpoints[subset * 2 + endpoint][3] = in extract_unorm_endpoints()
390 endpoints[subset * 2 + endpoint][3] = 255; in extract_unorm_endpoints()
403 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints()
404 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints()
415 endpoints[subset * 2 + endpoint][component] <<= 1; in extract_unorm_endpoints()
416 endpoints[subset * 2 + endpoint][component] |= pbit; in extract_unorm_endpoints()
426 endpoints[subset * 2 + endpoint][component] = in extract_unorm_endpoints()
427 expand_component(endpoints[subse in extract_unorm_endpoints()
354 extract_unorm_endpoints(const struct bptc_unorm_mode *mode, const uint8_t *block, int bit_offset, uint8_t endpoints[][4]) extract_unorm_endpoints() argument
551 uint8_t endpoints[3 * 2][4]; fetch_rgba_unorm_from_block() local
673 uint8_t endpoints[3 * 2][4]; decompress_rgba_unorm_block() local
866 extract_float_endpoints(const struct bptc_float_mode *mode, const uint8_t *block, int bit_offset, int32_t endpoints[][3], bool is_signed) extract_float_endpoints() argument
965 int32_t endpoints[2 * 2][3]; fetch_rgb_float_from_block() local
1047 int32_t endpoints[2 * 2][3]; decompress_rgb_float_block() local
1203 get_rgba_endpoints_unorm(int width, int height, const uint8_t *src, int src_rowstride, int average_luminance, int average_alpha, uint8_t endpoints[][4]) get_rgba_endpoints_unorm() argument
1300 write_rgb_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_rgb_indices_unorm() argument
1356 write_alpha_indices_unorm(struct bit_writer *writer, int src_width, int src_height, const uint8_t *src, int src_rowstride, uint8_t endpoints[][4]) write_alpha_indices_unorm() argument
1406 uint8_t endpoints[2][4]; compress_rgba_unorm_block() local
1507 get_endpoints_float(int width, int height, const float *src, int src_rowstride, float average_luminance, float endpoints[][3], bool is_signed) get_endpoints_float() argument
1583 write_rgb_indices_float(struct bit_writer *writer, int src_width, int src_height, const float *src, int src_rowstride, float endpoints[][3]) write_rgb_indices_float() argument
1675 float endpoints[2][3]; compress_rgb_float_block() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints in getString()
201 consumeAffix(Endpoints& endpoints, UErrorCode& status) consumeAffix() argument
[all...]
H A Dnumber_patternstring.h87 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
151 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java98 long endpoints = getEndpoints(flags); in charAt()
99 int left = (int) (endpoints & 0xffffffff); in charAt()
100 int right = (int) (endpoints >>> 32); in charAt()
112 public static int getLengthFromEndpoints(long endpoints) { in getLengthFromEndpoints() argument
113 int left = (int) (endpoints & 0xffffffff); in getLengthFromEndpoints()
114 int right = (int) (endpoints >>> 32); in getLengthFromEndpoints()
120 long endpoints = getEndpoints(flags); in getString()
121 int left = (int) (endpoints & 0xffffffff); in getString()
122 int right = (int) (endpoints >>> 32); in getString()
315 long endpoints in consumeAffix()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringParser.java101 long endpoints = getEndpoints(flags); in charAt()
102 int left = (int) (endpoints & 0xffffffff); in charAt()
103 int right = (int) (endpoints >>> 32); in charAt()
115 public static int getLengthFromEndpoints(long endpoints) { in getLengthFromEndpoints() argument
116 int left = (int) (endpoints & 0xffffffff); in getLengthFromEndpoints()
117 int right = (int) (endpoints >>> 32); in getLengthFromEndpoints()
123 long endpoints = getEndpoints(flags); in getString()
124 int left = (int) (endpoints & 0xffffffff); in getString()
125 int right = (int) (endpoints >>> 32); in getString()
300 long endpoints in consumeAffix()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints in getString()
217 consumeAffix(Endpoints& endpoints, UErrorCode& status) consumeAffix() argument
[all...]
H A Dnumber_patternstring.h88 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
159 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp51 const Endpoints& endpoints = getEndpoints(flags); in charAt() local
52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt()
55 return pattern.charAt(endpoints.start + index); in charAt()
62 int32_t ParsedPatternInfo::getLengthFromEndpoints(const Endpoints& endpoints) { in getLengthFromEndpoints() argument
63 return endpoints.end - endpoints.start; in getLengthFromEndpoints()
67 const Endpoints& endpoints = getEndpoints(flags); in getString() local
68 if (endpoints.start == endpoints in getString()
217 consumeAffix(Endpoints& endpoints, UErrorCode& status) consumeAffix() argument
[all...]
H A Dnumber_patternstring.h88 static int32_t getLengthFromEndpoints(const Endpoints& endpoints);
159 void consumeAffix(Endpoints& endpoints, UErrorCode& status);
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c118 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr()
119 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_ep_by_addr()
131 * Iterate across all the USB endpoints searching for a match in usbd_get_ep_by_addr()
172 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint()
173 struct usb_endpoint *ep_end = udev->endpoints + udev->endpoints_max; in usbd_get_endpoint()
226 /* this will match BULK and INTERRUPT endpoints */ in usbd_get_endpoint()
240 * Iterate across all the USB endpoints searching for a match in usbd_get_endpoint()
242 * the endpoints from the beginning of the "udev->endpoints" array. in usbd_get_endpoint()
354 * This function will iterate all the USB endpoints excep
[all...]
H A Dusb_device.h60 * refer to the USB specification for a definition of "endpoints" and
116 * endpoints for an USB configuration in USB device side mode.
130 * endpoints for an USB configuration in USB device side mode.
204 struct usb_endpoint *endpoints; member
206 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member
255 uint8_t endpoints_max; /* number of endpoints present */
H A Dusb_request.c210 ep_end = udev->endpoints + udev->endpoints_max; in usb_do_clear_stall_callback()
211 ep_first = udev->endpoints; in usb_do_clear_stall_callback()
239 break; /* no endpoints - nothing to do */ in usb_do_clear_stall_callback()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2243 deUint32 endpoints[6][5]; in decompressBc7() local
2279 endpoints[ep][cpnt] = getBits128(low, high, offset, offset + n - 1); in decompressBc7()
2284 // Decode endpoints in decompressBc7()
2292 endpoints[ep][cpnt] <<= 1; in decompressBc7()
2299 const deUint32 pbitZero = endpoints[0][4]; in decompressBc7()
2300 const deUint32 pbitOne = endpoints[1][4]; in decompressBc7()
2304 endpoints[0][cpnt] |= pbitZero; in decompressBc7()
2305 endpoints[1][cpnt] |= pbitZero; in decompressBc7()
2306 endpoints[2][cpnt] |= pbitOne; in decompressBc7()
2307 endpoints[ in decompressBc7()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_internal.h336 * skipped by this compressor as there is no point spending bits encoding an unused endpoints.
353 * more accurate endpoints and weights, or additional partitions.
792 /** @brief Set to 1 if a texel is using HDR RGB endpoints (decompression only). */
795 /** @brief Set to 1 if a texel is using HDR alpha endpoints (decompression only). */
837 * @brief Get the default alpha value for endpoints that don't store it.
892 * @brief Data structure storing the color endpoints for a block.
894 struct endpoints struct
896 /** @brief The number of partition endpoints stored. */
907 * @brief Data structure storing the color endpoints and weights.
914 /** @brief The color endpoints
[all...]
H A Dastcenc_compress_symbolic.cpp33 * @brief Merge two planes of endpoints into a single vector.
35 * @param ep_plane1 The endpoints for plane 1.
36 * @param ep_plane2 The endpoints for plane 2.
41 const endpoints& ep_plane1, in merge_endpoints()
42 const endpoints& ep_plane2, in merge_endpoints()
44 endpoints& result in merge_endpoints()
92 // Decode the color endpoints in realign_weights_undecimated()
299 // Decode the color endpoints in realign_weights_undecimated()
424 // Decode the color endpoints in realign_weights_decimated()
620 // Compute maximum colors for the endpoints an in compress_symbolic_block_for_partition_1plane()
[all...]
H A Dastcenc_pick_best_endpoint_format.cpp32 * - Using RGB+scale instead of storing two full RGB endpoints.
39 * - If we use HDR endpoints the quantization error is higher.
54 * chroma data assumes storing RGBA endpoints which pass though the origin (LDR only). RGBL data
62 * @param uncor_pline The endpoint line assuming uncorrelated endpoints.
64 * @param samec_pline The endpoint line assuming the same chroma for both endpoints.
301 * the endpoints are eligible for offset encoding or blue-contraction
305 * @param ep The idealized endpoints.
312 const endpoints& ep,
400 * @param ep The idealized endpoints.
411 const endpoints
[all...]
H A Dastcenc_ideal_endpoints_and_weights.cpp21 * @brief Functions for computing color endpoints and texel weights.
100 * @brief Compute the ideal endpoints and weights for 1 color component.
104 * @param[out] ei The computed ideal endpoints and weights.
209 * @brief Compute the ideal endpoints and weights for 2 color components.
213 * @param[out] ei The computed ideal endpoints and weights.
347 * @brief Compute the ideal endpoints and weights for 3 color components.
351 * @param[out] ei The computed ideal endpoints and weights.
559 * @brief Compute the ideal endpoints and weights for 4 color components.
563 * @param[out] ei The computed ideal endpoints and weights.
1209 endpoints
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c1134 pa_hashmap *endpoints; in remote_endpoint_remove() local
1139 PA_HASHMAP_FOREACH(endpoints, device->a2dp_sink_endpoints, state) in remote_endpoint_remove()
1140 pa_hashmap_remove_and_free(endpoints, path); in remote_endpoint_remove()
1142 PA_HASHMAP_FOREACH(endpoints, device->a2dp_source_endpoints, state) in remote_endpoint_remove()
1143 pa_hashmap_remove_and_free(endpoints, path); in remote_endpoint_remove()
1882 pa_hashmap *endpoints; in parse_remote_endpoint_properties() local
2016 endpoints = pa_hashmap_get(codec_endpoints, a2dp_codec_id); in parse_remote_endpoint_properties()
2017 if (!endpoints) { in parse_remote_endpoint_properties()
2018 endpoints = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, pa_xfree, pa_xfree); in parse_remote_endpoint_properties()
2019 pa_hashmap_put(codec_endpoints, a2dp_codec_id, endpoints); in parse_remote_endpoint_properties()
[all...]
/third_party/backends/sanei/
H A Dusb_manager.cpp447 auto endpoints = altsetting[j].endpoint; in usb_manager_free_config_descriptor() local
448 if (endpoints != nullptr) { in usb_manager_free_config_descriptor()
450 delete[] endpoints; in usb_manager_free_config_descriptor()
H A Dsanei_usb.c2517 // Similar sanei_usb_set_endpoint, but ignores duplicate endpoints
2654 struct endpoint_data_desc endpoints[8] = in sanei_usb_record_open() local
2668 if (endpoints[i].ep_address) in sanei_usb_record_open()
2673 (const xmlChar*) endpoints[i].transfer_type); in sanei_usb_record_open()
2674 sanei_xml_set_uint_attr(e_endpoint, "number", endpoints[i].ep_address & 0x0f); in sanei_usb_record_open()
2676 (const xmlChar*) endpoints[i].direction); in sanei_usb_record_open()
2677 sanei_xml_set_hex_attr(e_endpoint, "address", endpoints[i].ep_address); in sanei_usb_record_open()
2856 /* Now we look for usable endpoints */ in sanei_usb_open()
3053 /* Now we look for usable endpoints */ in sanei_usb_open()
3272 /* Now we look for usable endpoints */ in sanei_usb_open()
[all...]
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt.h178 uint8_t endpoints[]; member
/third_party/curl/lib/
H A Dcf-socket.c1096 sa_endpoints_t endpoints; in do_connect() local
1097 endpoints.sae_srcif = 0; in do_connect()
1098 endpoints.sae_srcaddr = NULL; in do_connect()
1099 endpoints.sae_srcaddrlen = 0; in do_connect()
1100 endpoints.sae_dstaddr = &ctx->addr.sa_addr; in do_connect()
1101 endpoints.sae_dstaddrlen = ctx->addr.addrlen; in do_connect()
1103 rc = connectx(ctx->sock, &endpoints, SAE_ASSOCID_ANY, in do_connect()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5582 endpoints: *const sa_endpoints_t, in connectx()

Completed in 55 milliseconds