Home
last modified time | relevance | path

Searched defs:P (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/include/glm/detail/
D_swizzle.hpp300 #define _GLM_SWIZZLE2_2_MEMBERS(T, P, V, E0,E1) \ argument
306 #define _GLM_SWIZZLE2_3_MEMBERS(T, P, V, E0,E1) \ argument
316 #define _GLM_SWIZZLE2_4_MEMBERS(T, P, V, E0,E1) \ argument
334 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \ argument
345 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \ argument
374 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \ argument
457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dproc_table_egl_autogen.cpp25 #define P(FUNC) reinterpret_cast<__eglMustCastToProperFunctionPointerType>(FUNC) macro
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dproc_table_wgl_autogen.cpp36 #define P(FUNC) reinterpret_cast<PROC>(FUNC) macro
/device/generic/vulkan-cereal/include/glm/gtx/
Dsimd_vec4.hpp52 P = 2, enumerator
/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h44 struct Mat33 P[2][2]; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DDrawElementsPerf.cpp212 using P = DrawElementsPerfParams; typedef
DTracePerfTest.cpp360 using P = TracePerfParams; typedef
DDrawCallPerf.cpp405 using P = DrawArraysPerfParams; typedef
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp756 TIntermTyped *createCoordTransformationCall(TIntermTyped *P, in createCoordTransformationCall()
766 TIntermTyped *createImplicitCoordTransformationCall(TIntermTyped *P, in createImplicitCoordTransformationCall()
/device/google/contexthub/firmware/os/algos/
Dfusion.c400 static void scaleCovariance(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *P) { in scaleCovariance()