Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c3556 get_src_int(struct ntv_context *ctx, nir_src *src) in get_src_int() function
3607 tex_src->coord = get_src_int(ctx, &tex->src[i].src); in get_tex_srcs()
3640 tex_src->offset = get_src_int(ctx, &tex->src[i].src); in get_tex_srcs()
3660 tex_src->lod = get_src_int(ctx, &tex->src[i].src); in get_tex_srcs()
3668 tex_src->sample = get_src_int(ctx, &tex->src[i].src); in get_tex_srcs()
3688 tex_src->tex_offset = get_src_int(ctx, &tex->src[i].src); in get_tex_srcs()