Searched refs:tex_const (Results 1 – 2 of 2) sorted by relevance
1082 bool tex_const = nir_src_is_const(bindless_tex->src[0]); in get_image_samp_tex_src() local1083 if (tex_const) in get_image_samp_tex_src()1088 if (tex_const && info.tex_idx < 256) { in get_image_samp_tex_src()2058 bool tex_const; in get_tex_samp_tex_src() local2064 tex_const = nir_src_is_const(bindless_tex->src[0]); in get_tex_samp_tex_src()2065 if (tex_const) in get_tex_samp_tex_src()2071 tex_const = true; in get_tex_samp_tex_src()2090 if (tex_const && samp_const && info.tex_idx < 256 && info.samp_idx < 256) { in get_tex_samp_tex_src()
554 const uint32_t *tex_const, in r3d_src_common() argument568 memcpy(texture.map, tex_const, A6XX_TEX_CONST_DWORDS * 4); in r3d_src_common()