/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_integer_simd.inl | 14 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & v, uint32 Mask, uint32 Sh… 18 __m128i const set1 = _mm_set1_epi32(Mask); 35 …GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & v, uint32 Mask, uint32 Sh… 39 __m128i const set1 = _mm_set1_epi32(Mask);
|
D | func_integer.inl | 45 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & v, T Mask, T Shift) 47 return (v & Mask) << Shift | (v & (~Mask)) >> Shift; 63 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & v, T Mask, T Shift) 65 return (v & Mask) + ((v >> Shift) & Mask); 286 T const Mask = static_cast<T>(detail::mask(Bits) << Offset); local 287 return (Base & ~Mask) | (Insert & Mask);
|
D | func_common_simd.inl | 195 __m128 const Mask = _mm_castsi128_ps(Load); local 199 Result.data = _mm_blendv_ps(x.data, y.data, Mask); 201 Result.data = _mm_or_ps(_mm_and_ps(Mask, y.data), _mm_andnot_ps(Mask, x.data));
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xdefs.h | 73 typedef unsigned long Mask; typedef 75 typedef CARD32 Mask; typedef
|
D | X.h | 70 typedef unsigned long Mask; typedef 86 typedef CARD32 Mask; typedef
|
/hardware/interfaces/tests/baz/1.0/ |
D | IBase.hal | 78 typedef bitfield<BitField> Mask; 124 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
|
/hardware/interfaces/tests/bar/1.0/ |
D | IBar.hal | 37 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_ray_tracing_maintenance1.adoc | 42 variable which contains the value of the code:OpTrace* `Cull Mask`
|
D | glossary.adoc | 317 Coverage Mask:: 438 Device Mask:: 680 Fragment Mask:: 1736 Subgroup Mask:: 1930 View Mask::
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantP2pIfaceCallback.hal | 44 * @param configMethods Mask of WPS configuration methods supported by the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_HUAWEI_invocation_mask.adoc | 93 Mask image resolution must match the width/height in vkCmdTraceRay;
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantP2pIfaceCallback.hal | 95 * @param configMethods Mask of WPS configuration methods supported by the 203 * @param configMethods Mask of WPS configuration methods supported.
|
D | ISupplicantIface.hal | 210 * @param configMethods Mask of WPS configuration methods supported by the
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XIproto.h | 57 #define Mask CARD32 macro 83 Mask mask; 92 Mask mask; 1752 #undef Mask
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFoo.hal | 101 typedef bitfield<BitField> Mask;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | raytraversal.adoc | 288 === Ray Mask Culling 292 instance to a top-level acceleration structure, and the `Cull Mask` 295 For the instance which is intersected, if [eq]#pname:mask & `Cull Mask` ==
|
D | framebuffer.adoc | 211 Mask>>. 934 == Color Write Mask 1012 Write Mask>> as follows:
|
D | interfaces.adoc | 1947 The value is given by the `Cull Mask` parameter passed into one of the 4174 [open,refpage='SubgroupEqMask',desc='Mask of shader invocations in a subgroup with the same subgrou… 4201 [open,refpage='SubgroupGeMask',desc='Mask of shader invocations in a subgroup with the same or high… 4229 [open,refpage='SubgroupGtMask',desc='Mask of shader invocations in a subgroup with a higher subgrou… 4257 [open,refpage='SubgroupLeMask',desc='Mask of shader invocations in a subgroup with the same or lowe… 4285 [open,refpage='SubgroupLtMask',desc='Mask of shader invocations in a subgroup with a lower subgroup… 4834 [open,refpage='ViewportMaskNV',desc='Mask of the viewports used',type='builtins'] 4899 [open,refpage='ViewportMaskPerViewNV',desc='Mask of viewports broadcast to per view',type='builtins…
|
D | accelstructures.adoc | 1139 The instance may: only be hit if `Cull Mask & instance.mask != 0` 1326 The instance may: only be hit if `Cull Mask & instance.mask != 0` 1385 The instance may: only be hit if `Cull Mask & instance.mask != 0`
|
D | fragops.adoc | 24 ** <<fragops-shader-samplemask, Sample Mask Accesses>> 692 == Sample Mask Test 813 === Sample Mask
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | dbghelp.h | 607 …BOOL IMAGEAPI SymEnumSourceFiles(HANDLE hProcess,ULONG64 ModBase,LPSTR Mask,PSYM_ENUMSOURCFILES_CA… 824 …BOOL IMAGEAPI SymEnumSymbols(HANDLE hProcess,ULONG64 BaseOfDll,PCSTR Mask,PSYM_ENUMERATESYMBOLS_CA…
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiStaIface.hal | 27 * Mask of capabilities suported by this Iface.
|
D | types.hal | 285 * Mask of event reporting schemes that can be specified in background scan 506 * Mask of flags set in the |ScanData| instance.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 933 * @param enable false for Standard Privacy Mode (Public Long Code Mask) 934 * true for Enhanced Privacy Mode (Private Long Code Mask)
|
D | IRadioResponse.hal | 1547 * @param enable false for Standard Privacy Mode (Public Long Code Mask) 1548 * true for Enhanced Privacy Mode (Private Long Code Mask)
|