Home
last modified time | relevance | path

Searched refs:get_src_float (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.c3544 get_src_float(struct ntv_context *ctx, nir_src *src) in get_src_float() function
3609 tex_src->coord = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3615 tex_src->proj = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3645 tex_src->bias = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3651 tex_src->min_lod = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3662 tex_src->lod = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3673 tex_src->dref = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3678 tex_src->dx = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()
3683 tex_src->dy = get_src_float(ctx, &tex->src[i].src); in get_tex_srcs()