Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c313 static struct tgsi_declaration_sampler_view
316 struct tgsi_declaration_sampler_view dsv; in tgsi_default_declaration_sampler_view()
327 static struct tgsi_declaration_sampler_view
336 struct tgsi_declaration_sampler_view dsv; in tgsi_build_declaration_sampler_view()
502 struct tgsi_declaration_sampler_view *dsv; in tgsi_build_full_declaration()
507 dsv = (struct tgsi_declaration_sampler_view *)&tokens[size]; in tgsi_build_full_declaration()
Dtgsi_parse.h68 struct tgsi_declaration_sampler_view SamplerView;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c324 static struct tgsi_declaration_sampler_view
327 struct tgsi_declaration_sampler_view dsv; in tgsi_default_declaration_sampler_view()
338 static struct tgsi_declaration_sampler_view
347 struct tgsi_declaration_sampler_view dsv; in tgsi_build_declaration_sampler_view()
512 struct tgsi_declaration_sampler_view *dsv; in tgsi_build_full_declaration()
517 dsv = (struct tgsi_declaration_sampler_view *)&tokens[size]; in tgsi_build_full_declaration()
Dtgsi_parse.h68 struct tgsi_declaration_sampler_view SamplerView;
Dtgsi_exec.h438 struct tgsi_declaration_sampler_view
Dtgsi_ureg.c58 struct tgsi_declaration_sampler_view decl_sampler_view;
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h542 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS];
635 struct tgsi_declaration_sampler_view sv[PIPE_MAX_SHADER_SAMPLER_VIEWS];
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h241 struct tgsi_declaration_sampler_view { struct
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h246 struct tgsi_declaration_sampler_view { struct
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c262 struct tgsi_declaration_sampler_view *sview = &decl->SamplerView; in ttn_emit_declaration()