Searched defs:tile_w (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_txf_ms.c | 75 uint32_t tile_w = 32; local in function:vc4_nir_lower_txf_ms_instr
|
| H A D | vc4_resource.c | 863 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_surface_msaa_get_sample 934 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_dump_surface_msaa
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_txf_ms.c | 72 uint32_t tile_w = 32; local in function:vc4_nir_lower_txf_ms_instr
|
| H A D | vc4_resource.c | 888 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_surface_msaa_get_sample 959 uint32_t tile_w = 32, tile_h = 32; local in function:vc4_dump_surface_msaa
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_texture.c | 188 unsigned tile_h = 1, tile_w = 1, tile_shift = 0; local in function:pan_image_layout_init
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | xeglgears.c | 616 copy_gears(struct egl_manager * eman,EGLint tile_w,EGLint tile_h,EGLint w,EGLint h) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 90 int tile_w = (rsrc->base.width0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT; local in function:panfrost_enable_afbc 118 int tile_w = (rsrc->base.width0 + (MALI_TILE_LENGTH - 1)) >> MALI_TILE_SHIFT; local in function:panfrost_enable_checksum
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 1366 intel_get_tile_dims(enum isl_tiling tiling,uint32_t cpp,uint32_t * tile_w,uint32_t * tile_h) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl.h | 2833 isl_get_tile_dims(enum isl_tiling tiling,uint32_t cpp,uint32_t * tile_w,uint32_t * tile_h) argument
|
Completed in 25 milliseconds