Searched refs:shader_bit_encoding (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 236 shader_bit_encoding(const _mesa_glsl_parse_state *state) in shader_bit_encoding() function 4216 MAKE_SIG(glsl_type::ivec(type->vector_elements), shader_bit_encoding, 1, x); in _floatBitsToInt() 4225 MAKE_SIG(glsl_type::uvec(type->vector_elements), shader_bit_encoding, 1, x); in _floatBitsToUint() 4234 MAKE_SIG(glsl_type::vec(type->vector_elements), shader_bit_encoding, 1, x); in _intBitsToFloat() 4243 MAKE_SIG(glsl_type::vec(type->vector_elements), shader_bit_encoding, 1, x); in _uintBitsToFloat()
|