Searched defs:get_const_value (Results 1 – 7 of 7) sorted by relevance
57 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
62 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
69 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
49 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
344 value* shader::get_const_value(const literal &v) { in get_const_value() function in r600_sb::shader
566 literal & get_const_value() { in get_const_value() function