/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_wrap_vector_synonym.cpp | 83 uint32_t vector_size = GetFuzzerContext()->GetWidthOfWrappingVector(); in Apply() local 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()
|
D | transformation_wrap_vector_synonym.cpp | 93 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/ |
D | fuzzer_pass_wrap_vector_synonym.cpp | 83 uint32_t vector_size = GetFuzzerContext()->GetWidthOfWrappingVector(); in Apply() local 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()
|
D | transformation_wrap_vector_synonym.cpp | 93 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/opencl-headers/CL/ |
D | cl_platform.h | 384 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(16))); [all …]
|
/third_party/mesa3d/include/CL/ |
D | cl_platform.h | 384 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(16))); [all …]
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl_platform.h | 456 typedef float __cl_float4 __attribute__((vector_size(16))); 470 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16))); 471 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 472 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16))); 473 typedef cl_short __cl_short8 __attribute__((vector_size(16))); 474 typedef cl_uint __cl_uint4 __attribute__((vector_size(16))); 475 typedef cl_int __cl_int4 __attribute__((vector_size(16))); 476 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16))); 477 typedef cl_long __cl_long2 __attribute__((vector_size(16))); 478 typedef cl_double __cl_double2 __attribute__((vector_size(16))); [all …]
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_platform.h | 404 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(16))); [all …]
|
/third_party/boost/libs/compute/test/ |
D | test_type_traits.cpp | 38 BOOST_AUTO_TEST_CASE(vector_size) in BOOST_AUTO_TEST_CASE() argument 40 BOOST_STATIC_ASSERT(bc::vector_size<bc::int_>::value == 1); in BOOST_AUTO_TEST_CASE() 41 BOOST_STATIC_ASSERT(bc::vector_size<bc::int2_>::value == 2); in BOOST_AUTO_TEST_CASE() 42 BOOST_STATIC_ASSERT(bc::vector_size<bc::float_>::value == 1); in BOOST_AUTO_TEST_CASE() 43 BOOST_STATIC_ASSERT(bc::vector_size<bc::float4_>::value == 4); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/compute/type_traits/ |
D | vector_size.hpp | 30 struct vector_size struct 39 struct vector_size<BOOST_PP_CAT(BOOST_PP_CAT(scalar, size), _)> \
|
D | is_vector_type.hpp | 31 struct is_vector_type : boost::mpl::bool_<vector_size<T>::value != 1>
|
/third_party/boost/libs/compute/include/boost/compute/type_traits/ |
D | vector_size.hpp | 30 struct vector_size struct 39 struct vector_size<BOOST_PP_CAT(BOOST_PP_CAT(scalar, size), _)> \
|
D | is_vector_type.hpp | 31 struct is_vector_type : boost::mpl::bool_<vector_size<T>::value != 1>
|
/third_party/pixman/test/ |
D | utils-prng.h | 83 typedef uint32_t uint32x4 __attribute__ ((vector_size(16))); 84 typedef uint8_t uint8x16 __attribute__ ((vector_size(16)));
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.c | 643 int vector_size = shader->vector_length * sizeof(unsigned); in draw_geometry_shader_run() local 645 align_malloc(vector_size, vector_size); in draw_geometry_shader_run() 869 int vector_size = gs->vector_length * sizeof(float); in draw_create_geometry_shader() local 874 gs->llvm_emitted_primitives = align_malloc(vector_size * gs->num_vertex_streams, vector_size); in draw_create_geometry_shader() 875 gs->llvm_emitted_vertices = align_malloc(vector_size * gs->num_vertex_streams, vector_size); in draw_create_geometry_shader() 876 gs->llvm_prim_ids = align_calloc(vector_size, vector_size); in draw_create_geometry_shader()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_nir_uniforms.cpp | 186 unsigned vector_size = storage->type->vector_elements; in brw_nir_setup_glsl_uniform() local 191 vector_size *= 2; in brw_nir_setup_glsl_uniform() 192 if (vector_size > 4) in brw_nir_setup_glsl_uniform() 198 for (i = 0; i < vector_size; i++) { in brw_nir_setup_glsl_uniform()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | attr_vector_size.c | 2 typedef u32 __attribute__((vector_size(16))) sse128_t;
|
/third_party/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1763 template<typename T> Offset<Vector<T>> CreateVector(size_t vector_size, 1765 std::vector<T> elems(vector_size); 1766 for (size_t i = 0; i < vector_size; i++) elems[i] = f(i); 1782 Offset<Vector<T>> CreateVector(size_t vector_size, F f, S *state) { 1783 std::vector<T> elems(vector_size); 1784 for (size_t i = 0; i < vector_size; i++) elems[i] = f(i, state); 1860 size_t vector_size, const std::function<void(size_t i, T *)> &filler) { 1861 T* structs = StartVectorOfStructs<T>(vector_size); 1862 for (size_t i = 0; i < vector_size; i++) { 1866 return EndVectorOfStructs<T>(vector_size); [all …]
|
/third_party/boost/boost/compute/algorithm/ |
D | find.hpp | 42 if(vector_size<value_type>::value == 1){ in find()
|
D | count.hpp | 45 if(vector_size<value_type>::value == 1){ in count()
|
D | remove.hpp | 43 if(vector_size<value_type>::value == 1){ in remove()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | count.hpp | 45 if(vector_size<value_type>::value == 1){ in count()
|
D | remove.hpp | 43 if(vector_size<value_type>::value == 1){ in remove()
|
D | find.hpp | 42 if(vector_size<value_type>::value == 1){ in find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | vectors.h | 34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16)));
|