Home
last modified time | relevance | path

Searched refs:FaceType (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dcubetexture9.c205 D3DCUBEMAP_FACES FaceType, in NineCubeTexture9_GetCubeMapSurface() argument
209 const unsigned s = Level * 6 + FaceType; in NineCubeTexture9_GetCubeMapSurface()
212 This, FaceType, Level, ppCubeMapSurface); in NineCubeTexture9_GetCubeMapSurface()
217 user_assert(FaceType < 6, D3DERR_INVALIDCALL); in NineCubeTexture9_GetCubeMapSurface()
227 D3DCUBEMAP_FACES FaceType, in NineCubeTexture9_LockRect() argument
233 const unsigned s = Level * 6 + FaceType; in NineCubeTexture9_LockRect()
236 This, FaceType, Level, pLockedRect, pRect, Flags); in NineCubeTexture9_LockRect()
241 user_assert(FaceType < 6, D3DERR_INVALIDCALL); in NineCubeTexture9_LockRect()
248 D3DCUBEMAP_FACES FaceType, in NineCubeTexture9_UnlockRect() argument
251 const unsigned s = Level * 6 + FaceType; in NineCubeTexture9_UnlockRect()
[all …]
Dcubetexture9.h58 D3DCUBEMAP_FACES FaceType,
64 D3DCUBEMAP_FACES FaceType,
72 D3DCUBEMAP_FACES FaceType,
77 D3DCUBEMAP_FACES FaceType,
Dnine_lock.c443 D3DCUBEMAP_FACES FaceType,
449 r = NineCubeTexture9_GetCubeMapSurface(This, FaceType, Level, ppCubeMapSurface);
457 D3DCUBEMAP_FACES FaceType, in LockCubeTexture9_LockRect() argument
465 r = NineCubeTexture9_LockRect(This, FaceType, Level, pLockedRect, pRect, Flags); in LockCubeTexture9_LockRect()
472 D3DCUBEMAP_FACES FaceType, in LockCubeTexture9_UnlockRect() argument
477 r = NineCubeTexture9_UnlockRect(This, FaceType, Level); in LockCubeTexture9_UnlockRect()
484 D3DCUBEMAP_FACES FaceType, in LockCubeTexture9_AddDirtyRect() argument
489 r = NineCubeTexture9_AddDirtyRect(This, FaceType, pDirtyRect); in LockCubeTexture9_AddDirtyRect()
/external/deqp/framework/referencerenderer/
DrrRasterizer.hpp135 FaceType getVisibleFace (void) const { return m_face; } in getVisibleFace()
158 FaceType m_face; //!< Triangle orientation, eg. visible face.
DrrShadingContext.hpp40 …t* fragmentDepths, int primitiveID, int numFragmentOutputs, int numSamples, FaceType visibleFace_);
48 FaceType visibleFace; //!< Which face (front or back) is visible
DrrDefs.hpp34 enum FaceType enum
DrrShadingContext.cpp29 …fragmentDepths_, int primitiveID_, int numFragmentOutputs_, int numSamples_, FaceType visibleFace_) in FragmentShadingContext()
DrrFragmentOperations.hpp106 FaceType fragmentFacing,
DrrRenderer.cpp1030 rr::FaceType facetype, in writeFragmentPackets()
1114 const FaceType visibleFace = rasterizer.getVisibleFace(); in rasterizePrimitive()
DrrFragmentOperations.cpp797 FaceType fragmentFacing, in render()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilTests.cpp98 rr::FaceType visibleFace; //!< Quad visible face.
817 rr::FaceType visibleFace; in init()
867 rr::FaceType visible = functionCases[ndx].visibleFace; in init()
868 … rr::FaceType notVisible = visible == rr::FACETYPE_FRONT ? rr::FACETYPE_BACK : rr::FACETYPE_FRONT; in init()
900 rr::FaceType visibleFace; in init()
939 rr::FaceType visible = opCombinationCases[ndx].visibleFace; in init()
940 … rr::FaceType notVisible = visible == rr::FACETYPE_FRONT ? rr::FACETYPE_BACK : rr::FACETYPE_FRONT; in init()
1029 rr::FaceType visibleFace; in init()
1083 rr::FaceType visibleFace; in init()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilTests.cpp98 rr::FaceType visibleFace; //!< Quad visible face.
817 rr::FaceType visibleFace; in init()
867 rr::FaceType visible = functionCases[ndx].visibleFace; in init()
868 … rr::FaceType notVisible = visible == rr::FACETYPE_FRONT ? rr::FACETYPE_BACK : rr::FACETYPE_FRONT; in init()
900 rr::FaceType visibleFace; in init()
939 rr::FaceType visible = opCombinationCases[ndx].visibleFace; in init()
940 … rr::FaceType notVisible = visible == rr::FACETYPE_FRONT ? rr::FACETYPE_BACK : rr::FACETYPE_FRONT; in init()
1029 rr::FaceType visibleFace; in init()
1083 rr::FaceType visibleFace; in init()
/external/deqp/modules/glshared/
DglsFragmentOpUtil.cpp216 rr::FaceType faceType, in flushFragmentBuffer()
231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK; in render()
DglsFragmentOpUtil.hpp133 rr::FaceType faceType,
/external/mesa3d/include/D3D9/
Dd3d9.h153 …virtual HRESULT WINAPI GetCubeMapSurface(D3DCUBEMAP_FACES FaceType, UINT Level, IDirect3DSurface9 …
154 …virtual HRESULT WINAPI LockRect(D3DCUBEMAP_FACES FaceType, UINT Level, D3DLOCKED_RECT *pLockedRect…
155 virtual HRESULT WINAPI UnlockRect(D3DCUBEMAP_FACES FaceType, UINT Level) = 0;
156 virtual HRESULT WINAPI AddDirtyRect(D3DCUBEMAP_FACES FaceType, const RECT *pDirtyRect) = 0;
705 …HRESULT (WINAPI *GetCubeMapSurface)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT L…
706 …HRESULT (WINAPI *LockRect)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT Level, D3D…
707 HRESULT (WINAPI *UnlockRect)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT Level);
708 …HRESULT (WINAPI *AddDirtyRect)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, const RECT …
/external/swiftshader/include/Direct3D/
Dd3d8.h877 …STDMETHOD(GetCubeMapSurface)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level,IDirect3DSurface8** ppCube… in DECLARE_INTERFACE_()
878 …STDMETHOD(LockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level,D3DLOCKED_RECT* pLockedRect,CONST R… in DECLARE_INTERFACE_()
879 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE; in DECLARE_INTERFACE_()
880 STDMETHOD(AddDirtyRect)(THIS_ D3DCUBEMAP_FACES FaceType,CONST RECT* pDirtyRect) PURE; in DECLARE_INTERFACE_()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Ddebug-value2.ll380 !99 = !DIDerivedType(tag: DW_TAG_typedef, name: "FaceType", file: !4, line: 1978, baseType: !68)