Searched refs:didx (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 413 int didx = i * rmul; in _mesa_get_uniform() local 425 dst[didx].f = _mesa_half_to_float(((uint16_t*)src)[sidx]); in _mesa_get_uniform() 428 dst[didx].f = (float) src[sidx].u; in _mesa_get_uniform() 433 dst[didx].f = (float) src[sidx].i; in _mesa_get_uniform() 436 dst[didx].f = src[sidx].i ? 1.0f : 0.0f; in _mesa_get_uniform() 441 dst[didx].f = tmp; in _mesa_get_uniform() 447 dst[didx].f = tmp; in _mesa_get_uniform() 453 dst[didx].f = tmp; in _mesa_get_uniform() 466 memcpy(&dst[didx].f, &f, sizeof(f)); in _mesa_get_uniform() 471 memcpy(&dst[didx].f, &tmp, sizeof(tmp)); in _mesa_get_uniform() [all …]
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
D | analyze.lua | 70 local didx = tblsz(test["draws"]) 72 test["draws"][didx] = draw 95 table.insert(drawlist, testname .. "." .. didx) 115 for didx,draw in pairs(test["draws"]) do 116 io.write(" " .. didx .. ": " .. draw["primtype"] .. "\n")
|
/third_party/ffmpeg/libavcodec/ |
D | gdv.c | 523 int sidx = PREAMBLE_SIZE, didx = 0; in gdv_decode_frame() local 527 memcpy(dst + didx, gdv->frame + sidx, avctx->width); in gdv_decode_frame() 529 didx += frame->linesize[0]; in gdv_decode_frame() 532 int sidx = PREAMBLE_SIZE, didx = 0; in gdv_decode_frame() local 537 memcpy(dst + didx, gdv->frame + sidx, avctx->width); in gdv_decode_frame() 539 uint8_t *dst2 = dst + didx; in gdv_decode_frame() 547 didx += frame->linesize[0]; in gdv_decode_frame()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_map.c | 278 size_t idx, didx; in nghttp2_map_remove() local 300 didx = idx; in nghttp2_map_remove() 310 map->table[didx] = *bkt; in nghttp2_map_remove() 312 didx = idx; in nghttp2_map_remove()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_map.c | 278 size_t idx, didx; in ngtcp2_map_remove() local 300 didx = idx; in ngtcp2_map_remove() 310 map->table[didx] = *bkt; in ngtcp2_map_remove() 312 didx = idx; in ngtcp2_map_remove()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_map.c | 279 size_t idx, didx; in nghttp3_map_remove() local 301 didx = idx; in nghttp3_map_remove() 311 map->table[didx] = *bkt; in nghttp3_map_remove() 313 didx = idx; in nghttp3_map_remove()
|
/third_party/nghttp2/lib/ |
D | nghttp2_map.c | 280 size_t idx, didx; in nghttp2_map_remove() local 302 didx = idx; in nghttp2_map_remove() 312 map->table[didx] = *bkt; in nghttp2_map_remove() 314 didx = idx; in nghttp2_map_remove()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colormap.c | 216 const uint8_t didx[3][4] = {{ 0, 1, 2, 2 }, in build_map() local 230 s->icoeff[0][c] = b[didx[c][0]]; in build_map() 231 s->icoeff[1][c] = b[didx[c][1]]; in build_map() 232 s->icoeff[2][c] = b[didx[c][2]]; in build_map() 233 s->icoeff[3][c] = b[didx[c][3]]; in build_map()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfsubs.cpp | 1080 for (int32_t didx = dl.getLowerDisplayMagnitude(); didx<0; didx++) { in doSubstitution() local 1089 int64_t digit = dl.getDigit(didx); in doSubstitution()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 1080 for (int32_t didx = dl.getLowerDisplayMagnitude(); didx<0; didx++) { in doSubstitution() local 1089 int64_t digit = dl.getDigit(didx); in doSubstitution()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfsubs.cpp | 1098 for (int32_t didx = dl.getLowerDisplayMagnitude(); didx<0; didx++) { in doSubstitution() local 1107 int64_t digit = dl.getDigit(didx); in doSubstitution()
|