Home
last modified time | relevance | path

Searched defs:nblocksy (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c148 unsigned nblocksy) in i915_texture_set_image_offset()
367 unsigned nblocksy = util_format_get_nblocksy(pt->format, width); in i915_texture_layout_2d() local
397 unsigned nblocksy = util_format_get_nblocksy(pt->format, height); in i915_texture_layout_3d() local
472 unsigned nblocksy = util_format_get_nblocksy(pt->format, height); in i945_texture_layout_2d() local
531 unsigned nblocksy = util_format_get_nblocksy(pt->format, height); in i945_texture_layout_3d() local
Di915_resource.h58 unsigned short nblocksy; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_resource.c43 uint32_t nblocksy = align(u_minify(height0, level), 32); in fd2_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_resource.c60 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fd4_setup_slices() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c12 uint32_t nblocksy; member
61 uint32_t nblocksx, uint32_t nblocksy) in nv50_2d_transfer_rect()
167 uint32_t nblocksx, uint32_t nblocksy) in nv50_m2mf_transfer_rect()
/third_party/mesa3d/src/freedreno/fdl/
Dfd5_layout.c68 uint32_t nblocksy = in fdl5_layout() local
Dfd6_layout.c203 uint32_t nblocksy = util_format_get_nblocksy(format, height); in fdl6_layout() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_resource.c48 uint32_t nblocksy = util_format_get_nblocksy(format, height); in setup_slices() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c10 uint16_t nblocksy; member
18 uint32_t nblocksx, uint32_t nblocksy) in nvc0_m2mf_transfer_rect()
113 uint32_t nblocksx, uint32_t nblocksy) in nve4_m2mf_transfer_rect()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c264 unsigned nblocksx, nblocksy; in svga_texture_transfer_map_dma() local
337 unsigned w, h, nblocksx, nblocksy; in svga_texture_transfer_map_direct() local
1356 unsigned nblocksx, nblocksy; in svga_texture_transfer_map_upload() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c67 unsigned slices, nblocksy; in softpipe_resource_layout() local
/third_party/mesa3d/src/gallium/winsys/sw/dri/
Ddri_sw_winsys.c128 unsigned nblocksy, size, format_stride; in dri_sw_displaytarget_create() local
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c217 unsigned stride, size, layer_size, nblocksy, i; in r300_setup_miptree() local
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c409 unsigned nblocksy, size; in xlib_displaytarget_create() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c84 unsigned nblocksy; member
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c596 unsigned level, nblocksy; in virgl_resource_layout() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c554 unsigned nblocksy = DIV_ROUND_UP(DIV_ROUND_UP(height, 8), 4); in tu_image_init() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c100 unsigned align_x, align_y, nblocksx, nblocksy, block_size, num_slices; in llvmpipe_texture_layout() local