Searched refs:part_type (Results 1 – 4 of 4) sorted by relevance
78 uint32_t part_type = blob_read_uint32(&reader); in blob_parts_valid() local81 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() local106 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() local205 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()
39 typedef glm::tquat<T, P> part_type; typedef51 GLM_FUNC_DECL part_type & operator[](length_type i);52 GLM_FUNC_DECL part_type const & operator[](length_type i) const;
12 …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…
220 typedef int part_type; in operator =() typedef223 typedef boost::int64_t part_type; in operator =() typedef236 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 =()