Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A 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 in has_1coord()
147 get_dimensions(const struct pipe_image_view *iview, const struct softpipe_resource *spr, unsigned tgsi_tex_instr, enum pipe_format pformat, unsigned *width, unsigned *height, unsigned *depth) get_dimensions() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h112 unsigned tgsi_tex_instr; member
H A Dtgsi_exec.c3675 params.tgsi_tex_instr = inst->Memory.Texture; in exec_load_img()
3816 params.tgsi_tex_instr = inst->Memory.Texture; in exec_store_img()
3919 params.tgsi_tex_instr = inst->Memory.Texture; in exec_atomop_img()
4090 params.tgsi_tex_instr = inst->Memory.Texture; in exec_resq_img()

Completed in 16 milliseconds