Home
last modified time | relevance | path

Searched refs:vector_size (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_wrap_vector_synonym.cpp83 uint32_t vector_size = GetFuzzerContext()->GetWidthOfWrappingVector(); in Apply()
89 GetFuzzerContext()->GetRandomIndexForWrappingVector(vector_size); in Apply()
96 for (uint32_t i = 0; i < vector_size; ++i) { in Apply()
116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
133 FindOrCreateVectorType(instruction_iterator->type_id(), vector_size); in Apply()
H A Dtransformation_wrap_vector_synonym.cpp93 uint32_t vector_size = vec1_type->GetSingleWordInOperand(1); in IsApplicable() local
95 vector_size)) { in IsApplicable()
142 uint32_t vector_size = vector_operand_type->GetSingleWordInOperand(1); in Apply() local
144 ir_context, instruction->type_id(), vector_size); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_wrap_vector_synonym.cpp83 uint32_t vector_size = GetFuzzerContext()->GetWidthOfWrappingVector(); in Apply()
89 GetFuzzerContext()->GetRandomIndexForWrappingVector(vector_size); in Apply()
96 for (uint32_t i = 0; i < vector_size; ++i) { in Apply()
116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
133 FindOrCreateVectorType(instruction_iterator->type_id(), vector_size); in Apply()
H A Dtransformation_wrap_vector_synonym.cpp93 uint32_t vector_size = vec1_type->GetSingleWordInOperand(1); in IsApplicable() local
95 vector_size)) { in IsApplicable()
142 uint32_t vector_size = vector_operand_type->GetSingleWordInOperand(1); in Apply() local
144 ir_context, instruction->type_id(), vector_size); in Apply()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_wrap_vector_synonym.cpp83 uint32_t vector_size = GetFuzzerContext()->GetWidthOfWrappingVector(); in Apply()
89 GetFuzzerContext()->GetRandomIndexForWrappingVector(vector_size); in Apply()
96 for (uint32_t i = 0; i < vector_size; ++i) { in Apply()
116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
133 FindOrCreateVectorType(instruction_iterator->type_id(), vector_size); in Apply()
H A Dtransformation_wrap_vector_synonym.cpp93 uint32_t vector_size = vec1_type->GetSingleWordInOperand(1); in IsApplicable() local
95 vector_size)) { in IsApplicable()
142 uint32_t vector_size = vector_operand_type->GetSingleWordInOperand(1); in Apply() local
144 ir_context, instruction->type_id(), vector_size); in Apply()
/third_party/elfutils/tests/
H A Dfuncretval_test.c37 typedef signed char __attribute__ ((vector_size (8))) vec_char_8_t;
43 typedef short __attribute__ ((vector_size (8))) vec_short_8_t;
49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t;
55 typedef long __attribute__ ((vector_size (8))) vec_long_8_t;
61 typedef float __attribute__ ((vector_size (8))) vec_float_8_t;
67 typedef double __attribute__ ((vector_size (8))) vec_double_8_t;
78 typedef signed char __attribute__ ((vector_size (16))) vec_char_16_t;
84 typedef short __attribute__ ((vector_size (16))) vec_short_16_t;
90 typedef int __attribute__ ((vector_size (16))) vec_int_16_t;
96 typedef long __attribute__ ((vector_size (1
[all...]
/third_party/mesa3d/include/CL/
H A Dcl_platform.h384 typedef float __cl_float4 __attribute__((vector_size(16)));
398 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));
399 typedef cl_char __cl_char16 __attribute__((vector_size(16)));
400 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
401 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
402 typedef cl_uint __cl_uint4 __attribute__((vector_size(16)));
403 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
404 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
405 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
406 typedef cl_double __cl_double2 __attribute__((vector_size(1
[all...]
/third_party/opencl-headers/CL/
H A Dcl_platform.h413 typedef float __cl_float4 __attribute__((vector_size(16)));
427 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));
428 typedef cl_char __cl_char16 __attribute__((vector_size(16)));
429 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
430 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
431 typedef cl_uint __cl_uint4 __attribute__((vector_size(16)));
432 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
433 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
434 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
435 typedef cl_double __cl_double2 __attribute__((vector_size(1
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_platform.h404 typedef float __cl_float4 __attribute__((vector_size(16)));
418 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));
419 typedef cl_char __cl_char16 __attribute__((vector_size(16)));
420 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
421 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
422 typedef cl_uint __cl_uint4 __attribute__((vector_size(16)));
423 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
424 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
425 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
426 typedef cl_double __cl_double2 __attribute__((vector_size(1
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c644 int vector_size = shader->vector_length * sizeof(unsigned); in draw_geometry_shader_run() local
646 align_malloc(vector_size, vector_size); in draw_geometry_shader_run()
872 int vector_size = gs->vector_length * sizeof(float); in draw_create_geometry_shader() local
877 gs->llvm_emitted_primitives = align_malloc(vector_size * gs->num_vertex_streams, vector_size); in draw_create_geometry_shader()
878 gs->llvm_emitted_vertices = align_malloc(vector_size * gs->num_vertex_streams, vector_size); in draw_create_geometry_shader()
879 gs->llvm_prim_ids = align_calloc(vector_size, vector_size); in draw_create_geometry_shader()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dattr_vector_size.c2 typedef u32 __attribute__((vector_size(16))) sse128_t;
5 * check-name: attribute vector_size
/third_party/spirv-tools/test/opt/
H A Dtypes_test.cpp300 for (uint32_t vector_size = 1; vector_size < 4; ++vector_size) { in TEST()
301 Vector vector(&f32, vector_size); in TEST()
302 EXPECT_EQ(vector.NumberOfComponents(), vector_size); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dvectors.h34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16)));
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_composites.cpp71 const uint32_t vector_size = type_inst->word(3); in GetExtractInsertValueType() local
72 if (component_index >= vector_size) { in GetExtractInsertValueType()
75 << vector_size << ", but access index is " << component_index; in GetExtractInsertValueType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_composites.cpp71 const uint32_t vector_size = type_inst->word(3); in GetExtractInsertValueType() local
72 if (component_index >= vector_size) { in GetExtractInsertValueType()
75 << vector_size << ", but access index is " << component_index; in GetExtractInsertValueType()
/third_party/spirv-tools/source/val/
H A Dvalidate_composites.cpp70 const uint32_t vector_size = type_inst->word(3); in GetExtractInsertValueType() local
71 if (component_index >= vector_size) { in GetExtractInsertValueType()
74 << vector_size << ", but access index is " << component_index; in GetExtractInsertValueType()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp5161 bool splat = backend.use_constructor_splatting && c.vector_size() > 1;
5162 bool swizzle_splat = backend.can_swizzle_scalar && c.vector_size() > 1;
5173 for (uint32_t i = 0; i < c.vector_size(); i++)
5189 for (uint32_t i = 1; i < c.vector_size(); i++)
5202 for (uint32_t i = 1; i < c.vector_size(); i++)
5213 if (c.vector_size() > 1 && !swizzle_splat)
5227 for (uint32_t i = 0; i < c.vector_size(); i++)
5229 if (c.vector_size() > 1 && c.specialization_constant_id(vector, i) != 0)
5234 if (i + 1 < c.vector_size())
5249 for (uint32_t i = 0; i < c.vector_size();
[all...]
H A Dspirv_common.hpp1237 inline uint32_t vector_size() const in vector_size() function
1263 for (uint32_t row = 0; row < vector_size(); row++) in constant_is_null()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dpngshim.c59 /* The `vector_size' attribute was introduced in gcc 3.1, which */ in premultiply_data()
87 typedef unsigned short v82 __attribute__(( vector_size( 16 ) )); in premultiply_data()
130 #endif /* use `vector_size' */ in premultiply_data()
/third_party/ffmpeg/libavfilter/
H A Daf_adeclick.c39 int vector_size; member
348 av_fast_malloc(&c->vector, &c->vector_size, nb_errors * sizeof(*c->vector)); in interpolation()
710 c->vector_size = 0; in uninit()
/third_party/backends/frontend/
H A Dscanimage.c1075 static size_t vector_size = 0; in process_backend_option() local
1136 if (vector_size < vector_length) in process_backend_option()
1138 vector_size = vector_length; in process_backend_option()
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h166 typedef int16_t __attribute__((vector_size(16))) I16; in F_from_Half()
583 typedef int32_t __attribute__((vector_size(16))) Half_I32; in gather_48()
584 typedef long long __attribute__((vector_size(32))) Half_I64; in gather_48()
/third_party/skia/include/private/
H A DSkVx.h230 typedef T __attribute__((vector_size(N*sizeof(T)))) type;
/third_party/skia/third_party/skcms/
H A Dskcms.cc2357 // template <int N, typename T> using Vec = T __attribute__((vector_size(N*sizeof(T))));
2359 struct VecHelper { typedef T __attribute__((vector_size(N*sizeof(T)))) V; };

Completed in 42 milliseconds