Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 130) sorted by relevance

123456

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_maintenance2.adoc38 origin for the tessellation domain space.
101 1) What is the default tessellation domain origin?
104 origin, but the conformance tests and all implementations implemented an
105 upper-left origin.
108 unextended Vulkan to have a default of an upper-left origin.
DVK_EXT_depth_clip_control.adoc32 1) Should this extension include an origin control option to match
36 The fix for porting over the origin is a simple y-axis flip.
DVK_NV_ray_tracing.adoc99 …vec3 origin = vec3(float(gl_LaunchIDNV.x)/float(gl_LaunchSizeNV.x), float(gl_LaunchIDNV.y)/float(g…
102 traceNV(as, 0, 0xff, 0, 1, 0, origin, 0.0, dir, 1000.0, 0);
DVK_KHR_ray_query.adoc91 to determine whether a given position (at ray origin) is in shadow or not,
99 rayQueryInitializeEXT(rq, accStruct, gl_RayFlagsTerminateOnFirstHitEXT, cullMask, origin, tMin, dir…
/hardware/google/gfxstream/host/
DNativeSubWindow_cocoa.mm73 /* (x,y) assume an upper-left origin, but Cocoa uses a lower-left origin */
129 /* (x,y) assume an upper-left origin, but Cocoa uses a lower-left origin */
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
DKeyParameterValue.aidl44 android.hardware.security.keymint.KeyOrigin origin;
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DKeyParameterValue.aidl44 android.hardware.security.keymint.KeyOrigin origin;
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DKeyParameterValue.aidl44 android.hardware.security.keymint.KeyOrigin origin;
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DKeyParameterValue.aidl44 android.hardware.security.keymint.KeyOrigin origin;
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DKeyParameterValue.aidl42 KeyOrigin origin;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_tile_properties.adoc95 VkOffset2D origin;
105 `origin` is top-left corner of the first tile in attachment space.
107 …cked around the first tile, with edges being multiples of tile width and/or height from the origin.
159 === Interpreting origin values
161 …. If returned origin is (0, 0) then the first tile's top-left corner is at the attachment's origin
163 …. If returned origin is (-32, -64) and tile size is (768, 480), then tile boundaries in x will lie…
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp64 return os << param.f.origin; in operator <<()
Dattestation_record.cpp88 ASN1_INTEGER* origin; member
135 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
280 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp79 ASN1_INTEGER* origin; member
109 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
237 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
Dkeymaster_tags.h223 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ORIGIN, f.origin)
402 inline const char* stringify(KeyOrigin origin) {
403 switch (origin) {
Dkey_param_output.cpp92 return os << param.f.origin; in operator <<()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtessellation.adoc143 The domain space can: have either an upper-left or lower-left origin,
149 The domain space has an upper-left origin.
153 …le="Domain parameterization for tessellation primitive modes (upper-left origin)",opts="{imageopts…
157 …le="Domain parameterization for tessellation primitive modes (lower-left origin)",opts="{imageopts…
273 If the tessellation domain has an upper-left origin, the vertices of a
283 If the tessellation domain has a lower-left origin, the vertices of a
641 controlling the origin of the tessellation domain space.
645 slink:VkPipelineTessellationStateCreateInfo, it controls the origin of the
653 [open,refpage='VkTessellationDomainOrigin',desc='Enum describing tessellation domain origin',type='…
666 * ename:VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT specifies that the origin
[all …]
/hardware/nxp/keymint/KM200/
DJavacardKeyMintUtils.cpp50 return KeyParameter{Tag::ORIGIN, KeyParameterValue::make<KeyParameterValue::origin>( in kmEnumParam2Aidl()
139 return aidlEnumVal2Km<KeyParameterValue::origin>(tag, param.value); in aidlEnumParam2Km()
/hardware/nxp/keymint/KM300/
DJavacardKeyMintUtils.cpp52 return KeyParameter{Tag::ORIGIN, KeyParameterValue::make<KeyParameterValue::origin>( in kmEnumParam2Aidl()
140 return aidlEnumVal2Km<KeyParameterValue::origin>(tag, param.value); in aidlEnumParam2Km()
/hardware/interfaces/security/keymint/support/
Dattestation_record.cpp91 ASN1_INTEGER* origin; member
145 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
312 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp97 ASN1_INTEGER* origin; member
146 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.maskedTag()),
295 copyAuthTag(record->origin, TAG_ORIGIN, auth_list); in extract_auth_list()
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm141 event.move.x = screenspace.origin.x;
142 event.move.y = YCoordToFromCG(screenspace.origin.y + screenspace.size.height);
651 screenspace = [mWindow convertRectToScreen: NSMakeRect(x, y, 0, 0)].origin;
662 [mWindow setFrameOrigin: [mWindow frameRectForContentRect: emptyRect].origin];
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.h176 size_t origin; member
1614 const size_t * origin,
1627 const size_t * origin,
1642 const size_t * origin,
1700 const size_t * origin,
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.h320 int origin);
/hardware/interfaces/keymaster/3.0/
Dtypes.hal226 * The origin of a key (or pair), i.e. where it was generated. Note that ORIGIN can be found in
235 UNKNOWN = 3, /* Keymaster did not record origin. This value can only be seen on keys in a
384 KeyOrigin origin;

123456