Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 206) sorted by relevance

123456789

/device/generic/vulkan-cereal/include/vulkan/
Dvk_icd.h134 VkIcdSurfaceBase base; member
142 VkIcdSurfaceBase base; member
150 VkIcdSurfaceBase base; member
158 VkIcdSurfaceBase base; member
166 VkIcdSurfaceBase base; member
174 VkIcdSurfaceBase base; member
182 VkIcdSurfaceBase base; member
189 VkIcdSurfaceBase base; member
196 VkIcdSurfaceBase base; member
203 VkIcdSurfaceBase base; member
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderLang.cpp52 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local
73 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local
277 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local
304 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local
469 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local
479 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local
490 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local
500 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local
631 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local
642 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local
[all …]
/device/generic/vulkan-cereal/fake-android-guest/ui/
DANativeObjectBase.h62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf()
65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf()
68 static void incRef(NATIVE_BASE* base) { in incRef()
72 static void decRef(NATIVE_BASE* base) { in decRef()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/internal/
Ddri_interface.h136 __DRIextension base; member
147 __DRIextension base; member
158 __DRIextension base; member
184 __DRIextension base; member
208 __DRIextension base; member
232 __DRIextension base; member
282 __DRIextension base; member
327 __DRIextension base; member
364 __DRIextension base; member
385 __DRIextension base; member
[all …]
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/GL/
Ddri_interface.h136 __DRIextension base; member
147 __DRIextension base; member
158 __DRIextension base; member
184 __DRIextension base; member
208 __DRIextension base; member
232 __DRIextension base; member
282 __DRIextension base; member
327 __DRIextension base; member
364 __DRIextension base; member
385 __DRIextension base; member
[all …]
/device/generic/vulkan-cereal/include/glm/gtx/
Dlog_base.inl7 GLM_FUNC_QUALIFIER genType log(genType const & x, genType const & base)
14 GLM_FUNC_QUALIFIER vecType<T, P> log(vecType<T, P> const & x, vecType<T, P> const & base)
/device/generic/vulkan-cereal/include/glm/detail/
Dtype_gentype.inl50 base<vT, cT, rT, pT>::base() function in glm::detail::base
56 base<vT, cT, rT, pT>::base function in glm::detail::base
73 base<vT, cT, rT, pT>::base function in glm::detail::base
109 base<vT, cT, rT, pT>::base function in glm::detail::base
118 base<vT, cT, rT, pT>::base function in glm::detail::base
136 base<vT, cT, rT, pT>::base function in glm::detail::base
/device/google/raviole-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/bluejay-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/raviole-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/lynx-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/pantah-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/bluejay-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/lynx-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/tangorpro-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/tangorpro-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/google/pantah-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/felix-kernel/original-kernel-headers/linux/
Dvideodev2_exynos_media.h94 #define NV12N_CBCR_BASE(base, w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
113 #define YUV420N_CB_BASE(base, w, h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
114 #define YUV420N_CR_BASE(base, w, h) \ argument
193 #define SBWC_8B_CBCR_BASE(base, w, h) \ argument
195 #define SBWC_10B_CBCR_BASE(base, w, h) \ argument
212 #define SBWCL_8B_CBCR_BASE(base, w, h, r) \ argument
214 #define SBWCL_10B_CBCR_BASE(base, w, h, r) \ argument
/device/google/felix-kernel/kernel-headers/linux/
Dvideodev2_exynos_media.h59 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
65 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
71 #define YUV420N_CB_BASE(base,w,h) ((base) + YUV420N_Y_SIZE((w), (h))) argument
72 #define YUV420N_CR_BASE(base,w,h) (YUV420N_CB_BASE((base), (w), (h)) + YUV420N_CB_SIZE((w), (h))) argument
103 #define SBWC_8B_CBCR_BASE(base,w,h) ((base) + SBWC_8B_Y_SIZE(w, h) + SBWC_8B_Y_HEADER_SIZE(w, h)) argument
104 #define SBWC_10B_CBCR_BASE(base,w,h) ((base) + SBWC_10B_Y_SIZE(w, h) + SBWC_10B_Y_HEADER_SIZE(w, h)) argument
111 #define SBWCL_8B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument
112 #define SBWCL_10B_CBCR_BASE(base,w,h,r) ((base) + SBWCL_10B_Y_SIZE(w, h, r)) argument
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/test/
Duint128_test.cpp20 namespace base { namespace
81 const UInt128 base(0xFF); in TEST() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DRemovePow_test.cpp83 bool IsPowWorkaround(TIntermNode *node, TIntermNode **base) in IsPowWorkaround()
124 TIntermNode *base = nullptr; in visitUnary() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/
DCMakeLists.txt13 add_library(base INTERFACE) target
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dvirtual_destructors.cc25 namespace base { namespace
Dstring_view.cc20 namespace base { namespace
/device/generic/vulkan-cereal/base/
DFunctorThread.cpp20 namespace base { namespace

123456789