Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h44 struct ir2_src { struct
53 enum ir2_src_type type : 2; argument
54 uint8_t abs : 1;
55 uint8_t negate : 1;
228 ir2_src(uint16_t num, uint8_t swizzle, enum ir2_src_type type) in ir2_src() function