| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 492 struct pan_image_slice_layout *slice = &pres->image.layout.slices[l]; in panfrost_resource_init_afbc_headers() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | CommandBufferGL.cpp | 1430 const uint8_t* slice = static_cast<const uint8_t*>(data); in DoTexSubImage() local 1476 const uint8_t* slice = static_cast<const uint8_t*>(data); in DoTexSubImage() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
| H A D | cmap_table.cc | 1144 FontDataPtr slice; in SubSerialize() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | CodedInputStream.java | 2008 private ByteBuffer slice(long begin, long end) throws IOException { in slice() method in CodedInputStream.UnsafeDirectNioDecoder 3909 private ByteBuffer slice(int begin, int end) throws IOException { slice() method in CodedInputStream.IterableDirectByteBufferDecoder [all...] |
| /foundation/multimedia/image_framework/interfaces/innerkits/include/ |
| H A D | image_type.h | 276 const uint8_t *slice[4] = {nullptr, nullptr, nullptr, nullptr}; member 287 uint8_t *slice[4] = {nullptr, nullptr, nullptr, nullptr}; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_dctdnoiz.c | 686 float *slice = s->slices[jobnr]; in filter_slice() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | vc2enc.c | 555 static int count_hq_slice(SliceArgs *slice, int quant_idx) in count_hq_slice() argument [all...] |
| H A D | diracdec.c | 779 DiracSlice *slice = arg; in decode_lowdelay_slice() local 843 decode_hq_slice(DiracContext *s, DiracSlice *slice, uint8_t *tmp_buf) decode_hq_slice() argument [all...] |
| /third_party/mesa3d/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 664 ComputePipeFromCoord( UINT_32 x, UINT_32 y, UINT_32 slice, AddrTileMode tileMode, UINT_32 pipeSwizzle, BOOL_32 ignoreSE, ADDR_TILEINFO* pTileInfo ) const ComputePipeFromCoord() argument 1288 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument 2475 HwlComputeSurfaceCoord2DFromBankPipe( AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, UINT_32 bank, UINT_32 pipe, UINT_32 bankSwizzle, UINT_32 pipeSwizzle, UINT_32 tileSlices, BOOL_32 ignoreSE, ADDR_TILEINFO* pTileInfo ) const HwlComputeSurfaceCoord2DFromBankPipe() argument [all...] |
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrlib1.cpp | 2045 UINT_32 slice = (*pPitchOut) * (*pHeightOut); ComputeCmaskInfo() local 2356 HwlComputeXmaskAddrFromCoord( UINT_32 pitch, UINT_32 height, UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pBitPosition ) const HwlComputeXmaskAddrFromCoord() argument 2568 ComputeSurfaceAddrFromCoordLinear( UINT_32 x, UINT_32 y, UINT_32 slice, UINT_32 sample, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pBitPosition ) const ComputeSurfaceAddrFromCoordLinear() argument [all...] |
| H A D | addrlib2.h | 812 Valid3DMipSliceIdConstraint( UINT_32 numSlices, UINT_32 mipId, UINT_32 slice) Valid3DMipSliceIdConstraint() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dvx_cmd_buffer.c | 110 const struct v3d_resource_slice *slice = in cmd_buffer_render_pass_emit_load() local 311 const struct v3d_resource_slice *slice = in cmd_buffer_render_pass_emit_store() local 907 const struct v3d_resource_slice *slice = cmd_buffer_emit_render_pass_rcl() local [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 216 GLuint row, slice; in copy_to_staging_dest() local 236 GLuint slice; in copy_to_staging_dest() local 475 st_MapTextureImage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice, GLuint x, GLuint y, GLuint w, GLuint h, GLbitfield mode, GLubyte **mapOut, GLint *rowStrideOut) st_MapTextureImage() argument 536 st_UnmapTextureImage(struct gl_context *ctx, struct gl_texture_image *texImage, GLuint slice) st_UnmapTextureImage() argument 2091 GLuint row, slice; st_TexSubImage() local 2554 fallback_copy_texsubimage(struct gl_context *ctx, struct gl_renderbuffer *rb, struct gl_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint slice, GLint srcX, GLint srcY, GLsizei width, GLsizei height) fallback_copy_texsubimage() argument 2742 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint destX, GLint destY, GLint slice, struct gl_renderbuffer *rb, GLint srcX, GLint srcY, GLsizei width, GLsizei height) st_CopyTexSubImage() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | string.cc | 764 SlicedString slice = SlicedString::cast(string); in SlowGetFlatContent() local 932 SlicedString slice = SlicedString::cast(source); in WriteToFlat() local
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.cc | 109 rust::Slice<uint8_t> c_return_mutsliceu8(rust::Slice<uint8_t> slice) { in c_return_mutsliceu8() argument
|
| /third_party/python/Lib/ |
| H A D | ast.py | 603 class slice(AST): class
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DGpu.cpp | 390 GrStagingBufferManager::Slice slice = fStagingBufferManager.allocateStagingBufferSlice( in onCreateCompressedTexture() local 745 GrStagingBufferManager::Slice slice = fStagingBufferManager.allocateStagingBufferSlice( in uploadToTexture() local 1447 GrStagingBufferManager::Slice slice = fStagingBufferManager.allocateStagingBufferSlice( onClearBackendTexture() local 1551 GrStagingBufferManager::Slice slice = fStagingBufferManager.allocateStagingBufferSlice( onUpdateCompressedBackendTexture() local [all...] |
| /third_party/skia/src/gpu/dawn/ |
| H A D | GrDawnGpu.cpp | 371 GrStagingBufferManager::Slice slice = in uploadTextureData() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Blitter.cpp | 271 uint8_t *slice = (uint8_t *)dest->getTexelPointer( in fastClear() local 2148 int slice = src->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, region.srcSubresource.mipLevel); in fastResolve() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.hpp | 57 int slice; member
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast_state.h | 234 PyObject *slice; member
|
| /third_party/python/Python/ |
| H A D | initconfig.c | 2686 PyWideStringList slice; in config_update_argv() local
|
| /third_party/python/Objects/ |
| H A D | listobject.c | 1144 sortslice_advance(sortslice *slice, Py_ssize_t n) in sortslice_advance() argument [all...] |
| H A D | abstract.c | 1912 PyObject *slice = _PySlice_FromIndices(i1, i2); in PySequence_GetSlice() local 2001 PyObject *slice = _PySlice_FromIndices(i1, i2); in PySequence_SetSlice() local 2024 PyObject *slice in PySequence_DelSlice() local [all...] |
| /third_party/ffmpeg/libswscale/ |
| H A D | swscale_internal.h | 368 struct SwsSlice *slice; member [all...] |