Home
last modified time | relevance | path

Searched refs:row_type (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1597 struct lp_type row_type, in convert_alpha() argument
1608 unsigned length = row_type.length; in convert_alpha()
1609 row_type.length = alpha_type.length; in convert_alpha()
1619 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
1622 alpha_type = row_type; in convert_alpha()
1623 row_type.length = length; in convert_alpha()
1645 lp_build_vec_type(gallivm, row_type), src_alpha[i]); in convert_alpha()
1659 for (j = 0; j < row_type.length; ++j) { in convert_alpha()
1678 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
1729 struct lp_type row_type; in generate_unswizzled_blend() local
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat2x2.hpp47 typedef tvec2<T, P> row_type; typedef
191 typename tmat2x2<T, P>::row_type const & v);
194 GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator* (
226 typename tmat2x2<T, P>::row_type const & v);
229 GLM_FUNC_DECL typename tmat2x2<T, P>::row_type operator/ (
Dtype_mat3x3.hpp47 typedef tvec3<T, P> row_type; typedef
194 typename tmat3x3<T, P>::row_type const & v);
197 GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator* (
229 typename tmat3x3<T, P>::row_type const & v);
232 GLM_FUNC_DECL typename tmat3x3<T, P>::row_type operator/ (
Dtype_mat4x4.hpp48 typedef tvec4<T, P> row_type; typedef
200 typename tmat4x4<T, P>::row_type const & v);
203 GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator* (
235 typename tmat4x4<T, P>::row_type const & v);
238 GLM_FUNC_DECL typename tmat4x4<T, P>::row_type operator/ (
Dtype_mat2x4.hpp48 typedef tvec2<T, P> row_type; typedef
169 typename tmat2x4<T, P>::row_type const & v);
172 GLM_FUNC_DECL typename tmat2x4<T, P>::row_type operator* (
Dtype_mat2x3.hpp48 typedef tvec2<T, P> row_type; typedef
167 typename tmat2x3<T, P>::row_type const & v);
170 GLM_FUNC_DECL typename tmat2x3<T, P>::row_type operator* (
Dtype_mat3x2.hpp48 typedef tvec3<T, P> row_type; typedef
172 typename tmat3x2<T, P>::row_type const & v);
175 GLM_FUNC_DECL typename tmat3x2<T, P>::row_type operator* (
Dtype_mat3x4.hpp48 typedef tvec3<T, P> row_type; typedef
172 typename tmat3x4<T, P>::row_type const & v);
175 GLM_FUNC_DECL typename tmat3x4<T, P>::row_type operator* (
Dtype_mat4x2.hpp48 typedef tvec4<T, P> row_type; typedef
178 typename tmat4x2<T, P>::row_type const & v);
181 GLM_FUNC_DECL typename tmat4x2<T, P>::row_type operator* (
Dtype_mat4x3.hpp48 typedef tvec4<T, P> row_type; typedef
178 typename tmat4x3<T, P>::row_type const & v);
181 GLM_FUNC_DECL typename tmat4x3<T, P>::row_type operator* (
Dtype_mat2x2.inl495 typename tmat2x2<T, P>::row_type const & v
504 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator*
591 typename tmat2x2<T, P>::row_type & v
598 GLM_FUNC_QUALIFIER typename tmat2x2<T, P>::row_type operator/
Dtype_mat3x3.inl590 typename tmat3x3<T, P>::row_type const & v
600 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator*
606 return typename tmat3x3<T, P>::row_type(
720 typename tmat3x3<T, P>::row_type const & v
727 GLM_FUNC_QUALIFIER typename tmat3x3<T, P>::row_type operator/
Dtype_mat2x3.inl438 typename tmat2x3<T, P>::row_type const & v)
447 GLM_FUNC_QUALIFIER typename tmat2x3<T, P>::row_type operator*
452 return typename tmat2x3<T, P>::row_type(
Dtype_mat2x4.inl441 typename tmat2x4<T, P>::row_type const & v
452 GLM_FUNC_QUALIFIER typename tmat2x4<T, P>::row_type operator*
458 return typename tmat2x4<T, P>::row_type(
Dtype_mat3x2.inl476 typename tmat3x2<T, P>::row_type const & v)
484 GLM_FUNC_QUALIFIER typename tmat3x2<T, P>::row_type operator*
489 return typename tmat3x2<T, P>::row_type(
Dtype_mat4x4.inl654 typename tmat4x4<T, P>::row_type const & v
699 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator*
705 return typename tmat4x4<T, P>::row_type(
809 typename tmat4x4<T, P>::row_type const & v
816 GLM_FUNC_QUALIFIER typename tmat4x4<T, P>::row_type operator/
Dtype_mat4x2.inl518 typename tmat4x2<T, P>::row_type const & v
527 GLM_FUNC_QUALIFIER typename tmat4x2<T, P>::row_type operator*
533 return typename tmat4x2<T, P>::row_type(
Dtype_mat4x3.inl489 typename tmat4x3<T, P>::row_type const & v)
498 GLM_FUNC_QUALIFIER typename tmat4x3<T, P>::row_type operator*
503 return typename tmat4x3<T, P>::row_type(
Dtype_mat3x4.inl475 typename tmat3x4<T, P>::row_type const & v
486 GLM_FUNC_QUALIFIER typename tmat3x4<T, P>::row_type operator*
492 return typename tmat3x4<T, P>::row_type(
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_access.hpp55 GLM_FUNC_DECL typename genType::row_type row(
65 typename genType::row_type const & x);
Dmatrix_access.inl36 typename genType::row_type const & x
48 GLM_FUNC_QUALIFIER typename genType::row_type row
56 typename genType::row_type Result;
/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp185 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/vulkan-validation-layers/libs/glm/gtx/
Dsimd_mat4.hpp67 typedef fvec4SIMD row_type; typedef
/external/mesa3d/src/compiler/
Dglsl_types.cpp1143 if (type_a->row_type() == type_b->column_type()) { in get_mul_type()
1152 type_b->row_type()->vector_elements); in get_mul_type()
1163 if (type_a->row_type() == type_b) { in get_mul_type()
1187 type_b->row_type()->vector_elements, in get_mul_type()
Dglsl_types.h690 const glsl_type *row_type() const in row_type() function