Searched refs:tile_allocation_memory_address (Results 1 – 3 of 3) sorted by relevance
1322 uint32_t tile_allocation_memory_address; member1332 …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()
2853 __gen_address_type tile_allocation_memory_address; member2873 __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()
119 config.tile_allocation_memory_address = in v3d_start_draw()