Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program_binary.c78 uint32_t part_type = blob_read_uint32(&reader); in blob_parts_valid() local
81 if (part_type == END_PART) in blob_parts_valid()
83 switch ((enum driver_cache_blob_part)part_type) { in blob_parts_valid()
105 uint32_t part_type = blob_read_uint32(&reader); in blob_has_part() local
106 if (part_type == END_PART) in blob_has_part()
108 if (part_type == part) in blob_has_part()
204 uint32_t part_type = blob_read_uint32(&reader); in brw_program_deserialize_driver_blob() local
205 if ((enum driver_cache_blob_part)part_type == END_PART) in brw_program_deserialize_driver_blob()
207 switch ((enum driver_cache_blob_part)part_type) { in brw_program_deserialize_driver_blob()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Ddual_quaternion.hpp39 typedef glm::tquat<T, P> part_type; typedef
51 GLM_FUNC_DECL part_type & operator[](length_type i);
52 GLM_FUNC_DECL part_type const & operator[](length_type i) const;
Ddual_quaternion.inl12 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdua…
19 …GLM_FUNC_QUALIFIER typename tdualquat<T, P>::part_type const & tdualquat<T, P>::operator[](typenam…
/third_party/boost/boost/multiprecision/
Dtommath.hpp220 typedef int part_type; in operator =() typedef
223 typedef boost::int64_t part_type; in operator =() typedef
236 detail::check_tommath_result(mp_set_int(&t, static_cast<part_type>(term))); in operator =()
238 mp_set_i64(&t, static_cast<part_type>(term)); in operator =()
245 detail::check_tommath_result(mp_set_int(&t, static_cast<part_type>(-term))); in operator =()
247 mp_set_i64(&t, static_cast<part_type>(-term)); in operator =()