Searched refs:pInput (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dauthenticatedchannel9.h55 const void *pInput,
62 const void *pInput,
H A Dauthenticatedchannel9.c53 const void *pInput,
63 const void *pInput,
51 NineAuthenticatedChannel9_Query(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,UINT OutputSize,void * pOutput) argument
61 NineAuthenticatedChannel9_Configure(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT * pOutput) argument
H A Dnine_lock.c103 const void *pInput,
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput);
117 const void *pInput,
122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput);
101 LockAuthenticatedChannel9_Query(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,UINT OutputSize,void * pOutput) argument
115 LockAuthenticatedChannel9_Configure(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT * pOutput) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dauthenticatedchannel9.h55 const void *pInput,
62 const void *pInput,
H A Dauthenticatedchannel9.c53 const void *pInput,
63 const void *pInput,
51 NineAuthenticatedChannel9_Query(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,UINT OutputSize,void * pOutput) argument
61 NineAuthenticatedChannel9_Configure(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT * pOutput) argument
H A Dnine_lock.c103 const void *pInput,
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput);
117 const void *pInput,
122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput);
101 LockAuthenticatedChannel9_Query(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,UINT OutputSize,void * pOutput) argument
115 LockAuthenticatedChannel9_Configure(struct NineAuthenticatedChannel9 * This,UINT InputSize,const void * pInput,D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT * pOutput) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h61 * const ADDR_ALLOCSYSMEM_INPUT* pInput);
65 * const ADDR_DEBUGPRINT_INPUT* pInput);
222 const ADDR_ALLOCSYSMEM_INPUT* pInput);
246 const ADDR_FREESYSMEM_INPUT* pInput);
271 const ADDR_DEBUGPRINT_INPUT* pInput);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp372 Value *pInput = LOAD(GEP(pVertex, {pVector, unwrap(swizzle_index)})); local in function:BuilderSWR::swr_gs_llvm_fetch_input
374 Value *value = VEXTRACT(pInput, C(i));
387 Value *pInput = LOAD(GEP(pVertex, {pVector, unwrap(swizzle_index)})); local in function:BuilderSWR::swr_gs_llvm_fetch_input
389 return wrap(pInput);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c163 static void *ADDR_API allocSysMem(const ADDR_ALLOCSYSMEM_INPUT * pInput) argument
165 return malloc(pInput->sizeInBytes);
168 static ADDR_E_RETURNCODE ADDR_API freeSysMem(const ADDR_FREESYSMEM_INPUT * pInput) argument
170 free(pInput->pVirtAddr);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h59 * const ADDR_ALLOCSYSMEM_INPUT* pInput);
63 * const ADDR_DEBUGPRINT_INPUT* pInput);
221 const ADDR_ALLOCSYSMEM_INPUT* pInput);
245 const ADDR_FREESYSMEM_INPUT* pInput);
270 const ADDR_DEBUGPRINT_INPUT* pInput);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c426 static void *ADDR_API allocSysMem(const ADDR_ALLOCSYSMEM_INPUT *pInput) argument
428 return malloc(pInput->sizeInBytes);
431 static ADDR_E_RETURNCODE ADDR_API freeSysMem(const ADDR_FREESYSMEM_INPUT *pInput) argument
433 free(pInput->pVirtAddr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp722 Value *pInput = LOAD(GEP(pVertex, {pVector, unwrap(swizzle_index)})); local in function:BuilderSWR::swr_gs_llvm_fetch_input
724 Value *value = VEXTRACT(pInput, C(i));
737 Value *pInput = LOAD(GEP(pVertex, {pVector, unwrap(swizzle_index)})); local in function:BuilderSWR::swr_gs_llvm_fetch_input
739 return wrap(pInput);
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h576 HRESULT (WINAPI *Query)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, UINT OutputSize, void *pOutput);
577 HRESULT (WINAPI *Configure)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput);
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h576 HRESULT (WINAPI *Query)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, UINT OutputSize, void *pOutput);
577 HRESULT (WINAPI *Configure)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput);

Completed in 138 milliseconds