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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUOpenCLImageTypeLoweringPass.cpp 148 bool replaceImageUses(Argument &ImageArg, uint32_t ResourceID,
166 Replacement = ConstantInt::get(Int32Type, ResourceID);
183 bool replaceSamplerUses(Argument &SamplerArg, uint32_t ResourceID) {
199 Replacement = ConstantInt::get(Int32Type, ResourceID);
226 uint32_t ResourceID;
228 ResourceID = NumReadOnlyImageArgs++;
230 ResourceID = NumWriteOnlyImageArgs++;
237 Modified |= replaceImageUses(Arg, ResourceID, SizeArg, FormatArg);
241 uint32_t ResourceID = NumSamplerArgs++;
242 Modified |= replaceSamplerUses(Arg, ResourceID);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cfgmgr32.h 56 typedef ULONG RESOURCEID;
57 typedef RESOURCEID *PRESOURCEID;
749 CMAPI CONFIGRET WINAPI CM_Add_Res_Des(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,ULONG ulFlags);
750 CMAPI CONFIGRET WINAPI CM_Add_Res_Des_Ex(PRES_DES prdResDes,LOG_CONF lcLogConf,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,ULONG ulFlags,HMACHINE hMachine);
769 CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags);
770 CMAPI CONFIGRET WINAPI CM_Detect_Resource_Conflict_Ex(DEVINST dnDevInst,RESOURCEID ResourceID,PCVOID ResourceData,ULONG ResourceLen,PBOOL pbConflictDetected,ULONG ulFlags,HMACHINE hMachine)
    [all...]

Completed in 83 milliseconds