HomeSort by relevance Sort by last modified time
    Searched refs:uvec4 (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtc/
packing.hpp 340 /// @see uint32 packI3x10_1x2(uvec4 const & v)
352 /// @see uint32 packU3x10_1x2(uvec4 const & v)
354 /// @see uvec4 unpackI3x10_1x2(uint32 const & p);
368 GLM_FUNC_DECL uint32 packU3x10_1x2(uvec4 const & v);
376 /// @see uint32 packU3x10_1x2(uvec4 const & v)
378 /// @see uvec4 unpackI3x10_1x2(uint32 const & p);
379 GLM_FUNC_DECL uvec4 unpackU3x10_1x2(uint32 const & p);
395 /// @see uint32 packU3x10_1x2(uvec4 const & v)
412 /// @see uvec4 unpackI3x10_1x2(uint32 const & p)
413 /// @see uvec4 unpackU3x10_1x2(uint32 const & p
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_vec.hpp 463 typedef lowp_uvec4 uvec4; typedef in namespace:glm
467 typedef mediump_uvec4 uvec4; typedef in namespace:glm
482 typedef highp_uvec4 uvec4; typedef in namespace:glm
  /external/mesa3d/src/compiler/
builtin_type_macros.h 47 DECL_TYPE(uvec4, GL_UNSIGNED_INT_VEC4, GLSL_TYPE_UINT, 4, 1)
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 145 T(uvec4, 130, 300)

Completed in 69 milliseconds