Home
last modified time | relevance | path

Searched refs:InstructionFlat (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmResourceFlags.h58 …uint32_t InstructionFlat : 1; // (Not for heaps!) EU Instruction Resource (addressed by … member
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmRestrictions.cpp272 pTexInfo->Flags.Gpu.InstructionFlat || in GetGenericRestrictions()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_marshall.h2475 dst.Gpu.InstructionFlat.setValue(src.Gpu.InstructionFlat);
2747 dst.Flags.Gpu.InstructionFlat.setValue(src.Flags.Gpu.InstructionFlat);
2958 dst.Surf.Flags.Gpu.InstructionFlat.setValue(src.Surf.Flags.Gpu.InstructionFlat);
3135 dst.AuxSurf.Flags.Gpu.InstructionFlat.setValue(src.AuxSurf.Flags.Gpu.InstructionFlat);
3312 dst.AuxSecSurf.Flags.Gpu.InstructionFlat.setValue(src.AuxSecSurf.Flags.Gpu.InstructionFlat);
3517 …mmResourceInfoCommon.Surf.Flags.Gpu.InstructionFlat.setValue(src.GmmResourceInfoCommon.Surf.Flags.…
3694 …ourceInfoCommon.AuxSurf.Flags.Gpu.InstructionFlat.setValue(src.GmmResourceInfoCommon.AuxSurf.Flags…
3871 …eInfoCommon.AuxSecSurf.Flags.Gpu.InstructionFlat.setValue(src.GmmResourceInfoCommon.AuxSecSurf.Fla…
H A Dwsl_compute_helper_types_demarshall.h4908 … dst.Gpu.InstructionFlat = readTokValue<decltype(dst.Gpu.InstructionFlat)>(*tokGpu);
5994 … dst.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.Flags.Gpu.InstructionFlat)>(*tokGpu);
7069 …dst.Surf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.Surf.Flags.Gpu.InstructionFlat)>(*t…
8049 …dst.AuxSurf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.AuxSurf.Flags.Gpu.InstructionFla…
9029 …dst.AuxSecSurf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.AuxSecSurf.Flags.Gpu.Instruct…
10151 …ceInfoCommon.Surf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.GmmResourceInfoCommon.Surf…
11131 …foCommon.AuxSurf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.GmmResourceInfoCommon.AuxSu…
12111 …mon.AuxSecSurf.Flags.Gpu.InstructionFlat = readTokValue<decltype(dst.GmmResourceInfoCommon.AuxSecS…
H A Dwsl_compute_helper_types_tokens_structs.h1271 … TokenDword InstructionFlat = {TOK_FBD_GMM_RESOURCE_FLAG_REC__ANONYMOUS1739__INSTRUCTION_FLAT}; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/shared/
H A Dmedia_debug_interface.cpp1531 FIELD_TO_OFS_8SHIFT(Gpu.InstructionFlat); in DumpMosSpecificResourceInfoToOfs()