Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 25 of 48) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DextensionStubSource.py109 self.pointers = [];
145 for pointer in self.pointers:
188 self.pointers.append('#ifdef ' + self.featureName)
193 self.pointers.append('#ifdef ' + self.featureExtraProtect)
197 self.pointers += self.featurePointers;
202 self.pointers.append('#endif /* ' + self.featureExtraProtect + ' */')
206 self.pointers.append('#endif /* ' + self.featureName + ' */')
/hardware/google/gfxstream/codegen/generic-apigen/
DEntryPoint.cpp176 bool pointers = false; in hasPointers() local
177 if (m_retval.isPointer()) pointers = true; in hasPointers()
178 if (!pointers) { in hasPointers()
181 pointers = true; in hasPointers()
186 return pointers; in hasPointers()
DREADME73 ‘out’ pointers are encoded by data length only:
133 This file includes additional flags, pointers datalen information and
/hardware/google/pixel/pwrstats_util/
DAndroid.bp48 // Try to catch typical 32-bit assumptions that break with 64-bit pointers.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_ray_tracing_maintenance1.adoc58 to query the number of bottom level acceleration structure pointers for
DVK_KHR_variable_pointers.adoc33 pointers into uniform and/or storage buffers, where the pointer values can
DVK_EXT_external_memory_host.adoc30 1) What memory type has to be used to import host pointers?
DVK_KHR_surface.adoc153 ** Examples now show use of function pointers for extension functions.
224 to split out a new example to show how to obtain function pointers.
DVK_KHR_buffer_device_address.adoc41 Another way to describe this extension is that it adds "`pointers to buffer
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dexecutiongraphs.adoc382 For this command, all device/host pointers in substructures are treated as
383 host pointers and read only during host execution of this command.
384 Once this command returns, no reference to the original pointers is
450 For this command, all device/host pointers in substructures are treated as
451 device pointers and read during device execution of this command.
452 The allocation and contents of these pointers only needs to be valid during
544 For this command, all pointers in substructures are treated as device
545 pointers and read during device execution of this command.
546 The allocation and contents of these pointers only needs to be valid during
Dinitialization.adoc16 Commands to query function pointers for Vulkan commands are described below.
33 Function pointers for all Vulkan commands can: be obtained by calling:
106 function pointers returned by flink:vkGetInstanceProcAddr may: point to
110 avoided by obtaining device-specific function pointers for any commands that
112 Such function pointers can: be obtained by calling:
Daccelstructures.adoc88 * Change triangle geometry transform pointers from null to non-null or
310 pname:ppBuildRangeInfos pointers that must: be provided.
315 pointers to arrays of slink:VkAccelerationStructureBuildRangeInfoKHR
414 pointers to arrays of pname:pInfos[i].pname:geometryCount values
513 * pname:ppGeometries is a pointer to an array of pointers to
552 pointers consists of 4 bits of
843 * pname:ppUsageCounts is a pointer to an array of pointers to
943 * pname:ppUsageCounts is a pointer to an array of pointers to
2275 pname:ppBuildRangeInfos pointers that must: be provided.
2280 pointers to arrays of slink:VkAccelerationStructureBuildRangeInfoKHR
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc121 memory accesses, and instruction pointers indicating the instructions executing
144 Page addresses and instruction pointers are reported as GPU virtual addresses,
DVK_MSFT_layered_driver.adoc81 API object pointers, could be exposed, but considering that the nature of
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_extensions.entries55 # Not included: direct-state-access, 1D function pointers
Dgles_extensions_for_gles1.entries56 # Not included: direct-state-access, 1D function pointers
Dgles_extensions_for_gles2.entries56 # Not included: direct-state-access, 1D function pointers
/hardware/interfaces/graphics/mapper/stable-c/
DREADME.md4 This is due to HIDL being deprecated, and AIDL not wanting to support a pass-through mode & pointers
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc118 # '1' to indicate it is just a pointer (used for nested pointers),
127 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values)
321 # '1' to indicate it is just a pointer (used for nested pointers),
328 # pointers), VK_NULL_HANDLE (for handles) or 0 (for bitmasks/values)
337 # validstructs - only applicable for parameters which are pointers to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc93 * 2021-04-28 - Add <<writing-pointers-instances, usage for pointers and
161 * 2019-08-19 - Add the <<writing-pointers-instances, Describing Pointers and
Dwriting.adoc157 [[writing-pointers-instances]]
174 When describing pointers which may be `NULL`, use "`is `NULL` or a pointer
198 Many Vulkan parameters are arrays, or pointers to arrays.
360 handles or pointers to Vulkan objects or arrays of objects; enumerated types
375 Otherwise, pointers and handles must: refer to valid memory and valid Vulkan
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc86 * pname:pParams is a pointer to an array of pname:paramCount pointers,
122 N pointers and pname:paramCount must: be set to N. Each of
/hardware/google/gfxstream/codegen/magma/
DREADME.md6 pointers, some method signatures must be modified to use a packed format. For
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/
DplatformCreateSurface_wayland.adoc39 * pname:display and pname:surface are pointers to the Wayland
/hardware/interfaces/camera/device/3.7/
Dtypes.hal80 * An array of camera stream pointers, defining the input/output

12