Home
last modified time | relevance | path

Searched refs:hyp (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/Test/baseResults/
D130.vert.out96 0:40 hyp. sine ( global float)
99 0:41 hyp. cosine ( global float)
101 0:41 hyp. tangent ( global 2-component vector of float)
104 0:42 arc hyp. sine ( global 4-component vector of float)
106 0:42 arc hyp. cosine ( global 4-component vector of float)
108 0:43 arc hyp. tangent ( global 3-component vector of float)
246 0:40 hyp. sine ( global float)
249 0:41 hyp. cosine ( global float)
251 0:41 hyp. tangent ( global 2-component vector of float)
254 0:42 arc hyp. sine ( global 4-component vector of float)
[all …]
Dhlsl.intrinsics.vert.out43 0:17 hyp. cosine ( temp float)
124 0:50 hyp. sine ( temp float)
137 0:55 hyp. tangent ( temp float)
192 0:84 hyp. cosine ( temp 2-component vector of float)
297 0:124 hyp. sine ( temp 2-component vector of float)
310 0:129 hyp. tangent ( temp 2-component vector of float)
357 0:153 hyp. cosine ( temp 3-component vector of float)
467 0:194 hyp. sine ( temp 3-component vector of float)
480 0:199 hyp. tangent ( temp 3-component vector of float)
528 0:223 hyp. cosine ( temp 4-component vector of float)
[all …]
D300.frag.out231 0:94 hyp. sine ( global lowp float)
234 0:95 hyp. cosine ( global lowp float)
236 0:95 hyp. tangent ( global lowp 2-component vector of float)
239 0:96 arc hyp. sine ( global lowp 4-component vector of float)
241 0:96 arc hyp. cosine ( global lowp 4-component vector of float)
243 0:97 arc hyp. tangent ( global lowp 3-component vector of float)
722 0:94 hyp. sine ( global lowp float)
725 0:95 hyp. cosine ( global lowp float)
727 0:95 hyp. tangent ( global lowp 2-component vector of float)
730 0:96 arc hyp. sine ( global lowp 4-component vector of float)
[all …]
DOperations.frag.out75 0:36 hyp. sine ( global 4-component vector of float)
79 0:37 hyp. cosine ( global 4-component vector of float)
83 0:38 hyp. tangent ( global 4-component vector of float)
87 0:39 arc hyp. sine ( global 4-component vector of float)
91 0:40 arc hyp. cosine ( global 4-component vector of float)
95 0:41 arc hyp. tangent ( global 4-component vector of float)
638 0:36 hyp. sine ( global 4-component vector of float)
642 0:37 hyp. cosine ( global 4-component vector of float)
646 0:38 hyp. tangent ( global 4-component vector of float)
650 0:39 arc hyp. sine ( global 4-component vector of float)
[all …]
Dhlsl.intrinsics.frag.out102 0:36 hyp. cosine ( temp float)
322 0:78 hyp. sine ( temp float)
350 0:83 hyp. tangent ( temp float)
470 0:116 hyp. cosine ( temp 2-component vector of float)
721 0:166 hyp. sine ( temp 2-component vector of float)
749 0:171 hyp. tangent ( temp 2-component vector of float)
863 0:199 hyp. cosine ( temp 3-component vector of float)
1132 0:248 hyp. sine ( temp 3-component vector of float)
1160 0:253 hyp. tangent ( temp 3-component vector of float)
1277 0:281 hyp. cosine ( temp 4-component vector of float)
[all …]
/third_party/curl/lib/
Dc-hyper.c74 if(data->hyp.read_waker) in Curl_hyper_recv()
75 hyper_waker_free(data->hyp.read_waker); in Curl_hyper_recv()
76 data->hyp.read_waker = hyper_context_waker(ctx); in Curl_hyper_recv()
77 if(!data->hyp.read_waker) { in Curl_hyper_recv()
101 if(data->hyp.write_waker) in Curl_hyper_send()
102 hyper_waker_free(data->hyp.write_waker); in Curl_hyper_send()
103 data->hyp.write_waker = hyper_context_waker(ctx); in Curl_hyper_send()
104 if(!data->hyp.write_waker) { in Curl_hyper_send()
302 struct hyptransfer *h = &data->hyp; in Curl_hyper_stream()
688 struct hyptransfer *h = &data->hyp; in Curl_http()
[all …]
Dhttp_proxy.c713 struct hyptransfer *h = &data->hyp; in CONNECT()
Durldata.h1960 struct hyptransfer hyp; member