Home
last modified time | relevance | path

Searched refs:tgsi_tex_instr (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c57 has_layer_or_depth(unsigned tgsi_tex_instr) in has_layer_or_depth() argument
59 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() argument
73 return (tgsi_tex_instr == TGSI_TEXTURE_BUFFER || in has_1coord()
74 tgsi_tex_instr == TGSI_TEXTURE_1D || in has_1coord()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h112 unsigned tgsi_tex_instr; member
Dtgsi_exec.c3904 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()