Searched refs:tgsi_tex_instr (Results 1 – 3 of 3) sorted by relevance
57 has_layer_or_depth(unsigned tgsi_tex_instr) in has_layer_or_depth() argument59 return (tgsi_tex_instr == TGSI_TEXTURE_3D || in has_layer_or_depth()60 tgsi_tex_instr == TGSI_TEXTURE_CUBE || in has_layer_or_depth()61 tgsi_tex_instr == TGSI_TEXTURE_1D_ARRAY || in has_layer_or_depth()62 tgsi_tex_instr == TGSI_TEXTURE_2D_ARRAY || in has_layer_or_depth()63 tgsi_tex_instr == TGSI_TEXTURE_CUBE_ARRAY || in has_layer_or_depth()64 tgsi_tex_instr == TGSI_TEXTURE_2D_ARRAY_MSAA); in has_layer_or_depth()71 has_1coord(unsigned tgsi_tex_instr) in has_1coord() argument73 return (tgsi_tex_instr == TGSI_TEXTURE_BUFFER || in has_1coord()74 tgsi_tex_instr == TGSI_TEXTURE_1D || in has_1coord()[all …]
112 unsigned tgsi_tex_instr; member
3904 params.tgsi_tex_instr = inst->Memory.Texture; in exec_load_img()4059 params.tgsi_tex_instr = inst->Memory.Texture; in exec_store_img()4184 params.tgsi_tex_instr = inst->Memory.Texture; in exec_atomop_img()4393 params.tgsi_tex_instr = inst->Memory.Texture; in exec_resq_img()