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

  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 237 unsigned ReturnTypeZ : 6; /**< one of enum tgsi_return_type */
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 321 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM;
342 dsv.ReturnTypeZ = return_type_z;
512 full_decl->SamplerView.ReturnTypeZ,
    [all...]
tgsi_dump.c 409 (decl->SamplerView.ReturnTypeX == decl->SamplerView.ReturnTypeZ) &&
417 ENM(decl->SamplerView.ReturnTypeZ, tgsi_return_type_names);
tgsi_transform.h 201 decl.SamplerView.ReturnTypeZ = type;
tgsi_text.c     [all...]
tgsi_ureg.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 290 (sview->ReturnTypeX == sview->ReturnTypeZ) &&
    [all...]

Completed in 70 milliseconds