/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_access.inl | 11 typename genType::row_type const & x 23 GLM_FUNC_QUALIFIER typename genType::row_type row 31 typename genType::row_type Result;
|
D | matrix_access.hpp | 29 GLM_FUNC_DECL typename genType::row_type row( 39 typename genType::row_type const & x);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2137 struct lp_type row_type, in convert_alpha() argument 2148 unsigned length = row_type.length; in convert_alpha() 2149 row_type.length = alpha_type.length; in convert_alpha() 2159 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha() 2162 alpha_type = row_type; in convert_alpha() 2163 row_type.length = length; in convert_alpha() 2185 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha() 2199 for (j = 0; j < row_type.length; ++j) { in convert_alpha() 2218 LLVMConstVector(shuffles, row_type.length), in convert_alpha() 2269 struct lp_type row_type; in generate_unswizzled_blend() local [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat2x2.hpp | 18 typedef tvec2<T, P> row_type; typedef 143 …2x2<T, P>::col_type operator*(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v); 146 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator*(typename tmat2x2<T, P>::col_type const & … 164 …2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v); 167 …GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type const & …
|
D | type_mat4x4.hpp | 18 typedef tvec4<T, P> row_type; typedef 155 …4x4<T, P>::col_type operator*(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v); 158 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator*(typename tmat4x4<T, P>::col_type const & … 176 …4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v); 179 …GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type const & …
|
D | type_mat3x3.hpp | 18 typedef tvec3<T, P> row_type; typedef 150 …3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v); 153 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type const & … 171 …3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v); 174 …GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type const & …
|
D | type_mat2x3.hpp | 19 typedef tvec2<T, P> row_type; typedef 134 …2x3<T, P>::col_type operator*(tmat2x3<T, P> const & m, typename tmat2x3<T, P>::row_type const & v); 137 …GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator*(typename tmat2x3<T, P>::col_type const & …
|
D | type_mat3x4.hpp | 19 typedef tvec3<T, P> row_type; typedef 141 …3x4<T, P>::col_type operator*(tmat3x4<T, P> const & m, typename tmat3x4<T, P>::row_type const & v); 144 …GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator*(typename tmat3x4<T, P>::col_type const & …
|
D | type_mat3x2.hpp | 19 typedef tvec3<T, P> row_type; typedef 141 …3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v); 144 …GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type const & …
|
D | type_mat4x2.hpp | 19 typedef tvec4<T, P> row_type; typedef 146 …4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v); 149 …GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type const & …
|
D | type_mat2x4.hpp | 19 typedef tvec2<T, P> row_type; typedef 136 …2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v); 139 …GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type const & …
|
D | type_mat4x3.hpp | 19 typedef tvec4<T, P> row_type; typedef 146 …4x3<T, P>::col_type operator*(tmat4x3<T, P> const & m, typename tmat4x3<T, P>::row_type const & v); 149 …GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator*(typename tmat4x3<T, P>::col_type const & …
|
D | type_mat3x3.inl | 428 …t3x3<T, P>::col_type operator*(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v) 437 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator*(typename tmat3x3<T, P>::col_type con… 439 return typename tmat3x3<T, P>::row_type( 530 …t3x3<T, P>::col_type operator/(tmat3x3<T, P> const & m, typename tmat3x3<T, P>::row_type const & v) 536 …GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator/(typename tmat3x3<T, P>::col_type con…
|
D | type_mat2x2.inl | 380 typename tmat2x2<T, P>::row_type const & v 389 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator* 453 …t2x2<T, P>::col_type operator/(tmat2x2<T, P> const & m, typename tmat2x2<T, P>::row_type const & v) 459 …GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator/(typename tmat2x2<T, P>::col_type con…
|
D | type_mat2x3.inl | 350 typename tmat2x3<T, P>::row_type const & v) 359 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::row_type operator* 364 return typename tmat2x3<T, P>::row_type(
|
D | type_mat4x4.inl | 504 typename tmat4x4<T, P>::row_type const & v 549 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator* 555 return typename tmat4x4<T, P>::row_type( 636 …t4x4<T, P>::col_type operator/(tmat4x4<T, P> const & m, typename tmat4x4<T, P>::row_type const & v) 642 …GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator/(typename tmat4x4<T, P>::col_type con…
|
D | type_mat2x4.inl | 348 …t2x4<T, P>::col_type operator*(tmat2x4<T, P> const & m, typename tmat2x4<T, P>::row_type const & v) 358 …GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::row_type operator*(typename tmat2x4<T, P>::col_type con… 360 return typename tmat2x4<T, P>::row_type(
|
D | type_mat3x2.inl | 394 …t3x2<T, P>::col_type operator*(tmat3x2<T, P> const & m, typename tmat3x2<T, P>::row_type const & v) 402 …GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::row_type operator*(typename tmat3x2<T, P>::col_type con… 404 return typename tmat3x2<T, P>::row_type(
|
D | type_mat4x2.inl | 440 …t4x2<T, P>::col_type operator*(tmat4x2<T, P> const & m, typename tmat4x2<T, P>::row_type const & v) 448 …GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::row_type operator*(typename tmat4x2<T, P>::col_type con… 450 return typename tmat4x2<T, P>::row_type(
|
D | type_mat3x4.inl | 397 typename tmat3x4<T, P>::row_type const & v 408 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::row_type operator* 414 return typename tmat3x4<T, P>::row_type(
|
D | type_mat4x3.inl | 436 typename tmat4x3<T, P>::row_type const & v) 445 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::row_type operator* 450 return typename tmat4x3<T, P>::row_type(
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_array_index.cpp | 185 if (array->type->row_type()->vector_elements <= idx) { in _mesa_ast_array_index_to_hir() 187 bound = array->type->row_type()->vector_elements; in _mesa_ast_array_index_to_hir()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_mat4.hpp | 41 typedef fvec4SIMD row_type; typedef
|
/external/perfetto/src/trace_processor/sqlite/ |
D | span_join_operator_table.cc | 796 int row_type; in CursorNext() local 799 row_type = sqlite3_column_type(stmt, partition_idx); in CursorNext() 800 } while (res == SQLITE_ROW && row_type == SQLITE_NULL); in CursorNext()
|
/external/mesa3d/src/compiler/ |
D | glsl_types.h | 1119 const glsl_type *row_type() const in row_type() function
|