Searched refs:scalar_type (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_bank_conflicts.cpp | 80 typedef int16_t scalar_type; typedef 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) in set() 105 scalar_type 109 scalar_type x; 156 scalar_type 188 typedef int16_t scalar_type; 191 * Maximum integer value representable as a \p scalar_type [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_atempo.c | 350 #define yae_init_xdat(scalar_type, scalar_max) \ 353 frag->nsamples * atempo->channels * sizeof(scalar_type); \ 356 scalar_type tmp; \ 360 tmp = *(const scalar_type *)src; \ 361 src += sizeof(scalar_type); \ 370 tmp = *(const scalar_type *)src; \ 371 src += sizeof(scalar_type); \ 378 tmp = *(const scalar_type *)src; \ 379 src += sizeof(scalar_type); \ 729 #define yae_blend(scalar_type) \ [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_logic.c | 500 LLVMTypeRef scalar_type; in lp_build_any_true_range() local 507 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range() 509 val = LLVMBuildBitCast(builder, val, scalar_type, ""); in lp_build_any_true_range()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 3858 auto scalar_type = type; in read_access_chain() local 3859 scalar_type.vecsize = 1; in read_access_chain() 3860 scalar_type.columns = 1; in read_access_chain() 3861 template_expr = join("<", type_to_glsl(scalar_type), ">"); in read_access_chain() 3937 auto scalar_type = type; in read_access_chain() local 3938 scalar_type.vecsize = 1; in read_access_chain() 3939 scalar_type.columns = 1; in read_access_chain() 3940 template_expr = join("<", type_to_glsl(scalar_type), ">"); in read_access_chain() 4195 auto scalar_type = type; in write_access_chain() local 4196 scalar_type in write_access_chain() 4271 auto scalar_type = type; write_access_chain() local [all...] |
H A D | spirv_glsl.cpp | 5157 auto scalar_type = type; 5158 scalar_type.vecsize = 1; 5423 res += type_to_glsl(scalar_type); 5457 res += type_to_glsl(scalar_type); 5483 res += type_to_glsl(scalar_type); 5508 res += type_to_glsl(scalar_type);
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.cpp | 418 const glsl_type *scalar_type = type->get_base_type(); in get_scalar_type() local 419 if (scalar_type == error_type) in get_scalar_type() 422 return scalar_type; in get_scalar_type()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 13910 const Utils::_variable_type scalar_type = Utils::getDoubleVariableType(1, 1); in getFunctionObject() local 13936 variable_type /* arg1_type */, scalar_type /* arg2_type */, in getFunctionObject() 13937 scalar_type /* arg3_type */); in getFunctionObject() 14205 scalar_type /* arg2_type */); in getFunctionObject() 14219 scalar_type /* arg2_type */); in getFunctionObject() 14239 scalar_type /* arg2_type */); in getFunctionObject() 14393 variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject() 14394 scalar_type /* arg2_type */, variable_type /* arg3_type */); in getFunctionObject() 14412 function, "step", Math::step, variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 4034 const struct glsl_type *scalar_type = in vtn_composite_extract() local 4036 struct vtn_ssa_value *ret = vtn_create_ssa_value(b, scalar_type); in vtn_composite_extract()
|
Completed in 53 milliseconds