Searched refs:pipe_xor_bits (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_surface.c | 269 unsigned pipe_xor_bits = MIN2(G_0098F8_NUM_PIPES(info->gb_addr_config) + in ac_get_supported_modifiers() local 271 unsigned bank_xor_bits = MIN2(G_0098F8_NUM_BANKS(info->gb_addr_config), 8 - pipe_xor_bits); in ac_get_supported_modifiers() 280 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits) | in ac_get_supported_modifiers() 321 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits) | in ac_get_supported_modifiers() 327 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits) | in ac_get_supported_modifiers() 344 unsigned pipe_xor_bits = G_0098F8_NUM_PIPES(info->gb_addr_config); in ac_get_supported_modifiers() local 352 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits) | in ac_get_supported_modifiers() 376 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits) | in ac_get_supported_modifiers() 382 AMD_FMT_MOD_SET(PIPE_XOR_BITS, pipe_xor_bits)) in ac_get_supported_modifiers() 399 unsigned pipe_xor_bits = G_0098F8_NUM_PIPES(info->gb_addr_config); in ac_get_supported_modifiers() local [all …]
|
/third_party/libdrm/ |
D | xf86drm.c | 414 uint64_t pipe_xor_bits, bank_xor_bits, packers, rb; in drmGetFormatModifierNameFromAmdTile() local 418 pipe_xor_bits = AMD_FMT_MOD_GET(PIPE_XOR_BITS, modifier); in drmGetFormatModifierNameFromAmdTile() 423 fprintf(fp, ",PIPE_XOR_BITS=%"PRIu64, pipe_xor_bits); in drmGetFormatModifierNameFromAmdTile()
|