Searched defs:align (Results 1 - 25 of 167) sorted by relevance

1234567

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_legacy_memory.c15 radeon_legacy_allocate_memory(ScrnInfoPtr pScrn,void ** mem_struct,int size,int align,int domain) argument
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_lower_images.c40 type_size_align_1(const struct glsl_type *type, unsigned *size, unsigned *align) argument
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_buffer_test.c61 align() function in typeref:typename:void
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_stream.c45 sna_static_stream_alloc(struct sna_static_stream * stream,uint32_t len,uint32_t align) argument
63 sna_static_stream_add(struct sna_static_stream * stream,const void * data,uint32_t len,uint32_t align) argument
71 sna_static_stream_map(struct sna_static_stream * stream,uint32_t len,uint32_t align) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_stream.c45 sna_static_stream_alloc(struct sna_static_stream * stream,uint32_t len,uint32_t align) argument
63 sna_static_stream_add(struct sna_static_stream * stream,const void * data,uint32_t len,uint32_t align) argument
71 sna_static_stream_map(struct sna_static_stream * stream,uint32_t len,uint32_t align) argument
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_memory.c119 GeodeAllocOffscreen(GeodeRec * pGeode, int size, int align) argument
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dvk_alloc.h32 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
40 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
54 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument
88 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
100 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_register_allocate.c64 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) argument
125 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2; local in function:agx_ra_assign_local
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dpool.h86 unsigned align; member in struct:agx_desc_alloc_info
110 unsigned align = descs[0].align; local in function:agx_pool_alloc_descs
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_scratch.c51 unsigned align, UNUSED size; local in function:lower_load_store
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c116 unsigned int align(unsigned int value, unsigned int alignment) function in typeref:typename:unsigned int
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_scratch.c65 unsigned align, UNUSED size; local in function:lower_load_store
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtestlib.c116 unsigned int align(unsigned int value, unsigned int alignment) function in typeref:typename:unsigned int
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_pool.h90 unsigned align; member in struct:pan_desc_alloc_info
114 unsigned align = descs[0].align; local in function:pan_pool_alloc_descs
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c46 align_down(uint32_t val, uint32_t align) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_cpal.c156 GLint saved_align, align; local in function:_mesa_cpal_compressed_teximage2d
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d40_tex.c240 type_size_align_1(const struct glsl_type *type, unsigned *size, unsigned *align) argument
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rtld.h45 uint32_t align; member in struct:ac_rtld_symbol
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c46 align_down(uint32_t val, uint32_t align) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp34 unsigned align; member in struct:CompactParams
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_cpal.c156 GLint saved_align, align; local in function:_mesa_cpal_compressed_teximage2d
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c126 const unsigned align = compiler->scalar_stage[nir->info.stage] ? 4 : 16; local in function:anv_nir_compute_push_layout
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_alloc.h40 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
48 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
62 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument
122 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
134 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
177 size_t align; member in struct:vk_multialloc
190 vk_multialloc_add_size_align(struct vk_multialloc * ma,void ** ptr,size_t size,size_t align) argument
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexdown.c154 static unsigned long align(unsigned long value, unsigned long a) function in typeref:typename:unsigned long
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr.h65 unsigned long align; member in struct:_drm_intel_bo

Completed in 17 milliseconds

1234567