Home
last modified time | relevance | path

Searched defs:pvr_operand (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_rogue_pds_disasm.h100 struct pvr_operand { struct
101 enum pvr_operand_type type; argument
103 struct pvr_instruction *instruction;
104 uint64_t literal; /* Literal value if type == LITERAL_NUM */
105 int address; /* Address in word-sizes. */
106 unsigned absolute_address; /* Address in segment, */
107 unsigned index; /* Index within instruction, 0 = dst, 1 = src0 .. */
108 bool negate; /* True if the literal is negative. */