Home
last modified time | relevance | path

Searched refs:tile_allocation_memory_address (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v21_pack.h1322 uint32_t tile_allocation_memory_address; member
1332 …memcpy(&cl[1], &values->tile_allocation_memory_address, sizeof(values->tile_allocation_memory_addr… in V3D21_TILE_BINNING_MODE_CONFIGURATION_pack()
1367 values->tile_allocation_memory_address = __gen_unpack_uint(cl, 8, 39); in V3D21_TILE_BINNING_MODE_CONFIGURATION_unpack()
Dv3d_packet_v33_pack.h2853 __gen_address_type tile_allocation_memory_address; member
2873 __gen_emit_reloc(data, &values->tile_allocation_memory_address); in V3D33_TILE_BINNING_MODE_CFG_PART2_pack()
2874 cl[ 5] = __gen_address_offset(&values->tile_allocation_memory_address); in V3D33_TILE_BINNING_MODE_CFG_PART2_pack()
2876 cl[ 6] = __gen_address_offset(&values->tile_allocation_memory_address) >> 8; in V3D33_TILE_BINNING_MODE_CFG_PART2_pack()
2878 cl[ 7] = __gen_address_offset(&values->tile_allocation_memory_address) >> 16; in V3D33_TILE_BINNING_MODE_CFG_PART2_pack()
2880 cl[ 8] = __gen_address_offset(&values->tile_allocation_memory_address) >> 24; in V3D33_TILE_BINNING_MODE_CFG_PART2_pack()
2891 values->tile_allocation_memory_address = __gen_unpack_address(cl, 40, 71); in V3D33_TILE_BINNING_MODE_CFG_PART2_unpack()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c119 config.tile_allocation_memory_address = in v3d_start_draw()