Searched refs:shader_bit_encoding (Results  1 – 2 of 2) sorted by relevance
| /external/angle/src/libANGLE/renderer/gl/ | 
| D | FeatureSupportGL.md | 89 …ARB_shader_bit_encoding](https://www.opengl.org/registry/specs/ARB/shader_bit_encoding.txt) or [AR…
  | 
| /external/mesa3d/src/compiler/glsl/ | 
| D | builtin_functions.cpp | 248 shader_bit_encoding(const _mesa_glsl_parse_state *state)  in shader_bit_encoding()  function 5573    MAKE_SIG(glsl_type::ivec(type->vector_elements), shader_bit_encoding, 1, x);  in _floatBitsToInt() 5582    MAKE_SIG(glsl_type::uvec(type->vector_elements), shader_bit_encoding, 1, x);  in _floatBitsToUint() 5591    MAKE_SIG(glsl_type::vec(type->vector_elements), shader_bit_encoding, 1, x);  in _intBitsToFloat() 5600    MAKE_SIG(glsl_type::vec(type->vector_elements), shader_bit_encoding, 1, x);  in _uintBitsToFloat()
  |