/external/mesa3d/src/gallium/state_trackers/nine/ |
D | cubetexture9.c | 205 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 …]
|
D | cubetexture9.h | 58 D3DCUBEMAP_FACES FaceType, 64 D3DCUBEMAP_FACES FaceType, 72 D3DCUBEMAP_FACES FaceType, 77 D3DCUBEMAP_FACES FaceType,
|
D | nine_lock.c | 443 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/ |
D | rrRasterizer.hpp | 135 FaceType getVisibleFace (void) const { return m_face; } in getVisibleFace() 158 FaceType m_face; //!< Triangle orientation, eg. visible face.
|
D | rrShadingContext.hpp | 40 …t* fragmentDepths, int primitiveID, int numFragmentOutputs, int numSamples, FaceType visibleFace_); 48 FaceType visibleFace; //!< Which face (front or back) is visible
|
D | rrDefs.hpp | 34 enum FaceType enum
|
D | rrShadingContext.cpp | 29 …fragmentDepths_, int primitiveID_, int numFragmentOutputs_, int numSamples_, FaceType visibleFace_) in FragmentShadingContext()
|
D | rrFragmentOperations.hpp | 106 FaceType fragmentFacing,
|
D | rrRenderer.cpp | 1030 rr::FaceType facetype, in writeFragmentPackets() 1114 const FaceType visibleFace = rasterizer.getVisibleFace(); in rasterizePrimitive()
|
D | rrFragmentOperations.cpp | 797 FaceType fragmentFacing, in render()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 98 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/ |
D | es2fDepthStencilTests.cpp | 98 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/ |
D | glsFragmentOpUtil.cpp | 216 rr::FaceType faceType, in flushFragmentBuffer() 231 rr::FaceType faceType = flipX == flipY ? rr::FACETYPE_FRONT : rr::FACETYPE_BACK; in render()
|
D | glsFragmentOpUtil.hpp | 133 rr::FaceType faceType,
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 153 …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/ |
D | d3d8.h | 877 …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/ |
D | debug-value2.ll | 380 !99 = !DIDerivedType(tag: DW_TAG_typedef, name: "FaceType", file: !4, line: 1978, baseType: !68)
|