HomeSort by relevance Sort by last modified time
    Searched refs:pDesc (Results 1 - 25 of 50) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/nine/
vertexbuffer9.c 40 D3DVERTEXBUFFER_DESC *pDesc )
45 pDesc->Size, pDesc->Usage, pDesc->Pool);
48 pDesc->Usage, pDesc->Size, pDesc->Pool);
52 pDesc->Type = D3DRTYPE_VERTEXBUFFER;
53 pDesc->Format = D3DFMT_VERTEXDATA;
54 This->desc = *pDesc;
    [all...]
indexbuffer9.c 41 D3DINDEXBUFFER_DESC *pDesc )
44 DBG("This=%p pParams=%p pDesc=%p Usage=%s\n",
45 This, pParams, pDesc, nine_D3DUSAGE_to_str(pDesc->Usage));
48 pDesc->Usage, pDesc->Size, pDesc->Pool);
55 switch (pDesc->Format) {
64 pDesc->Type = D3DRTYPE_INDEXBUFFER;
65 This->desc = *pDesc;
    [all...]
indexbuffer9.h 53 D3DINDEXBUFFER_DESC *pDesc,
59 D3DINDEXBUFFER_DESC *pDesc );
83 D3DINDEXBUFFER_DESC *pDesc );
vertexbuffer9.h 48 D3DVERTEXBUFFER_DESC *pDesc,
54 D3DVERTEXBUFFER_DESC *pDesc );
77 D3DVERTEXBUFFER_DESC *pDesc );
surface9.c 59 D3DSURFACE_DESC *pDesc )
62 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL;
65 DBG("This=%p pDevice=%p pResource=%p Level=%u Layer=%u pDesc=%p\n",
66 This, pParams->device, pResource, Level, Layer, pDesc);
71 assert(pDesc);
74 pDesc->Format == D3DFMT_NULL);
77 assert(!user_buffer || pDesc->Pool != D3DPOOL_DEFAULT);
78 assert(!pResource || pDesc->Pool == D3DPOOL_DEFAULT);
84 multisample_type = pDesc->MultiSampleType;
88 pDesc->Format
    [all...]
volume9.c 57 D3DVOLUME_DESC *pDesc )
63 DBG("This=%p pContainer=%p pDevice=%p pResource=%p Level=%u pDesc=%p\n",
64 This, pContainer, pParams->device, pResource, Level, pDesc);
69 user_assert(!(pDesc->Usage & D3DUSAGE_DYNAMIC) ||
70 (pDesc->Pool != D3DPOOL_MANAGED), D3DERR_INVALIDCALL);
72 assert(pResource || pDesc->Pool != D3DPOOL_DEFAULT);
85 This->desc = *pDesc;
89 This->info.width0 = pDesc->Width;
90 This->info.height0 = pDesc->Height;
91 This->info.depth0 = pDesc->Depth
    [all...]
volume9.h 70 D3DVOLUME_DESC *pDesc,
107 D3DVOLUME_DESC *pDesc );
surface9.h 71 D3DSURFACE_DESC *pDesc,
83 D3DSURFACE_DESC *pDesc );
159 D3DSURFACE_DESC *pDesc );
texture9.h 54 D3DSURFACE_DESC *pDesc );
volumetexture9.h 53 D3DVOLUME_DESC *pDesc );
cubetexture9.h 54 D3DSURFACE_DESC *pDesc );
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 372 /// @param [in] pDesc { Undefined, Define, Common, Indirect }
389 ResolveInfo::Desc pDesc,
425 /// @param [in] pDesc The description of the symbol, Could be one of
435 ResolveInfo::Desc pDesc,
464 ResolveInfo::Desc pDesc,
474 ResolveInfo::Desc pDesc,
491 ResolveInfo::Desc pDesc,
502 ResolveInfo::Desc pDesc,
513 ResolveInfo::Desc pDesc,
524 ResolveInfo::Desc pDesc,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 123 D3D10_BLEND_DESC1 *pDesc) = 0;
170 D3D10_BLEND_DESC *pDesc);
175 D3D10_BLEND_DESC1 *pDesc);
195 #define ID3D10BlendState1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc)
197 #define ID3D10BlendState1_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc)
223 static FORCEINLINE void ID3D10BlendState1_GetDesc(ID3D10BlendState1* This,D3D10_BLEND_DESC *pDesc) {
224 This->lpVtbl->GetDesc(This,pDesc);
227 static FORCEINLINE void ID3D10BlendState1_GetDesc1(ID3D10BlendState1* This,D3D10_BLEND_DESC1 *pDesc) {
    [all...]
dxgi1_2.idl 99 [out] DXGI_SWAP_CHAIN_DESC1 *pDesc);
102 [out] DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc);
147 [in] const DXGI_SWAP_CHAIN_DESC1 *pDesc,
155 [in] const DXGI_SWAP_CHAIN_DESC1 *pDesc,
189 [in] const DXGI_SWAP_CHAIN_DESC1 *pDesc,
233 HRESULT GetDesc2([out] DXGI_ADAPTER_DESC2 *pDesc);
d3d10_1.idl 88 void GetDesc1([out] D3D10_BLEND_DESC1 *pDesc);
127 void GetDesc1([out] D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc);
140 [in, out] const D3D10_SHADER_RESOURCE_VIEW_DESC1 *pDesc,
dxgi1_2.h 344 DXGI_SWAP_CHAIN_DESC1 *pDesc) = 0;
347 DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc) = 0;
481 DXGI_SWAP_CHAIN_DESC1 *pDesc);
485 DXGI_SWAP_CHAIN_FULLSCREEN_DESC *pDesc);
556 #define IDXGISwapChain1_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc)
557 #define IDXGISwapChain1_GetFullscreenDesc(This,pDesc) (This)->lpVtbl->GetFullscreenDesc(This,pDesc)
627 static FORCEINLINE HRESULT IDXGISwapChain1_GetDesc1(IDXGISwapChain1* This,DXGI_SWAP_CHAIN_DESC1 *pDesc) {
628 return This->lpVtbl->GetDesc1(This,pDesc);
    [all...]
d3d10.h     [all...]
d3d11.h     [all...]
d3d11_1.h 122 D3D11_BLEND_DESC1 *pDesc) = 0;
169 D3D11_BLEND_DESC *pDesc);
174 D3D11_BLEND_DESC1 *pDesc);
194 #define ID3D11BlendState1_GetDesc(This,pDesc) (This)->lpVtbl->GetDesc(This,pDesc)
196 #define ID3D11BlendState1_GetDesc1(This,pDesc) (This)->lpVtbl->GetDesc1(This,pDesc)
222 static FORCEINLINE void ID3D11BlendState1_GetDesc(ID3D11BlendState1* This,D3D11_BLEND_DESC *pDesc) {
223 This->lpVtbl->GetDesc(This,pDesc);
226 static FORCEINLINE void ID3D11BlendState1_GetDesc1(ID3D11BlendState1* This,D3D11_BLEND_DESC1 *pDesc) {
    [all...]
d3d11.idl     [all...]
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 37 ResolveInfo::Desc pDesc,
46 (*result)->setDesc(pDesc);
59 ResolveInfo::Desc pDesc,
83 new_symbol->setDesc(pDesc);
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 55 ResolveInfo::Desc pDesc,
69 ResolveInfo::Desc pDesc,
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 400 ResolveInfo::Desc pDesc,
409 ResolveInfo::Undefined == pDesc) {
420 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) {
429 if (pSection == NULL || ResolveInfo::Undefined == pDesc ||
430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind ||
438 name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
444 pInput, name, pType, pDesc, pBind, pSize, pValue, pVis);
456 ResolveInfo::Desc pDesc,
471 pName, false, pType, pDesc, pBinding, pSize, pVisibility);
482 pDesc,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 115 CLEAR_DESC *pDesc = (CLEAR_DESC*)pUserData;
120 uint32_t macroTileXMin = pDesc->rect.xmin / KNOB_MACROTILE_X_DIM;
121 uint32_t macroTileXMax = (pDesc->rect.xmax - 1) / KNOB_MACROTILE_X_DIM;
122 uint32_t macroTileYMin = pDesc->rect.ymin / KNOB_MACROTILE_Y_DIM;
123 uint32_t macroTileYMax = (pDesc->rect.ymax - 1) / KNOB_MACROTILE_Y_DIM;
128 work.desc.clear = *pDesc;
154 STORE_TILES_DESC* pDesc = (STORE_TILES_DESC*)pUserData;
158 uint32_t macroTileXMin = pDesc->rect.xmin / KNOB_MACROTILE_X_DIM;
159 uint32_t macroTileXMax = (pDesc->rect.xmax - 1) / KNOB_MACROTILE_X_DIM;
160 uint32_t macroTileYMin = pDesc->rect.ymin / KNOB_MACROTILE_Y_DIM
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 279 const FX_FONTDESCRIPTOR* pDesc = MatchDefaultFont(&params, m_FontFaces);
280 if (pDesc)
281 return pDesc;
289 pDesc = MatchDefaultFont(&params, namedFonts);
290 if (!pDesc)
293 auto it = std::find(m_FontFaces.rbegin(), m_FontFaces.rend(), *pDesc);
297 m_FontFaces.push_back(*pDesc);
649 CFX_FontDescriptor* pDesc = (*sortedFontInfos)[0].pFont;
651 LoadFont(pDesc->m_wsFaceName, pDesc->m_nFaceIndex, nullptr)
    [all...]

Completed in 232 milliseconds

1 2