Home
last modified time | relevance | path

Searched refs:u64vec (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h231 static const glsl_type *u64vec(unsigned components);
Dglsl_types.cpp586 glsl_type::u64vec(unsigned components) in u64vec() function in glsl_type
648 return u64vec(rows); in get_instance()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1883 count = get_temp(glsl_type::u64vec(ir->operands[1]->type->components())); in visit_expression()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4261 MAKE_SIG(glsl_type::u64vec(type->vector_elements), avail, 1, x); in _doubleBitsToUint64()