Home
last modified time | relevance | path

Searched defs:texcoord_const (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_drawpixels.c37 nir_variable *texcoord, *texcoord_const, *scale, *bias, *tex, *pixelmap; member
196 nir_def *texcoord_const = get_texcoord_const(b, state); in lower_texcoord() local