Searched refs:ReturnTypeY (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h185 unsigned ReturnTypeY : 6; /**< one of enum pipe_type */ member in struct:tgsi_declaration_sampler_view
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c301 if ((decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeY) &&
308 ENM(decl->SamplerView.ReturnTypeY, tgsi_type_names);
H A Dtgsi_build.c299 dsv.ReturnTypeY = PIPE_TYPE_UNORM;
320 dsv.ReturnTypeY = return_type_y;
474 full_decl->SamplerView.ReturnTypeY,
H A Dtgsi_text.c1170 decl.SamplerView.ReturnTypeY = i;
1203 decl.SamplerView.ReturnTypeY =
H A Dtgsi_ureg.c1350 out[2].decl_sampler_view.ReturnTypeY = return_type_y;

Completed in 235 milliseconds