Home
last modified time | relevance | path

Searched defs:col_type (Results 1 – 21 of 21) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.hpp40 typedef fvec4SIMD col_type; typedef
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat3x4.hpp18 typedef tvec4<T, P> col_type; typedef
Dtype_mat4x4.hpp17 typedef tvec4<T, P> col_type; typedef
Dtype_mat2x2.hpp17 typedef tvec2<T, P> col_type; typedef
Dtype_mat2x3.hpp18 typedef tvec3<T, P> col_type; typedef
Dtype_mat3x2.hpp18 typedef tvec2<T, P> col_type; typedef
Dtype_mat4x2.hpp18 typedef tvec2<T, P> col_type; typedef
Dtype_mat3x3.hpp17 typedef tvec3<T, P> col_type; typedef
Dtype_mat2x4.hpp18 typedef tvec4<T, P> col_type; typedef
Dtype_mat4x3.hpp18 typedef tvec3<T, P> col_type; typedef
/external/perfetto/src/trace_processor/
Diterator_impl.h74 auto col_type = sqlite3_column_type(*stmt_, column); in Get() local
/external/perfetto/src/trace_processor/rpc/
Drpc.cc155 auto& col_type = col_types[col_idx]; in RawQuery() local
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc58 auto col_type = sqlite3_value_type(sqlite_val); in SqliteValueToSqlValue() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp885 uint32_t col_type = 0; in ValidateExtInst() local
907 uint32_t col_type = 0; in ValidateExtInst() local
Dvalidate_builtins.cpp1077 uint32_t col_type = 0; in ValidateF32Mat() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp900 uint32_t col_type = 0; in ValidateExtInst() local
922 uint32_t col_type = 0; in ValidateExtInst() local
Dvalidate_builtins.cpp1077 uint32_t col_type = 0; in ValidateF32Mat() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp900 uint32_t col_type = 0; in ValidateExtInst() local
922 uint32_t col_type = 0; in ValidateExtInst() local
Dvalidate_builtins.cpp1077 uint32_t col_type = 0; in ValidateF32Mat() local
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp585 const glsl_type *col_type = type->column_type(); in type_size_xvec4() local
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1759 const glsl_type *const col_type = var->type->column_type(); in emit_inline_matrix_constructor() local