Searched refs:memory_format (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c72 load.memory_format = surf->tiling;
142 store.memory_format = surf->tiling;
485 zs.memory_format = surf->tiling;
589 rt.memory_format = surf->tiling;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c75 load.memory_format = surf->tiling;
150 store.memory_format = surf->tiling;
522 zs.memory_format = surf->tiling;
771 rt.memory_format = surf->tiling;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c217 load.memory_format = V3D_TILING_RASTER;
237 store.memory_format = V3D_TILING_RASTER;
344 load.memory_format = slice->tiling;
442 store.memory_format = slice->tiling;
H A Dv3dvx_cmd_buffer.c121 load.memory_format = slice->tiling;
308 store.memory_format = slice->tiling;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c671 cfg.fixed_function.conversion.memory_format =
H A Dpan_blitter.c156 cfg.internal.fixed_function.conversion.memory_format =
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c310 cfg.internal.fixed_function.conversion.memory_format =
317 cfg.internal.fixed_function.conversion.memory_format =
535 cfg.memory_format = (dstcompsz == 2 ? MALI_RG16UI : MALI_RG32UI) << 12;
1088 cfg.memory_format = (imgcompsz == 2 ? MALI_RG16UI : MALI_RG32UI) << 12;
H A Dpanvk_vX_cs.c646 cfg.internal.fixed_function.conversion.memory_format =
H A Dpanvk_vX_meta_clear.c244 cfg.internal.fixed_function.conversion.memory_format =
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv6_pack.h1539 uint32_t memory_format; member in struct:MALI_INTERNAL_CONVERSION
1551 cl[ 0] = __gen_uint(values->memory_format, 0, 21) |
1564 values->memory_format = __gen_unpack_uint(cl, 0, 21);
1572 mali_pixel_format_print(fp, values->memory_format);
1599 cl[ 1] = __gen_uint(values->conversion.memory_format, 0, 21) |
1617 values->conversion.memory_format = __gen_unpack_uint(cl, 32, 53);
1654 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1674 values->fixed_function.conversion.memory_format = __gen_unpack_uint(cl, 32, 53);
1738 __gen_uint(values->internal.fixed_function.conversion.memory_format, 0, 21) |
1780 values->internal.fixed_function.conversion.memory_format
[all...]
H A Dv7_pack.h1591 uint32_t memory_format; member in struct:MALI_INTERNAL_CONVERSION
1603 cl[ 0] = __gen_uint(values->memory_format, 0, 21) |
1616 values->memory_format = __gen_unpack_uint(cl, 0, 21);
1624 mali_pixel_format_print(fp, values->memory_format);
1651 cl[ 1] = __gen_uint(values->conversion.memory_format, 0, 21) |
1669 values->conversion.memory_format = __gen_unpack_uint(cl, 32, 53);
1706 __gen_uint(values->fixed_function.conversion.memory_format, 0, 21) |
1726 values->fixed_function.conversion.memory_format = __gen_unpack_uint(cl, 32, 53);
1790 __gen_uint(values->internal.fixed_function.conversion.memory_format, 0, 21) |
1832 values->internal.fixed_function.conversion.memory_format
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c357 cfg.fixed_function.conversion.memory_format =
930 cfg.memory_format = dev->formats[PIPE_FORMAT_NONE].hw;

Completed in 45 milliseconds