Home
last modified time | relevance | path

Searched refs:pPlane (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.h381 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
390 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
Degbaddrlib.cpp3588 UINT_32* pPlane ///< [out] plane index in ComputeFmaskCoordFromAddrMicroTiled()
3617 pPlane, in ComputeFmaskCoordFromAddrMicroTiled()
3680 UINT_32* pPlane ///< [out] plane index in ComputeFmaskCoordFromAddrMacroTiled()
3718 pPlane); in ComputeFmaskCoordFromAddrMacroTiled()
3783 UINT_32* pPlane = &pOut->plane; in DispatchComputeFmaskCoordFromAddr() local
3799 pPlane); in DispatchComputeFmaskCoordFromAddr()
3832 pPlane); in DispatchComputeFmaskCoordFromAddr()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h515 const float *pPlane );
520 float *pPlane );
Ddevice9.c2216 const float *pPlane ) in NineDevice9_SetClipPlane() argument
2220 user_assert(pPlane, D3DERR_INVALIDCALL); in NineDevice9_SetClipPlane()
2223 pPlane[0], pPlane[1], in NineDevice9_SetClipPlane()
2224 pPlane[2], pPlane[3]); in NineDevice9_SetClipPlane()
2228 memcpy(&state->clip.ucp[Index][0], pPlane, sizeof(state->clip.ucp[0])); in NineDevice9_SetClipPlane()
2232 nine_context_set_clip_plane(This, Index, (struct nine_clipplane *)pPlane); in NineDevice9_SetClipPlane()
2240 float *pPlane ) in NineDevice9_GetClipPlane() argument
2246 memcpy(pPlane, &state->clip.ucp[Index][0], sizeof(state->clip.ucp[0])); in NineDevice9_GetClipPlane()
Dnine_state.h475 const struct nine_clipplane *pPlane);
Dnine_lock.c1179 const float *pPlane ) in LockDevice9_SetClipPlane() argument
1183 r = NineDevice9_SetClipPlane(This, Index, pPlane); in LockDevice9_SetClipPlane()
1191 float *pPlane ) in LockDevice9_GetClipPlane() argument
1195 r = NineDevice9_GetClipPlane(This, Index, pPlane); in LockDevice9_GetClipPlane()
Dnine_state.c1972 ARG_COPY_REF(struct nine_clipplane, pPlane)) in CSMT_ITEM_NO_WAIT() argument
1976 memcpy(&context->clip.ucp[Index][0], pPlane, sizeof(context->clip.ucp[0])); in CSMT_ITEM_NO_WAIT()
/external/mesa3d/include/D3D9/
Dd3d9.h213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0;
214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0;
801 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9 *This, DWORD Index, const float *pPlane);
802 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9 *This, DWORD Index, float *pPlane);
1052 HRESULT (WINAPI *SetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, const float *pPlane);
1053 HRESULT (WINAPI *GetClipPlane)(IDirect3DDevice9Ex *This, DWORD Index, float *pPlane);
/external/swiftshader/include/Direct3D/
Dd3d8.h300 STDMETHOD(SetClipPlane)(THIS_ DWORD Index,CONST float* pPlane) PURE; in DECLARE_INTERFACE_()
301 STDMETHOD(GetClipPlane)(THIS_ DWORD Index,float* pPlane) PURE; in DECLARE_INTERFACE_()