Home
last modified time | relevance | path

Searched defs:offset (Results 16151 - 16175 of 16536) sorted by relevance

1...<<641642643644645646647648649650>>...662

/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc6619 int64_t offset = instr->GetImmCondBranch() << 2; in Disassembler() local
7132 int64_t offset = instr->GetImmPCRel(); in Disassembler() local
6156 AppendPCRelativeOffsetToOutput(const Instruction *instr, int64_t offset) Disassembler() argument
7157 int64_t offset = 0; Disassembler() local
[all...]
/third_party/python/Python/
H A Dceval.c137 int offset = (int)(next_instr - _PyCode_CODE(frame->f_code)); in lltrace_instruction() local
3210 int offset = co->co_nlocals + co->co_nplaincellvars; local
5770 int offset = INSTR_OFFSET()-1; local
6097 int offset; local
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h4970 Py_off_t offset; in os_pread() local
5037 Py_off_t offset; os_preadv() local
5148 Py_off_t offset; os_sendfile() local
5227 Py_off_t offset; os_sendfile() local
5599 Py_off_t offset; os_pwrite() local
5672 Py_off_t offset; os_pwritev() local
6276 Py_off_t offset; os_posix_fallocate() local
6328 Py_off_t offset; os_posix_fadvise() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c8235 long offset = ioffset; slotptr() local
8371 int offset = p->offset; update_one_slot() local
8513 int offset; update_slot() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp2606 int offset = 0; in getUUIDsString() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp1649 ColorClear (const UVec2& offset, in ColorClear() argument
1671 DepthStencilClear (const UVec2& offset, in DepthStencilClear() argument
2707 const VkDeviceSize offset = 0; in pushRenderCommands() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp134 tcu::IVec3 offset; member
245 tcu::IVec3 offset; member
427 inline Vec4 texture2DOffset (const ShaderEvalContext& c, float s, float t, float lod, IVec2 offset) { return c.textures[0].tex2D->sampleOffset(c.textures[0].sampler, s, t, lod, offset); } in texture2DOffset() argument
428 inline Vec4 texture2DArrayOffset (const ShaderEvalContext& c, float s, float t, float r, float lod, IVec2 offset) { return c.textures[0].tex2DArray->sampleOffset(c.textures[0].sampler, s, t, r, lod, offset); } in texture2DArrayOffset() argument
429 inline Vec4 texture3DOffset (const ShaderEvalContext& c, float s, float t, float r, float lod, IVec3 offset) { retur in texture2DArrayOffset() argument
430 texture1DOffset(const ShaderEvalContext& c, float s, float lod, deInt32 offset) texture1DOffset() argument
431 texture1DArrayOffset(const ShaderEvalContext& c, float s, float t, float lod, deInt32 offset) texture1DArrayOffset() argument
433 texture2DShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float lod, IVec2 offset) texture2DShadowOffset() argument
434 texture2DArrayShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float r, float lod, IVec2 offset) texture2DArrayShadowOffset() argument
435 texture1DShadowOffset(const ShaderEvalContext& c, float ref, float s, float lod, deInt32 offset) texture1DShadowOffset() argument
436 texture1DArrayShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float lod, deInt32 offset) texture1DArrayShadowOffset() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1174 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkMapMemory(VkDevice device, VkDeviceMemory mem, VkDeviceSize offset, in vkMapMemory() argument
2177 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, in vkCmdBindIndexBuffer() argument
2227 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, in vkCmdDrawIndirect() argument
1233 vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize offset) vkBindBufferMemory() argument
1245 vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize offset) vkBindImageMemory() argument
2239 vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vkCmdDrawIndexedIndirect() argument
2262 vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) vkCmdDispatchIndirect() argument
2538 vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) vkCmdPushConstants() argument
3074 vkCmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndirectCount() argument
3086 vkCmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndexedIndirectCount() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c456 int num_bytes, offset; in dpp_bn2bin_pad() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp178 void setDefaultOffset(int offset) { mDefaultOffset = offset; } in setDefaultOffset() argument
1892 void TParseContext::checkOffsetIsNotSpecified(const TSourceLoc &location, int offset) in checkOffsetIsNotSpecified() argument
2732 int offset; checkAtomicCounterOffsetDoesNotOverlap() local
6578 TIntermNode *offset = nullptr; checkTextureOffset() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1940 uintptr_t offset = reinterpret_cast<uintptr_t>(indirect); in drawArraysIndirect() local
1961 uintptr_t offset = reinterpret_cast<uintptr_t>(indirect); in drawElementsIndirect() local
1986 intptr_t offset = reinterpret_cast<intptr_t>(indices); in drawLineLoop() local
2018 unsigned int offset; in drawLineLoop() local
2064 intptr_t offset = reinterpret_cast<intptr_t>(indices); drawTriangleFan() local
2100 unsigned int offset; drawTriangleFan() local
3231 fastCopyBufferToTexture(const gl::Context *context, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, unsigned int offset, RenderTargetD3D *destRenderTarget, GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea) fastCopyBufferToTexture() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dregs.h12 u32 offset; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c6399 int offset = 0; dhd_prot_txstatus_process() local
6728 int offset = 0; dhd_prot_txdata() local
6809 int offset = 0; dhd_prot_txdata() local
8911 uint16 offset; dhd_prot_dma_indx_set() local
8960 uint16 offset; dhd_prot_dma_indx_get() local
[all...]
H A Ddhd_pcie.c466 dhd_bus_pcie_pwr_req_wl_domain(struct dhd_bus *bus, uint offset, bool enable) in dhd_bus_pcie_pwr_req_wl_domain() argument
2845 int offset = 0; dhdpcie_download_code_file() local
4198 dhdpcie_bus_wtcm8(dhd_bus_t *bus, ulong offset, uint8 data) dhdpcie_bus_wtcm8() argument
4209 dhdpcie_bus_rtcm8(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm8() argument
4222 dhdpcie_bus_wtcm32(dhd_bus_t *bus, ulong offset, uint32 data) dhdpcie_bus_wtcm32() argument
4232 dhdpcie_bus_wtcm16(dhd_bus_t *bus, ulong offset, uint16 data) dhdpcie_bus_wtcm16() argument
4243 dhdpcie_bus_wtcm64(dhd_bus_t *bus, ulong offset, uint64 data) dhdpcie_bus_wtcm64() argument
4255 dhdpcie_bus_rtcm16(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm16() argument
4268 dhdpcie_bus_rtcm32(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm32() argument
4282 dhdpcie_bus_rtcm64(dhd_bus_t *bus, ulong offset) dhdpcie_bus_rtcm64() argument
[all...]
H A Dwl_android_ext.c6370 int offset; in wl_ext_wowl_pattern() local
H A Dwl_cfg80211.h653 u16 offset; member
H A Ddhd_sdio.c7408 uint16 offset; dhdsdio_testrcv() local
8984 int offset = 0; dhdsdio_download_code_file() local
9121 int offset = 0; dhdsdio_download_ucode_file() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c282 unsigned long offset; member
366 uint32_t offset; member
789 static inline void vop2_writel(struct vop2 *vop2, uint32_t offset, uint32_ argument
795 vop2_readl(struct vop2 *vop2, uint32_t offset) vop2_readl() argument
810 vop2_mask_write(struct vop2 *vop2, uint32_t offset, uint32_t mask, uint32_t shift, uint32_t v, bool write_mask, bool relaxed) vop2_mask_write() argument
1082 uint32_t offset = RK3568_SYS_STATUS0 + (vp->id << 0x2); vop2_read_vcnt() local
1591 vop2_write_lut(struct vop2 *vop2, uint32_t offset, uint32_t v) vop2_write_lut() argument
1596 vop2_read_lut(struct vop2 *vop2, uint32_t offset) vop2_read_lut() argument
3569 unsigned long offset; vop2_plane_atomic_check() local
4745 uint32_t offset; vop2_crtc_regs_dump() member
5558 u32 offset; vop2_crtc_load_pps() local
5608 u32 offset = 0; vop2_crtc_enable_dsc() local
6481 uint32_t offset = (cluster->main->phys_id * 0x10); vop2_setup_cluster_alpha() local
6578 uint32_t offset; vop2_setup_alpha() local
7721 u32 offset = dsc->regs->dsc_status.offset; vop2_dsc_isr() local
[all...]
H A Drockchip_drm_vop.h161 uint32_t offset; member
167 uint32_t offset : 17; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp3-config.h149 u16 offset; member
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c1239 proc_get_driver_variable(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_driver_variable() argument
1429 proc_get_tally_counter(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_tally_counter() argument
1509 proc_get_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_registers() argument
1546 proc_get_pcie_phy(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_pcie_phy() argument
1582 proc_get_eth_phy(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_eth_phy() argument
1621 proc_get_extended_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_extended_registers() argument
1668 proc_get_pci_registers(char *page, char **start, off_t offset, int count, int *eof, void *data) proc_get_pci_registers() argument
[all...]
H A Dr8168.h788 u32 offset; member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c298 unsigned long offset; member
382 uint32_t offset; member
814 static inline void vop2_writel(struct vop2 *vop2, uint32_t offset, uint32_ argument
820 vop2_readl(struct vop2 *vop2, uint32_t offset) vop2_readl() argument
836 vop2_mask_write(struct vop2 *vop2, uint32_t offset, uint32_t mask, uint32_t shift, uint32_t v, bool write_mask, bool relaxed) vop2_mask_write() argument
1099 uint32_t offset = RK3568_SYS_STATUS0 + (vp->id << 2); vop2_read_vcnt() local
1592 vop2_write_lut(struct vop2 *vop2, uint32_t offset, uint32_t v) vop2_write_lut() argument
1597 vop2_read_lut(struct vop2 *vop2, uint32_t offset) vop2_read_lut() argument
3576 unsigned long offset; vop2_plane_atomic_check() local
4756 uint32_t offset; vop2_crtc_regs_dump() member
5604 u32 offset; vop2_crtc_load_pps() local
5654 u32 offset = 0; vop2_crtc_enable_dsc() local
6523 uint32_t offset = (cluster->main->phys_id * 0x10); vop2_setup_cluster_alpha() local
6617 uint32_t offset; vop2_setup_alpha() local
7831 u32 offset = dsc->regs->dsc_status.offset; vop2_dsc_isr() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dregs.h12 u32 offset; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp3-config.h149 u16 offset; member

Completed in 165 milliseconds

1...<<641642643644645646647648649650>>...662