Searched refs:v3d_sampler_view (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_context.h39 struct v3d_sampler_view *so);
H A Dv3d_uniforms.c137 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
160 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
200 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3d_context.h150 struct v3d_sampler_view { struct
637 static inline struct v3d_sampler_view *
638 v3d_sampler_view(struct pipe_sampler_view *psview) function in typeref:struct:v3d_sampler_view *
640 return (struct v3d_sampler_view *)psview;
777 struct v3d_sampler_view *so);
H A Dv3d_resource.c161 struct v3d_sampler_view *sview =
162 v3d_sampler_view(psview);
992 struct v3d_sampler_view *view = v3d_sampler_view(pview);
H A Dv3dx_state.c895 struct v3d_sampler_view *so)
986 struct v3d_sampler_view *so = CALLOC_STRUCT(v3d_sampler_view);
1140 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3d_context.c234 struct v3d_sampler_view *so)
H A Dv3dx_emit.c83 struct v3d_sampler_view *sview,
139 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3dx_draw.c176 struct v3d_sampler_view *view = v3d_sampler_view(pview);
303 struct v3d_sampler_view *view = v3d_sampler_view(pview);
H A Dv3d_program.c453 struct v3d_sampler_view *v3d_sampler = v3d_sampler_view(sampler);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c133 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
156 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
196 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3d_context.h120 struct v3d_sampler_view { struct
539 static inline struct v3d_sampler_view *
540 v3d_sampler_view(struct pipe_sampler_view *psview) function in typeref:struct:v3d_sampler_view *
542 return (struct v3d_sampler_view *)psview;
H A Dv3dx_state.c901 struct v3d_sampler_view *so = CALLOC_STRUCT(v3d_sampler_view);
1129 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3dx_emit.c83 struct v3d_sampler_view *sview,
139 struct v3d_sampler_view *sview = v3d_sampler_view(psview);
H A Dv3d_program.c412 struct v3d_sampler_view *v3d_sampler = v3d_sampler_view(sampler);
H A Dv3d_resource.c913 struct v3d_sampler_view *view = v3d_sampler_view(pview);
H A Dv3dx_draw.c158 struct v3d_sampler_view *view = v3d_sampler_view(pview);

Completed in 25 milliseconds