Home
last modified time | relevance | path

Searched refs:scalar_type (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp80 typedef int16_t scalar_type; typedef
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; in get()
156 scalar_type
188 typedef int16_t scalar_type; typedef
193 const scalar_type max_scalar = INT16_MAX;
204 set(vector_type &v, unsigned i, scalar_type x) in set()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_atempo.c346 #define yae_init_xdat(scalar_type, scalar_max) \ argument
349 frag->nsamples * atempo->channels * sizeof(scalar_type); \
352 scalar_type tmp; \
356 tmp = *(const scalar_type *)src; \
357 src += sizeof(scalar_type); \
366 tmp = *(const scalar_type *)src; \
367 src += sizeof(scalar_type); \
374 tmp = *(const scalar_type *)src; \
375 src += sizeof(scalar_type); \
727 #define yae_blend(scalar_type) \ argument
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c500 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/
Dspirv_hlsl.cpp3858 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.vecsize = 1; in write_access_chain()
[all …]
Dspirv_glsl.cpp5157 auto scalar_type = type; in constant_expression_vector() local
5158 scalar_type.vecsize = 1; in constant_expression_vector()
5423 res += type_to_glsl(scalar_type); in constant_expression_vector()
5457 res += type_to_glsl(scalar_type); in constant_expression_vector()
5483 res += type_to_glsl(scalar_type); in constant_expression_vector()
5508 res += type_to_glsl(scalar_type); in constant_expression_vector()
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp418 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/
Dgl4cGPUShaderFP64Tests.cpp13897 const Utils::_variable_type scalar_type = Utils::getDoubleVariableType(1, 1); in getFunctionObject() local
13923 variable_type /* arg1_type */, scalar_type /* arg2_type */, in getFunctionObject()
13924 scalar_type /* arg3_type */); in getFunctionObject()
14192 scalar_type /* arg2_type */); in getFunctionObject()
14206 scalar_type /* arg2_type */); in getFunctionObject()
14226 scalar_type /* arg2_type */); in getFunctionObject()
14380 variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()
14381 scalar_type /* arg2_type */, variable_type /* arg3_type */); in getFunctionObject()
14399 function, "step", Math::step, variable_type /* res_type */, scalar_type /* arg1_type */, in getFunctionObject()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4034 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()