Searched refs:constant (Results 1 – 25 of 97) sorted by relevance
1234
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 25 * Axis constant: X axis of a motion event. 40 * Axis constant: Y axis of a motion event. 55 * Axis constant: Pressure axis of a motion event. 68 * Axis constant: Size axis of a motion event. 79 * Axis constant: TouchMajor axis of a motion event. 90 * Axis constant: TouchMinor axis of a motion event. 103 * Axis constant: ToolMajor axis of a motion event. 118 * Axis constant: ToolMinor axis of a motion event. 133 * Axis constant: Orientation axis of a motion event. 151 * Axis constant: Vertical Scroll axis of a motion event. [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/ |
D | README.md | 25 // which represents a constant value, see the "JSON Number-type 99 defined constant value, e.g., 102 For constant values, they must be a string in the format of `XXX::XXX`, where 103 the field before `::` is the constant type, and the field after `::` is the 106 We support the following constant types: 166 Every constant type except "Constants" corresponds to a enum defined in Vehicle 170 "Constants" type refers to the constant variables defined in the paresr.
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | type_ptr.inl | 11 /// Return the constant address to the data of the vector input. 33 /// Return the constant address to the data of the vector input. 55 /// Return the constant address to the data of the vector input. 77 /// Return the constant address to the data of the matrix input. 99 /// Return the constant address to the data of the matrix input. 121 /// Return the constant address to the data of the matrix input. 143 /// Return the constant address to the data of the matrix input. 165 /// Return the constant address to the data of the matrix input. 187 /// Return the constant address to the data of the matrix input. 209 /// Return the constant address to the data of the matrix input. [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | pipeline_create_info_common.adoc | 29 If a push constant block is declared in a shader, a push constant range
|
D | draw_dispatch_common.adoc | 139 For each push constant that is statically used by <<shaders-binding,a 140 bound shader>>, a push constant value must: have been set for the same 156 For each push constant that is statically used by <<shaders-binding,a 157 bound shader>>, a push constant value must: have been set for the same 170 enabled, then for each push constant that is statically used by 171 <<shaders-binding,a bound shader>>, a push constant value must: have 180 enabled, then for each push constant that is statically used by 181 <<shaders-binding,a bound shader>>, a push constant value must: have
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_image_2d_array_of_3d.adoc | 15 …g it at the execution level to avoid needing more shader variants or uniform or push constant data. 24 …. The use of either uniform or push constant data to dynamically access the intended slice of the …
|
D | VK_EXT_depth_bias_control.adoc | 49 …* Another option from the application side is to use a push constant and perform depth-bias manual… 85 // Depth bias as a factor of constant `r` UNORM behaviour.
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 54 * Throttling temperature constant for this temperature. 60 * Shutdown temperature constant for this temperature.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_zero_initialize_workgroup_memory.adoc | 22 This extension allows the use of a null constant initializer on shader
|
D | VK_KHR_buffer_device_address.adoc | 91 constant (e.g. specialization constant).
|
D | VK_KHR_8bit_storage.adoc | 25 storage buffers, and push constant blocks.
|
D | VK_KHR_16bit_storage.adoc | 32 input and output interfaces, and push constant blocks.
|
D | VK_EXT_shader_subgroup_ballot.adoc | 78 be constant.
|
D | VK_EXT_inline_uniform_block.adoc | 57 constant ranges are specified.
|
D | VK_NV_fragment_shader_barycentric.adoc | 108 using this extension does not require a constant vertex number.
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 101 * Hot throttling temperature constant for this temperature sensor in 109 * Cold throttling temperature constant for this temperature sensor in
|
/hardware/google/gfxstream/guest/mesa/ |
D | Android.bp | 71 "-Wno-constant-logical-operand",
|
/hardware/google/gfxstream/guest/mesa-gn/src/ |
D | BUILD.gn | 76 "-Wno-tautological-constant-out-of-range-compare",
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | Android.mk | 44 -Wno-constant-logical-operand \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 548 the push constant command. 550 the push constant command. 551 * pname:pushconstantOffset is the offset used for the push constant 553 * pname:pushconstantSize is the size used for the push constant command. 607 pname:pushconstantShaderStageFlags, there must: be a push constant range 614 pname:pushconstantSize and for each push constant range that overlaps 616 in that push constant range's
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 267 BT2020, // Rec.ITU-R BT.2020 non-constant luminance 268 BT2020CONSTANT, // Rec.ITU-R BT.2020 constant luminance
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 202 …# https://developercommunity.visualstudio.com/t/inlining-turns-constant-into-register-operand-for/… 285 " $<$<NOT:$<CXX_COMPILER_ID:MSVC>>: -Wno-zero-as-null-pointer-constant>"
|
/hardware/interfaces/camera/device/3.6/ |
D | ICameraOfflineSession.hal | 45 * callbacks can be assumed to be constant after the first setCallback call.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 138 * Values not matching any enumerated constant must be ignored. 167 * Values not matching any enumerated constant must be ignored.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.h | 312 float constant; member
|
1234