HomeSort by relevance Sort by last modified time
    Searched refs:ReturnTypeX (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 408 if ((decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeY) &&
409 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeZ) &&
410 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeW)) {
411 ENM(decl->SamplerView.ReturnTypeX, tgsi_return_type_names);
413 ENM(decl->SamplerView.ReturnTypeX, tgsi_return_type_names);
tgsi_build.c 319 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM;
340 dsv.ReturnTypeX = return_type_x;
510 full_decl->SamplerView.ReturnTypeX,
    [all...]
tgsi_transform.h 199 decl.SamplerView.ReturnTypeX = type;
tgsi_text.c     [all...]
tgsi_scan.c 612 type = fulldecl->SamplerView.ReturnTypeX;
tgsi_ureg.c     [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 235 unsigned ReturnTypeX : 6; /**< one of enum tgsi_return_type */
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 289 assert((sview->ReturnTypeX == sview->ReturnTypeY) &&
290 (sview->ReturnTypeX == sview->ReturnTypeZ) &&
291 (sview->ReturnTypeX == sview->ReturnTypeW));
293 switch (sview->ReturnTypeX) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]

Completed in 1687 milliseconds