Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.h395 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
404 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c2370 const float *pPlane ) in NineDevice9_SetClipPlane() argument
2374 user_assert(pPlane, D3DERR_INVALIDCALL); in NineDevice9_SetClipPlane()
2377 pPlane[0], pPlane[1], in NineDevice9_SetClipPlane()
2378 pPlane[2], pPlane[3]); in NineDevice9_SetClipPlane()
2382 memcpy(&state->clip.ucp[Index][0], pPlane, sizeof(state->clip.ucp[0])); in NineDevice9_SetClipPlane()
2386 nine_context_set_clip_plane(This, Index, (struct nine_clipplane *)pPlane); in NineDevice9_SetClipPlane()
2394 float *pPlane ) in NineDevice9_GetClipPlane() argument
2399 user_assert(pPlane != NULL, D3DERR_INVALIDCALL); in NineDevice9_GetClipPlane()
2402 memcpy(pPlane, &state->clip.ucp[Index][0], sizeof(state->clip.ucp[0])); in NineDevice9_GetClipPlane()
Ddevice9.h530 const float *pPlane );
535 float *pPlane );
Dnine_state.h504 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.c2003 ARG_COPY_REF(struct nine_clipplane, pPlane)) in CSMT_ITEM_NO_WAIT() argument
2007 memcpy(&context->clip.ucp[Index][0], pPlane, sizeof(context->clip.ucp[0])); in CSMT_ITEM_NO_WAIT()
/third_party/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);