Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1082 bool tex_const = nir_src_is_const(bindless_tex->src[0]); in get_image_samp_tex_src() local
1083 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() local
2064 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()
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c554 const uint32_t *tex_const, in r3d_src_common() argument
568 memcpy(texture.map, tex_const, A6XX_TEX_CONST_DWORDS * 4); in r3d_src_common()