Home
last modified time | relevance | path

Searched refs:ttmp1 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c1021 uint32_t ttmp1 = device->tma_ptr[5]; in radv_check_trap_handler() local
1030 uint8_t trap_id = (ttmp1 >> 16) & 0xff; in radv_check_trap_handler()
1031 uint8_t ht = (ttmp1 >> 24) & 0x1; in radv_check_trap_handler()
1032 uint8_t pc_rewind = (ttmp1 >> 25) & 0xf; in radv_check_trap_handler()
1033 uint64_t pc = (ttmp0 | ((ttmp1 & 0x0000ffffull) << 32)) - (pc_rewind * 4); in radv_check_trap_handler()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h461 static constexpr PhysReg ttmp1{113};