Searched refs:variable (Results 1 – 25 of 177) sorted by relevance
12345678
/hardware/interfaces/wifi/1.2/ |
D | README-NAN.md | 47 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some 60 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i> 63 * uint8_t masterPref = <i>variable</i> 64 * bool disableDiscoveryAddressChangeIndication = <i>variable</i> 65 * bool disableStartedClusterIndication = <i>variable</i> 66 * bool disableJoinedClusterIndication = <i>variable</i> 72 * uint32_t macAddressRandomizationIntervalSec = <i>variable</i> 82 * bool validDiscoveryWindowIntervalVal = <i>variable</i> 83 * uint8_t discoveryWindowIntervalVal = <i>variable</i> 90 * bool validDiscoveryWindowIntervalVal = <i>variable</i> [all …]
|
/hardware/interfaces/wifi/1.0/ |
D | README-NAN.md | 44 * Assigned but not fixed values are specified using the <i>variable</i> keyword, possibly with some 57 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i> 60 * uint8_t masterPref = <i>variable</i> 61 * bool disableDiscoveryAddressChangeIndication = <i>variable</i> 62 * bool disableStartedClusterIndication = <i>variable</i> 63 * bool disableJoinedClusterIndication = <i>variable</i> 69 * uint32_t macAddressRandomizationIntervalSec = <i>variable</i> 79 * bool validDiscoveryWindowIntervalVal = <i>variable</i> 80 * uint8_t discoveryWindowIntervalVal = <i>variable</i> 87 * bool validDiscoveryWindowIntervalVal = <i>variable</i> [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | interfaces.adoc | 76 the variable. 108 or code:Output storage class form the _user-defined variable interface_. 122 An output variable, block, or structure member in a given shader stage has 123 an interface match with an input variable, block, or structure member in a 133 ** code:RelaxedPrecision if one is an input variable and the other an 134 output variable 190 The value of an input variable is undefined: if the preceding stage does not 191 write to a matching output variable, as described above. 198 and how many code:Location slots are consumed by a given user-variable type. 259 as an input or output variable of the same type. [all …]
|
D | geometry.adoc | 142 A geometry shader that uses the code:PassthroughNV decoration on a variable 163 Decorating a geometry shader input variable with the code:PassthroughNV 173 Any variable decorated with code:PassthroughNV must: be declared using the 184 * a variable decorated with the code:InvocationId built-in decoration. 185 * a variable decorated with the code:PrimitiveId built-in decoration that 202 subsequent pipeline stages, each input variable with the code:PassthroughNV 203 decoration is considered to add an equivalent output variable with the same 206 The output variable declaration corresponding to an input variable decorated 228 all statically used input variable components declared with the
|
/hardware/google/gfxstream/qnx/nto/ |
D | qnx.nto.toolchain.cmake | 3 …message(FATAL_ERROR "QNX_HOST environment variable not found. Please set path to your QNX SDP inst… 7 message(FATAL_ERROR "QNX_TARGET environment variable not found. Please set QNX target path") 11 …message(FATAL_ERROR "PROCESSOR variable not found. This variable should be set in the Makefile at … 15 …message(FATAL_ERROR "VARIANT variable not found. This variable should be set in the Makefile at VA…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | clusterculling.adoc | 37 * <<interfaces-builtin-variables,built-in variable>> code:IndexCountHUAWEI 39 * <<interfaces-builtin-variables,built-in variable>> 41 * <<interfaces-builtin-variables,built-in variable>> 43 * <<interfaces-builtin-variables,built-in variable>> code:FirstIndexHUAWEI 45 * <<interfaces-builtin-variables,built-in variable>> 47 * <<interfaces-builtin-variables,built-in variable>> 50 * <<interfaces-builtin-variables,built-in variable>> 53 * <<interfaces-builtin-variables,built-in variable>> code:ClusterIDHUAWEI
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 208 If an input payload variable in `NodePayloadAMDX` storage class is defined in the shader, its struc… 315 Once initialized, a variable declared with this storage class is visible to all invocations in the … 320 An entry point must only declare one variable in the `NodePayloadAMDX` storage class in its interfa… 398 Must only be used to decorate a variable in the *NodeOutputPayloadAMDX* or *NodePayloadAMDX* storag… 401 If such a variable is decorated, the operand indicates the maximum number of payloads in the array + 405 If such a variable is decorated, the operand indicates the maximum number of payloads in the array.… 410 Decorates a variable in the *NodeOutputPayloadAMDX* storage class to indicate that it shares output… 412 Without the decoration, each variable's resources are separately allocated against the output limit… 415 Must only be used to decorate a variable in the *NodeOutputPayloadAMDX* storage class, 416 _Payload Array_ must be a different variable in the *NodeOutputPayloadAMDX* storage class, and [all …]
|
D | VK_KHR_fragment_shader_barycentric.adoc | 31 adds three fragment shader variable decorations: 37 * `BaryCoordKHR`, which indicates that the variable is a three-component 40 * `BaryCoordNoPerspKHR`, which indicates that the variable is a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_fragment_shader_barycentric.adoc | 28 The extension provides access to three additional fragment shader variable 35 * code:BaryCoordNV, which indicates that the variable is a three-component 38 * code:BaryCoordNoPerspNV, which indicates that the variable is a 112 perspective`" variable could be decorated with code:BaryCoordNV and
|
D | VK_EXT_post_depth_coverage.adoc | 28 code:SampleMask built-in input variable reflect the coverage after early 34 an input variable decorated with the
|
D | VK_KHR_fragment_shader_barycentric.adoc | 36 The extension provides access to three additional fragment shader variable 43 * code:BaryCoordKHR, which indicates that the variable is a 46 * code:BaryCoordNoPerspKHR, which indicates that the variable is a
|
D | VK_KHR_ray_tracing_maintenance1.adoc | 42 variable which contains the value of the code:OpTrace* `Cull Mask` 44 This new shader variable is accessible in the intersection, any-hit,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_object_refresh/ |
D | capabilities.adoc | 26 Otherwise, pname:pRefreshableObjectTypeCount must: point to a variable set 28 array, and on return the variable is overwritten with the number of object
|
/hardware/qcom/audio/voice_processing/ |
D | Android.mk | 21 -Wno-unused-variable \
|
/hardware/qcom/audio/visualizer/ |
D | Android.mk | 33 -Wno-unused-variable \
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/ |
D | mesh.adoc | 38 <<interfaces-builtin-variables,built-in variable>> code:TaskCountNV. 62 payload variable with code:TaskPayloadWorkgroupEXT storage class that is 69 If a task shader exists, the mesh assembler creates a variable amount of 84 the payload variable passed to the code:OpEmitMeshTasksEXT instruction 142 <<interfaces-builtin-variables,built-in variable>> code:PrimitiveCountNV and 145 A variable decorated with code:PrimitiveIndicesNV is an output array of 158 Depending on the output primitive mode an appropriately-decorated variable 211 must: not statically assign a value to the equivalent single-view variable.
|
/hardware/qcom/gps/msm8998/location/ |
D | Android.mk | 30 -Wno-unused-variable \
|
/hardware/qcom/sm7250/media/libplatformconfig/ |
D | Makefile.am | 7 AM_CPPFLAGS += -Wno-error=unused-variable
|
/hardware/qcom/sm8150/media/libplatformconfig/ |
D | Makefile.am | 7 AM_CPPFLAGS += -Wno-error=unused-variable
|
D | Android.mk | 10 -Wno-error=unused-variable \
|
/hardware/libhardware_legacy/audio/ |
D | Android.bp | 28 "-Wno-unused-variable",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | device_diagnostic_checkpoints.adoc | 51 Otherwise, pname:pCheckpointDataCount must: point to a variable set by the 53 return the variable is overwritten with the number of structures actually 111 Otherwise, pname:pCheckpointDataCount must: point to a variable set by the 113 return the variable is overwritten with the number of structures actually
|
/hardware/qcom/sm7250/display/gralloc/ |
D | Android.mk | 7 qmaa_flags := -DQMAA -Wno-unused-parameter -Wno-unused-variable
|
/hardware/ril/reference-ril/ |
D | Android.mk | 21 LOCAL_CFLAGS += -Wall -Wextra -Wno-unused-variable -Wno-unused-function -Werror
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 843 * Sets a global variable in a Closure. 992 * @param slot Slot of a global variable 1060 * Sets a Script's integer variable to a value. 1063 * @param slot Slot number of variable to be updated 1064 * @param value Value to be pushed to variable 1070 * Sets a Script's Object variable to a value 1073 * @param slot Slot number of variable to be updated 1080 * Sets a Script's long variable to a value. 1083 * @param slot Slot number of variable to be updated 1084 * @param value Value to be pushed to variable [all …]
|
12345678