• Home
  • Raw
  • Download

Lines Matching refs:UINT32

182   UINT32 Flags; // DXC_HASHFLAG_*
187 (UINT32)(UINT8)(ch0) | (UINT32)(UINT8)(ch1) << 8 | \
188 (UINT32)(UINT8)(ch2) << 16 | (UINT32)(UINT8)(ch3) << 24 \
234 _Out_ UINT32 *pCodePage) = 0;
284 virtual UINT32 STDMETHODCALLTYPE GetCount() = 0;
289 _In_ UINT32 argCount // Number of arguments to add
293 _In_ UINT32 argCount // Number of arguments to add
297 _In_ UINT32 defineCount // Number of defines
310 _In_ IDxcBlob *pBlob, UINT32 offset, UINT32 length, _COM_Outptr_ IDxcBlob **ppResult) = 0;
312 _In_z_ LPCWSTR pFileName, _In_opt_ UINT32* codePage,
315 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage,
318 _In_bytecount_(size) LPCVOID pText, UINT32 size, UINT32 codePage,
321 _In_bytecount_(size) LPCVOID pText, IMalloc *pIMalloc, UINT32 size, UINT32 codePage,
360 _In_ UINT32 argCount, // Number of arguments
363 _In_ UINT32 defineCount, // Number of defines
373 _In_ UINT32 argCount, // Number of arguments
376 _In_ UINT32 defineCount, // Number of defines
398 _In_ UINT32 argCount, // Number of arguments
401 _In_ UINT32 defineCount, // Number of defines
425 _In_ UINT32 libCount, // Number of libraries to link
427 _In_ UINT32 argCount, // Number of arguments
442 _In_ IDxcBlob *pBlob, UINT32 offset, UINT32 length, _COM_Outptr_ IDxcBlob **ppResult) = 0;
450 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage,
456 _In_bytecount_(size) LPCVOID pData, IMalloc *pIMalloc, UINT32 size, UINT32 codePage,
465 _In_bytecount_(size) LPCVOID pData, UINT32 size, UINT32 codePage,
470 _In_z_ LPCWSTR pFileName, _In_opt_ UINT32* pCodePage,
488 _In_ UINT32 DxcPart,
490 _Out_ UINT32 *pPartSizeInBytes) = 0;
502 _In_ UINT32 argCount, // Number of arguments
505 _In_ UINT32 defineCount, // Number of defines
539 virtual UINT32 GetNumOutputs() = 0;
540 virtual DXC_OUT_KIND GetOutputByIndex(UINT32 Index) = 0;
551 virtual UINT32 STDMETHODCALLTYPE GetOutputCount() = 0;
552 virtual HRESULT STDMETHODCALLTYPE GetOutput(_In_ UINT32 uIndex,
567 _In_ UINT32 argCount, // Number of arguments
579 static const UINT32 DxcValidatorFlags_Default = 0;
580 static const UINT32 DxcValidatorFlags_InPlaceEdit = 1; // Validator is allowed to update shader bl…
581 static const UINT32 DxcValidatorFlags_RootSignatureOnly = 2;
582 static const UINT32 DxcValidatorFlags_ModuleOnly = 4;
583 static const UINT32 DxcValidatorFlags_ValidMask = 0x7;
590 _In_ UINT32 Flags, // Validation flags.
598 …virtual HRESULT STDMETHODCALLTYPE AddPart(_In_ UINT32 fourCC, _In_ IDxcBlob *pSource) = 0; //…
599 …virtual HRESULT STDMETHODCALLTYPE RemovePart(_In_ UINT32 fourCC) = 0; //…
615 virtual HRESULT STDMETHODCALLTYPE GetPartCount(_Out_ UINT32 *pResult) = 0;
616 virtual HRESULT STDMETHODCALLTYPE GetPartKind(UINT32 idx, _Out_ UINT32 *pResult) = 0;
617 …virtual HRESULT STDMETHODCALLTYPE GetPartContent(UINT32 idx, _COM_Outptr_ IDxcBlob **ppResult) = 0;
618 virtual HRESULT STDMETHODCALLTYPE FindFirstPartKind(UINT32 kind, _Out_ UINT32 *pResult) = 0;
619 virtual HRESULT STDMETHODCALLTYPE GetPartReflection(UINT32 idx, REFIID iid, void **ppvObject) = 0;
626 virtual HRESULT STDMETHODCALLTYPE GetOptionArgCount(_Out_ UINT32 *pCount) = 0;
627 …virtual HRESULT STDMETHODCALLTYPE GetOptionArgName(UINT32 argIndex, _COM_Outptr_ LPWSTR *ppResult)…
628 …virtual HRESULT STDMETHODCALLTYPE GetOptionArgDescription(UINT32 argIndex, _COM_Outptr_ LPWSTR *pp…
633 virtual HRESULT STDMETHODCALLTYPE GetAvailablePassCount(_Out_ UINT32 *pCount) = 0;
634 …virtual HRESULT STDMETHODCALLTYPE GetAvailablePass(UINT32 index, _COM_Outptr_ IDxcOptimizerPass** …
636 _In_count_(optionCount) LPCWSTR *ppOptions, UINT32 optionCount,
641 static const UINT32 DxcVersionInfoFlags_None = 0;
642 static const UINT32 DxcVersionInfoFlags_Debug = 1; // Matches VS_FF_DEBUG
643 static const UINT32 DxcVersionInfoFlags_Internal = 2; // Internal Validator (non-signing)
647 virtual HRESULT STDMETHODCALLTYPE GetVersion(_Out_ UINT32 *pMajor, _Out_ UINT32 *pMinor) = 0;
648 virtual HRESULT STDMETHODCALLTYPE GetFlags(_Out_ UINT32 *pFlags) = 0;
653 …virtual HRESULT STDMETHODCALLTYPE GetCommitInfo(_Out_ UINT32 *pCommitCount, _Out_ char **pCommitHa…