Home
last modified time | relevance | path

Searched refs:dummy_view (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c203 static const struct fd3_pipe_sampler_view dummy_view = {}; in emit_textures() local
206 &dummy_view; in emit_textures()
223 static const struct fd3_pipe_sampler_view dummy_view = { in emit_textures() local
229 &dummy_view; in emit_textures()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c197 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures() local
200 &dummy_view; in emit_textures()
220 static const struct fd4_pipe_sampler_view dummy_view = {}; in emit_textures() local
226 &dummy_view; in emit_textures()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_emit.c118 static const struct fd2_pipe_sampler_view dummy_view = {}; in emit_texture() local
131 &dummy_view; in emit_texture()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c384 static const struct fd5_pipe_sampler_view dummy_view = {}; in emit_textures() local
387 &dummy_view; in emit_textures()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c391 static const struct fd6_pipe_sampler_view dummy_view = {}; in fd6_emit_textures() local
393 fd6_pipe_sampler_view(tex->textures[i]) : &dummy_view; in fd6_emit_textures()