Home
last modified time | relevance | path

Searched refs:dst_t (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py238 for dst_t in dst_types:
239 for dst_bit_size in type_sizes(dst_t):
240 if dst_bit_size == 16 and dst_t == tfloat and src_t == tfloat:
263 dst_t[0],
266 dst_t + str(dst_bit_size),
268 elif dst_bit_size == 32 and dst_t == tfloat and src_t == tfloat:
276 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[0],
278 dst_t + str(dst_bit_size), src_t, conv_expr)
280 conv_expr = "src0 != 0" if dst_t == tbool else "src0"
281 unop_numeric_convert("{0}2{1}{2}".format(src_t[0], dst_t[
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c471 struct pipe_transfer *dst_t; in llvmpipe_clear_buffer() local
481 &dst_t); in llvmpipe_clear_buffer()
495 pipe->buffer_unmap(pipe, dst_t); in llvmpipe_clear_buffer()
/third_party/libbpf/src/
H A Dlinker.c1745 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id); in complete_extern_btf_info() local
1754 if (btf_is_var(dst_t)) { in complete_extern_btf_info()
1755 btf_var(dst_t)->linkage = BTF_VAR_GLOBAL_ALLOCATED; in complete_extern_btf_info()
1759 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
1763 dst_t = btf_type_by_id(dst_btf, dst_t->type); in complete_extern_btf_info()
1777 dst_p = btf_params(dst_t); in complete_extern_btf_info()
1778 for (i = 0, n = btf_vlen(dst_t); i < n; i++, src_p++, dst_p++) { in complete_extern_btf_info()
2307 struct btf_type *dst_t = btf_type_by_id(linker->btf, i); in linker_append_btf() local
2309 if (btf_type_visit_type_ids(dst_t, remap_type_i in linker_append_btf()
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2347 struct pipe_transfer *src_t, *dst_t; in handle_copy_image_to_buffer2() local
2377 &dst_t); in handle_copy_image_to_buffer2()
2411 state->pctx->buffer_unmap(state->pctx, dst_t); in handle_copy_image_to_buffer2()
2422 struct pipe_transfer *src_t, *dst_t; in handle_copy_buffer_to_image() local
2453 &dst_t); in handle_copy_buffer_to_image()
2469 dst_t->stride, dst_t->layer_stride, in handle_copy_buffer_to_image()
2480 dst_t->stride, dst_t->layer_stride, in handle_copy_buffer_to_image()
2491 state->pctx->texture_unmap(state->pctx, dst_t); in handle_copy_buffer_to_image()
2656 struct pipe_transfer *dst_t; handle_update_buffer() local
[all...]

Completed in 13 milliseconds