Home
last modified time | relevance | path

Searched defs:offset (Results 4901 - 4925 of 5016) sorted by relevance

1...<<191192193194195196197198199200201

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1837 VkDeviceSize offset = in handleDirtyGraphicsIndexBuffer() local
4963 VkDeviceSize offset = atomicCounterBuffer->getOffset(); in writeAtomicCounterBufferDriverUniformOffsets() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp5062 ValidateMapBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeBase() argument
5177 ValidateFlushMappedBufferRangeBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length) ValidateFlushMappedBufferRangeBase() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp634 GL_TexStorageMemFlags2DANGLE(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) GL_TexStorageMemFlags2DANGLE() argument
683 GL_TexStorageMemFlags2DMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) GL_TexStorageMemFlags2DMultisampleANGLE() argument
734 GL_TexStorageMemFlags3DANGLE(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) GL_TexStorageMemFlags3DANGLE() argument
785 GL_TexStorageMemFlags3DMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) GL_TexStorageMemFlags3DMultisampleANGLE() argument
5051 GL_BufferStorageExternalEXT(GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) GL_BufferStorageExternalEXT() argument
5087 GL_NamedBufferStorageExternalEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) GL_NamedBufferStorageExternalEXT() argument
5251 GL_FlushMappedBufferRangeEXT(GLenum target, GLintptr offset, GLsizeiptr length) GL_FlushMappedBufferRangeEXT() argument
5280 GL_MapBufferRangeEXT(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) GL_MapBufferRangeEXT() argument
5321 GL_BufferStorageMemEXT(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) GL_BufferStorageMemEXT() argument
5553 GL_TexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) GL_TexStorageMem2DEXT() argument
5592 GL_TexStorageMem2DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) GL_TexStorageMem2DMultisampleEXT() argument
5633 GL_TexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) GL_TexStorageMem3DEXT() argument
5674 GL_TexStorageMem3DMultisampleEXT(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) GL_TexStorageMem3DMultisampleEXT() argument
8006 GL_TexBufferRangeEXT(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) GL_TexBufferRangeEXT() argument
10795 GL_TexBufferRangeOES(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) GL_TexBufferRangeOES() argument
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp1547 void SkPath::offset(SkScalar dx, SkScalar dy, SkPath* dst) const { in offset() function in SkPath
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1260 void Context::bindIndexedUniformBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size) in bindIndexedUniformBuffer() argument
1275 void Context::bindIndexedTransformFeedbackBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size) in bindIndexedTransformFeedbackBuffer() argument
1608 size_t offset = static_cast<size_t>((ptrdiff_t)(*pixels)); in getPixels() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp1225 VKAPI_ATTR VkResult VKAPI_CALL vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData) in vkMapMemory() argument
2584 VKAPI_ATTR void VKAPI_CALL vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) in vkCmdBindIndexBuffer() argument
2589 vk::Cast(commandBuffer)->bindIndexBuffer(vk::Cast(buffer), offset, indexType); in vkCmdBindIndexBuffer() local
2616 VKAPI_ATTR void VKAPI_CALL vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) in vkCmdDrawIndirect() argument
2621 vk::Cast(commandBuffer)->drawIndirect(vk::Cast(buffer), offset, drawCount, stride); vkCmdDrawIndirect() local
2624 vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vkCmdDrawIndexedIndirect() argument
2629 vk::Cast(commandBuffer)->drawIndexedIndirect(vk::Cast(buffer), offset, drawCount, stride); vkCmdDrawIndexedIndirect() local
2632 vkCmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndirectCount() argument
2639 vkCmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndexedIndirectCount() argument
2654 vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) vkCmdDispatchIndirect() argument
2659 vk::Cast(commandBuffer)->dispatchIndirect(vk::Cast(buffer), offset); vkCmdDispatchIndirect() local
2872 vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) vkCmdPushConstants() argument
2877 vk::Cast(commandBuffer)->pushConstants(vk::Cast(layout), stageFlags, offset, size, pValues); vkCmdPushConstants() local
3010 VkDeviceSize offset = pBindInfos[i].memoryOffset; vkBindImageMemory2() local
[all...]
/third_party/openssl/ssl/
H A Dssl_lib.c2069 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile() argument
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp2205 int ImFontAtlas::AddCustomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& offset) in AddCustomRectFontGlyph() argument
2687 const int offset = (int)r->X + (int)r->Y * w; in ImFontAtlasBuildRenderDefaultTexData() local
3800 ImVec2 offset, size, uv[4]; RenderMouseCursor() local
[all...]
/third_party/skia/tests/
H A DPathOpsOpTest.cpp4683 float offset = 0.0380172729f; in loops33iMod() local
/third_party/python/Modules/
H A D_datetimemodule.c1146 PyObject *offset; member
1160 create_timezone(PyObject *offset, PyObject *name) in create_timezone() argument
1183 new_timezone(PyObject *offset, PyObject *name) new_timezone() argument
1253 PyObject *offset; call_tzinfo_method() local
1465 PyObject *offset; format_utcoffset() local
3912 PyObject *offset; timezone_new() local
3983 PyObject *offset; timezone_str() local
4543 PyObject *offset, *self0; time_hash() local
5988 PyObject *offset, *self0; datetime_hash() local
6202 PyObject *offset; datetime_astimezone() local
6450 PyObject *offset; datetime_utctimetuple() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h850 int offset = 0; // offset off of ptrVal member
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c423 size_t offset = p->avail - p->base; in zlist_expand() local
/third_party/tzdata/
H A Dzic.c2786 abbroffset(char *buf, zic_t offset) in abbroffset() argument
2872 stringoffset(char *result, zic_t offset) stringoffset() argument
3273 register zic_t offset; outzone() local
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc2544 Location::Offset offset = adr() local
3013 Location::Offset offset = b() local
3450 Location::Offset offset = bl() local
3537 Location::Offset offset = blx() local
3687 Location::Offset offset = cbnz() local
3736 Location::Offset offset = cbz() local
5001 int32_t offset = operand.GetOffsetImmediate(); ldr() local
5194 Location::Offset offset = ldr() local
5319 int32_t offset = operand.GetOffsetImmediate(); ldrb() local
5494 Location::Offset offset = ldrb() local
5587 int32_t offset = operand.GetOffsetImmediate(); ldrd() local
5737 Location::Offset offset = ldrd() local
5834 int32_t offset = operand.GetOffsetImmediate(); ldrex() local
5951 int32_t offset = operand.GetOffsetImmediate(); ldrh() local
6121 Location::Offset offset = ldrh() local
6215 int32_t offset = operand.GetOffsetImmediate(); ldrsb() local
6376 Location::Offset offset = ldrsb() local
6470 int32_t offset = operand.GetOffsetImmediate(); ldrsh() local
6631 Location::Offset offset = ldrsh() local
8038 Location::Offset offset = pld() local
8121 int32_t offset = operand.GetOffsetImmediate(); pld() local
8147 int32_t offset = operand.GetOffsetImmediate(); pld() local
8224 int32_t offset = operand.GetOffsetImmediate(); pldw() local
8301 int32_t offset = operand.GetOffsetImmediate(); pli() local
8332 int32_t offset = operand.GetOffsetImmediate(); pli() local
8402 Location::Offset offset = pli() local
11383 int32_t offset = operand.GetOffsetImmediate(); str() local
11553 int32_t offset = operand.GetOffsetImmediate(); strb() local
11715 int32_t offset = operand.GetOffsetImmediate(); strd() local
11840 int32_t offset = operand.GetOffsetImmediate(); strex() local
11968 int32_t offset = operand.GetOffsetImmediate(); strh() local
16337 unsigned offset = 32; vcvt() local
16353 unsigned offset = 32; vcvt() local
16381 unsigned offset = 32; vcvt() local
16398 unsigned offset = 32; vcvt() local
16465 unsigned offset = 32; vcvt() local
16481 unsigned offset = 32; vcvt() local
16499 unsigned offset = 32; vcvt() local
16516 unsigned offset = 32; vcvt() local
19613 Location::Offset offset = vldr() local
19713 int32_t offset = operand.GetOffsetImmediate(); vldr() local
19767 Location::Offset offset = vldr() local
19867 int32_t offset = operand.GetOffsetImmediate(); vldr() local
27291 int32_t offset = operand.GetOffsetImmediate(); vstr() local
27327 int32_t offset = operand.GetOffsetImmediate(); vstr() local
[all...]
H A Dassembler-aarch32.h198 ptrdiff_t offset = buffer_.GetCursorOffset(); in GetCursorOffset() local
H A Ddisasm-aarch32.cc7901 int32_t offset = ((instr >> 22) & 0x1f) << 2; in DecodeT32() local
7906 MemOperand(Register(rn), plus, offset, Offset)); in DecodeT32() local
7913 int32_t offset = ((instr >> 22) & 0x1f) << 2; in DecodeT32() local
7918 MemOperand(Register(rn), plus, offset, Offset)); in DecodeT32() local
7925 int32_t offset = (instr >> 22) & 0x1f; in DecodeT32() local
7930 MemOperand(Register(rn), plus, offset, Offset)); in DecodeT32() local
7937 int32_t offset = (instr >> 22) & 0x1f; in DecodeT32() local
7942 MemOperand(Register(rn), plus, offset, Offset)); in DecodeT32() local
7955 int32_t offset = ((instr >> 22) & 0x1f) << 1; in DecodeT32() local
7960 MemOperand(Register(rn), plus, offset, Offse in DecodeT32() local
7967 int32_t offset = ((instr >> 22) & 0x1f) << 1; DecodeT32() local
7972 MemOperand(Register(rn), plus, offset, Offset)); DecodeT32() local
7978 int32_t offset = ((instr >> 16) & 0xff) << 2; DecodeT32() local
7989 int32_t offset = ((instr >> 16) & 0xff) << 2; DecodeT32() local
9981 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
9988 offset, DecodeT32() local
10157 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10164 offset, DecodeT32() local
10240 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10245 MemOperand(Register(rn), sign, offset, Offset)); DecodeT32() local
10259 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10266 offset, DecodeT32() local
10386 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10392 offset, DecodeT32() local
10617 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10624 offset, DecodeT32() local
10675 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10682 offset, DecodeT32() local
10733 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
10740 offset, DecodeT32() local
10812 int32_t offset = instr & 0xff; DecodeT32() local
10819 offset, DecodeT32() local
10834 int32_t offset = instr & 0xff; DecodeT32() local
10841 offset, DecodeT32() local
10866 int32_t offset = instr & 0xff; DecodeT32() local
10873 offset, DecodeT32() local
10930 int32_t offset = instr & 0xff; DecodeT32() local
10937 offset, DecodeT32() local
10952 int32_t offset = instr & 0xff; DecodeT32() local
10959 offset, DecodeT32() local
10999 int32_t offset = instr & 0xff; DecodeT32() local
11004 MemOperand(Register(rn), sign, offset, PreIndex)); DecodeT32() local
11069 int32_t offset = instr & 0xff; DecodeT32() local
11076 offset, DecodeT32() local
11091 int32_t offset = instr & 0xff; DecodeT32() local
11098 offset, DecodeT32() local
11123 int32_t offset = instr & 0xff; DecodeT32() local
11130 offset, DecodeT32() local
11151 int32_t offset = instr & 0xfff; DecodeT32() local
11161 offset, DecodeT32() local
11170 offset, DecodeT32() local
11183 int32_t offset = instr & 0xfff; DecodeT32() local
11196 MemOperand(Register(rn), plus, offset, Offset)); DecodeT32() local
11202 MemOperand(Register(rn), plus, offset, Offset)); DecodeT32() local
11218 int32_t offset = instr & 0xfff; DecodeT32() local
11227 MemOperand(Register(rn), plus, offset, Offset)); DecodeT32() local
11233 MemOperand(Register(rn), plus, offset, Offset)); DecodeT32() local
17006 int32_t offset = instr & 0xff; DecodeT32() local
17013 offset, DecodeT32() local
17030 int32_t offset = instr & 0xff; DecodeT32() local
17035 offset, DecodeT32() local
17047 int32_t offset = instr & 0xff; DecodeT32() local
17054 offset, DecodeT32() local
17083 int32_t offset = instr & 0xff; DecodeT32() local
17090 offset, DecodeT32() local
17190 int32_t offset = instr & 0xff; DecodeT32() local
17197 offset, DecodeT32() local
17214 int32_t offset = instr & 0xff; DecodeT32() local
17219 offset, DecodeT32() local
17231 int32_t offset = instr & 0xff; DecodeT32() local
17238 offset, DecodeT32() local
17267 int32_t offset = instr & 0xff; DecodeT32() local
17274 offset, DecodeT32() local
17294 int32_t offset = instr & 0xfff; DecodeT32() local
17299 offset, DecodeT32() local
17311 int32_t offset = instr & 0xfff; DecodeT32() local
17321 offset, DecodeT32() local
17330 offset, DecodeT32() local
17348 int32_t offset = instr & 0xfff; DecodeT32() local
17353 offset, DecodeT32() local
17365 int32_t offset = instr & 0xfff; DecodeT32() local
17376 offset, DecodeT32() local
17385 offset, DecodeT32() local
17527 int32_t offset = instr & 0xff; DecodeT32() local
17534 offset, DecodeT32() local
17549 int32_t offset = instr & 0xff; DecodeT32() local
17556 offset, DecodeT32() local
17583 int32_t offset = instr & 0xff; DecodeT32() local
17590 offset, DecodeT32() local
17608 int32_t offset = instr & 0xfff; DecodeT32() local
17623 offset, DecodeT32() local
17632 offset, DecodeT32() local
17803 int32_t offset = instr & 0xff; DecodeT32() local
17810 offset, DecodeT32() local
17828 int32_t offset = instr & 0xff; DecodeT32() local
17833 offset, DecodeT32() local
17847 int32_t offset = instr & 0xff; DecodeT32() local
17854 offset, DecodeT32() local
17884 int32_t offset = instr & 0xff; DecodeT32() local
17891 offset, DecodeT32() local
17911 int32_t offset = instr & 0xfff; DecodeT32() local
17916 offset, DecodeT32() local
17928 int32_t offset = instr & 0xfff; DecodeT32() local
17935 offset, DecodeT32() local
18035 int32_t offset = instr & 0xff; DecodeT32() local
18042 offset, DecodeT32() local
18058 int32_t offset = instr & 0xff; DecodeT32() local
18065 offset, DecodeT32() local
18092 int32_t offset = instr & 0xff; DecodeT32() local
18099 offset, DecodeT32() local
18118 int32_t offset = instr & 0xfff; DecodeT32() local
18125 offset, DecodeT32() local
22934 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
22939 MemOperand(Register(rn), sign, offset, Offset)); DecodeT32() local
22947 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
22952 MemOperand(Register(rn), sign, offset, Offset)); DecodeT32() local
23111 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
23116 MemOperand(Register(rn), sign, offset, Offset)); DecodeT32() local
23157 int32_t offset = (instr & 0xff) << 2; DecodeT32() local
23162 MemOperand(Register(rn), sign, offset, Offset)); DecodeT32() local
23874 unsigned offset = 32; DecodeT32() local
23952 unsigned offset = 32; DecodeT32() local
24220 unsigned offset = 32; DecodeT32() local
24298 unsigned offset = 32; DecodeT32() local
51929 int32_t offset = instr & 0xfff; DecodeA32() local
54909 int32_t offset = instr & 0xfff; DecodeA32() local
54925 int32_t offset = instr & 0xfff; DecodeA32() local
58157 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
58184 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
58202 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
58260 int32_t offset = DecodeA32() local
58284 int32_t offset = DecodeA32() local
58308 int32_t offset = DecodeA32() local
58342 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
58360 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
58378 int32_t offset = (instr & 0xf) | ((instr >> 4) & 0xf0); DecodeA32() local
60401 int32_t offset = DecodeA32() local
60467 int32_t offset = DecodeA32() local
60524 int32_t offset = DecodeA32() local
60587 int32_t offset = DecodeA32() local
60653 int32_t offset = DecodeA32() local
60710 int32_t offset = DecodeA32() local
60773 int32_t offset = DecodeA32() local
60839 int32_t offset = DecodeA32() local
60896 int32_t offset = DecodeA32() local
61713 int32_t offset = instr & 0xfff; DecodeA32() local
61740 int32_t offset = instr & 0xfff; DecodeA32() local
61768 int32_t offset = instr & 0xfff; DecodeA32() local
61835 int32_t offset = instr & 0xfff; DecodeA32() local
61896 int32_t offset = instr & 0xfff; DecodeA32() local
61948 int32_t offset = instr & 0xfff; DecodeA32() local
61975 int32_t offset = instr & 0xfff; DecodeA32() local
62002 int32_t offset = instr & 0xfff; DecodeA32() local
62020 int32_t offset = instr & 0xfff; DecodeA32() local
62075 int32_t offset = instr & 0xfff; DecodeA32() local
62136 int32_t offset = instr & 0xfff; DecodeA32() local
62188 int32_t offset = instr & 0xfff; DecodeA32() local
65156 int32_t offset = (instr & 0xff) << 2; DecodeA32() local
65174 int32_t offset = (instr & 0xff) << 2; DecodeA32() local
65365 int32_t offset = (instr & 0xff) << 2; DecodeA32() local
65414 int32_t offset = (instr & 0xff) << 2; DecodeA32() local
66519 unsigned offset = 32; DecodeA32() local
66622 unsigned offset = 32; DecodeA32() local
66967 unsigned offset = 32; DecodeA32() local
67070 unsigned offset = 32; DecodeA32() local
[all...]
H A Dmacro-assembler-aarch32.h413 Label::Offset offset = in MacroAssembler() local
977 void Peek(Register dst, int32_t offset) { in MacroAssembler() argument
396 MemOperandComputationHelper(Register scratch, Register base, uint32_t offset, uint32_t extra_offset_mask = 0) MacroAssembler() argument
981 Poke(Register src, int32_t offset) MacroAssembler() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc5563 ext(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, unsigned offset) ext() argument
[all...]
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...]

Completed in 304 milliseconds

1...<<191192193194195196197198199200201