Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dgmm_resource_info_accessor.h29 this->RotateInfo = src.RotateInfo; in set()
48 dst.RotateInfo = this->RotateInfo; in get()
H A Dgmm_resource_info_struct.h63 uint32_t RotateInfo; member
H A Dwsl_compute_helper_types_tokens_structs.h1683 TokenDword RotateInfo = {TOK_FBD_GMM_RESOURCE_INFO_COMMON_STRUCT__ROTATE_INFO}; member
H A Dwsl_compute_helper_types_marshall.h3473 dst.RotateInfo.setValue(src.RotateInfo);
4032 dst.GmmResourceInfoCommon.RotateInfo.setValue(src.GmmResourceInfoCommon.RotateInfo);
H A Dwsl_compute_helper_types_demarshall.h6884 dst.RotateInfo = readTokValue<decltype(dst.RotateInfo)>(*tok);
9971 …dst.GmmResourceInfoCommon.RotateInfo = readTokValue<decltype(dst.GmmResourceInfoCommon.RotateInfo)…
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfoCommon.h68 uint32_t RotateInfo; variable
131 RotateInfo(), in GmmResourceInfoCommon()
148 RotateInfo(), in GmmResourceInfoCommon()
167 RotateInfo = rhs.RotateInfo;
402 return RotateInfo; in GetRotateInfo()
H A DGmmResourceInfoExt.h325 uint32_t RotateInfo; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSample3D.cpp45 struct RotateInfo { struct
50 RotateInfo computeRotationInfo(SkV2 a, SkV2 b) const { in computeRotationInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSample3D.cpp46 struct RotateInfo { struct
51 RotateInfo computeRotationInfo(SkV2 a, SkV2 b) const { in computeRotationInfo()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommonEx.cpp355 RotateInfo = CreateParams.RotateInfo; in CopyClientParams()