Home
last modified time | relevance | path

Searched refs:tgsi_declaration_sampler_view (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c321 static struct tgsi_declaration_sampler_view
324 struct tgsi_declaration_sampler_view dsv; in tgsi_default_declaration_sampler_view()
335 static struct tgsi_declaration_sampler_view
344 struct tgsi_declaration_sampler_view dsv; in tgsi_build_declaration_sampler_view()
508 struct tgsi_declaration_sampler_view *dsv; in tgsi_build_full_declaration()
513 dsv = (struct tgsi_declaration_sampler_view *)&tokens[size]; in tgsi_build_full_declaration()
Dtgsi_parse.h68 struct tgsi_declaration_sampler_view SamplerView;
Dtgsi_exec.h395 struct tgsi_declaration_sampler_view
Dtgsi_ureg.c59 struct tgsi_declaration_sampler_view decl_sampler_view;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h545 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS];
638 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS];
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h240 struct tgsi_declaration_sampler_view { struct
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c264 struct tgsi_declaration_sampler_view *sview = &decl->SamplerView; in ttn_emit_declaration()