Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp236 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()