Home
last modified time | relevance | path

Searched defs:alignment (Results 351 - 375 of 497) sorted by relevance

1...<<11121314151617181920

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h457 GLint alignment = 4; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1413 JSObjectTemplate alignment; in JsRegisterFormViews() local
1614 JSObjectTemplate alignment; JsRegisterViews() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1050 auto alignment = alignmentValue->ToNumber<int32_t>(); in UpdatePickerDialogPositionInfo() local
1738 auto alignment = alignmentValue->ToNumber<int32_t>(); Show() local
[all...]
H A Djs_textpicker.cpp1436 auto alignment = alignmentValue->ToNumber<int32_t>(); in Show() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp523 void SetScrollToIndex(ArkUINodeHandle node, ArkUI_Int32 index, ArkUI_Int32 animation, ArkUI_Int32 alignment) in SetScrollToIndex() argument
H A Dwater_flow_modifier.cpp553 void SetScrollToIndex(ArkUINodeHandle node, ArkUI_Int32 index, ArkUI_Int32 animation, ArkUI_Int32 alignment) in SetScrollToIndex() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1216 auto alignment = coverage->GetAlignment(); in GetOverlay() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp240 size_t GetAlignedBytesize(const size_t byteSize, const size_t alignment) in GetAlignedBytesize() argument
303 size_t alignment = 0; in BeginFrame() local
245 AllocateRenderData( RenderCommandList::LinearAllocatorStruct& allocator, const size_t alignment, const size_t byteSz) AllocateRenderData() argument
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c99 static void *aligned_xalloc(size_t alignment, size_t size) in aligned_xalloc() argument
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp2074 int alignment; in getBaseAlignment() local
2231 int alignment; getScalarAlignment() local
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h705 unsigned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment. member
786 void accessChainPush(Id offset, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) in accessChainPush() argument
799 accessChainPushComponent(Id component, Id preSwizzleBaseType, AccessChain::CoherentFlags coherentFlags, unsigned int alignment) accessChainPushComponent() argument
[all...]
/third_party/libbpf/src/
H A Dbtf_dump.c1852 int alignment = btf__align_of(btf, type_id); ptr_is_aligned() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io.c2365 unsigned size, alignment; in nir_lower_vars_to_explicit_types_impl() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c34 vtn_align_pointer(struct vtn_builder *b, struct vtn_pointer *ptr, unsigned alignment) vtn_align_pointer() argument
85 uint32_t alignment; global() member
2268 vtn_get_mem_operands(struct vtn_builder *b, const uint32_t *w, unsigned count, unsigned *idx, SpvMemoryAccessMask *access, unsigned *alignment, SpvScope *dest_scope, SpvScope *src_scope) vtn_get_mem_operands() argument
2552 unsigned idx = 4, alignment; vtn_handle_variables() local
2594 unsigned idx = 3, alignment; vtn_handle_variables() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c204 uint32_t alignment = 0; in radv_CreateDescriptorSetLayout() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c913 si_texture_create_object(struct pipe_screen *screen, const struct pipe_resource *base, const struct radeon_surf *surface, const struct si_texture *plane0, struct pb_buffer *imported_buf, uint64_t offset, unsigned pitch_in_bytes, uint64_t alloc_size, unsigned alignment) si_texture_create_object() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h246 uint32_t alignment; member
H A Dlvp_device.c1147 int alignment = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT); in lvp_get_physical_device_properties_1_3() local
1290 int alignment = pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT); in lvp_GetPhysicalDeviceProperties2() local
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h268 uint32_t alignment; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c818 anv_cmd_buffer_alloc_dynamic_state(struct anv_cmd_buffer *cmd_buffer, uint32_t size, uint32_t alignment) anv_cmd_buffer_alloc_dynamic_state() argument
H A Danv_allocator.c1244 anv_state_stream_alloc(struct anv_state_stream *stream, uint32_t size, uint32_t alignment) anv_state_stream_alloc() argument
1293 anv_state_reserved_pool_init(struct anv_state_reserved_pool *pool, struct anv_state_pool *parent, uint32_t count, uint32_t size, uint32_t alignment) anv_state_reserved_pool_init() argument
H A Danv_image.c94 image_binding_grow(const struct anv_device *device, struct anv_image *image, enum anv_image_memory_binding binding, uint64_t offset, uint64_t size, uint32_t alignment, struct anv_image_memory_range *out_range) image_binding_grow() argument
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl.c1628 uint32_t alignment; isl_calc_row_pitch_alignment() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c1703 unsigned alignment = ffs((info.src | info.dst | region->size) & 15); in panvk_meta_copy_buf2buf() local
/third_party/libdrm/radeon/
H A Dradeon_surface.c631 unsigned alignment = MAX2(256, surf_man->hw_info.group_bytes); eg_surface_init_1d() local
681 unsigned alignment = MAX2(256, mtileb); eg_surface_init_2d() local
1557 unsigned alignment = MAX2(256, surf_man->hw_info.group_bytes); si_surface_init_1d() local
1651 unsigned alignment = MAX2(256, mtileb); si_surface_init_2d() local
2253 unsigned alignment = MAX2(256, mtileb); cik_surface_init_2d() local
[all...]

Completed in 70 milliseconds

1...<<11121314151617181920