Searched refs:scalar_type (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_bank_conflicts.cpp | 80 typedef int16_t scalar_type; typedef in namespace:__anonf7e3c6710110 83 * Maximum integer value representable as a \p scalar_type. 85 const scalar_type max_scalar = INT16_MAX; 90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); 96 set(vector_type &v, unsigned i, scalar_type x) 105 scalar_type 109 scalar_type x; 156 scalar_type 188 typedef int16_t scalar_type; typedef in namespace:__anonf7e3c6710210 191 * Maximum integer value representable as a \p scalar_type [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_bank_conflicts.cpp | 80 typedef int16_t scalar_type; typedef in namespace:__anond43867c40110 83 * Maximum integer value representable as a \p scalar_type. 85 const scalar_type max_scalar = INT16_MAX; 90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); 96 set(vector_type &v, unsigned i, scalar_type x) 105 scalar_type 109 scalar_type x; 156 scalar_type 188 typedef int16_t scalar_type; typedef in namespace:__anond43867c40210 191 * Maximum integer value representable as a \p scalar_type [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_logic.c | 490 LLVMTypeRef scalar_type; local in function:lp_build_any_true_range 497 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, 499 val = LLVMBuildBitCast(builder, val, scalar_type, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_logic.c | 496 LLVMTypeRef scalar_type; local in function:lp_build_any_true_range 503 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, 505 val = LLVMBuildBitCast(builder, val, scalar_type, "");
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.cpp | 419 const glsl_type *scalar_type = type->get_base_type(); local in function:glsl_type::get_scalar_type 420 if (scalar_type == error_type) 423 return scalar_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.cpp | 409 const glsl_type *scalar_type = type->get_base_type(); local in function:glsl_type::get_scalar_type 410 if (scalar_type == error_type) 413 return scalar_type;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 3964 const struct glsl_type *scalar_type = local in function:vtn_composite_extract 3966 struct vtn_ssa_value *ret = vtn_create_ssa_value(b, scalar_type);
|
Completed in 22 milliseconds