/third_party/boost/libs/geometry/doc/index/generated/ |
D | indexable.qbk | 4 [section boost::geometry::index::indexable] 6 …term><indexterm><primary>index</primary></indexterm><indexterm><primary>indexable</primary></index… 13 `#include <boost/geometry/index/indexable.hpp>` 18 `struct indexable` 39 …1a0bbe640be9ae0475e1b56f5b2e08877e `operator()(Value const &)`]][Return indexable extracted from t… 40 …ble_1a4aa66ffe2975f655bada9e6b5a65317b `operator()(V const &)`]][Return indexable extracted from t… 46 Return indexable extracted from the value. 61 The indexable. 67 Return indexable extracted from the value. Overload for types compatible with Value but different y… 82 The indexable.
|
/third_party/boost/boost/geometry/index/ |
D | indexable.hpp | 62 struct indexable struct 103 struct indexable<std::pair<Indexable, Second>, false> struct 242 struct indexable<boost::tuple<Indexable, T1, T2, T3, T4, T5, T6, T7, T8, T9>, false> struct 258 struct indexable<boost::tuples::cons<Indexable, Tail>, false> struct 283 struct indexable<std::tuple<Indexable, Args...>, false> struct 350 struct indexable struct 351 : detail::indexable<Value> 354 typedef typename detail::indexable<Value>::result_type result_type; argument 364 return detail::indexable<Value>::operator()(v); in operator ()() 378 return detail::indexable<Value>::operator()(v); in operator ()()
|
/third_party/boost/boost/geometry/index/detail/rtree/rstar/ |
D | choose_next_node.hpp | 54 Indexable const& indexable, in apply() argument 65 return choose_by_minimum_overlap_cost(children, indexable, in apply() 72 return choose_by_minimum_content_cost(children, indexable, in apply() 94 Indexable const& indexable, in choose_by_minimum_overlap_cost() argument 114 index::detail::expand(box_exp, indexable, strategy); in choose_by_minimum_overlap_cost() 145 choosen_index = choose_by_minimum_overlap_cost_first_n(children, indexable, in choose_by_minimum_overlap_cost() 163 Indexable const& indexable, in choose_by_minimum_overlap_cost_first_n() argument 189 index::detail::expand(box_exp, indexable, strategy); in choose_by_minimum_overlap_cost_first_n() 226 Indexable const& indexable, in choose_by_minimum_content_cost() argument 243 index::detail::expand(box_exp, indexable, strategy); in choose_by_minimum_content_cost()
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.getsampleposition.dx10.frag.out | 603 Name 39 "indexable" 604 Name 58 "indexable" 605 Name 85 "indexable" 606 Name 114 "indexable" 610 Name 137 "indexable" 611 Name 143 "indexable" 612 Name 149 "indexable" 613 Name 155 "indexable" 759 39(indexable): 38(ptr) Variable Function 760 58(indexable): 57(ptr) Variable Function [all …]
|
D | spv.explicittypes.frag.out | 36 Name 35 "indexable" 38 Name 49 "indexable" 40 Name 62 "indexable" 42 Name 74 "indexable" 44 Name 88 "indexable" 46 Name 101 "indexable" 48 Name 115 "indexable" 50 Name 128 "indexable" 285 35(indexable): 34(ptr) Variable Function 287 49(indexable): 48(ptr) Variable Function [all …]
|
D | spv.1.4.NonWritable.frag.out | 15 Name 34 "indexable" 19 Decorate 34(indexable) NonWritable 52 34(indexable): 33(ptr) Variable Function 28 54 36: 35(ptr) AccessChain 34(indexable) 32
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-bifurcation-Os-mutate-var-vector-shuffle/ |
D | 1.spvasm | 13 OpName %indexable "indexable" 72 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 102 OpStore %indexable %47 103 %80 = OpLoad %_arr_v4float_uint_16 %indexable 104 OpStore %indexable %53 105 OpStore %indexable %80 107 %82 = OpAccessChain %_ptr_Function_v4float %indexable %79
|
D | 1.wgsl | 13 var indexable : array<vec4<f32>, 16>; 40 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 1.0), vec4<f32>(0.5, 0.0, 0.0, 1.0), vec… 41 let x_80 : array<vec4<f32>, 16> = indexable; 42 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 0.0), vec4<f32>(0.0, 0.0, 0.0, 0.0), vec… 43 indexable = x_80; 45 let x_83 : vec4<f32> = indexable[bitcast<i32>((x_69 % 16))];
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-collatz-O-mutate-composite-construct-extract/ |
D | 1.spvasm | 13 OpName %indexable "indexable" 71 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 115 OpStore %indexable %46 116 %88 = OpLoad %_arr_v4float_uint_16 %indexable 117 OpStore %indexable %52 118 OpStore %indexable %88 121 %91 = OpAccessChain %_ptr_Function_v4float %indexable %87
|
D | 1.wgsl | 13 var indexable : array<vec4<f32>, 16>; 49 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 1.0), vec4<f32>(0.5, 0.0, 0.0, 1.0), vec… 50 let x_88 : array<vec4<f32>, 16> = indexable; 51 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 0.0), vec4<f32>(0.0, 0.0, 0.0, 0.0), vec… 52 indexable = x_88; 55 let x_92 : vec4<f32> = indexable[bitcast<i32>((x_71 % 16))];
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-orbit-O-mutate-variable/ |
D | 1.spvasm | 13 OpName %indexable "indexable" 76 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 159 OpStore %indexable %51 160 %123 = OpLoad %_arr_v4float_uint_16 %indexable 161 OpStore %indexable %57 162 OpStore %indexable %123 163 %124 = OpAccessChain %_ptr_Function_v4float %indexable %119
|
D | 1.wgsl | 13 var indexable : array<vec4<f32>, 16>; 89 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 1.0), vec4<f32>(0.5, 0.0, 0.0, 1.0), vec… 90 let x_123 : array<vec4<f32>, 16> = indexable; 91 …indexable = array<vec4<f32>, 16>(vec4<f32>(0.0, 0.0, 0.0, 0.0), vec4<f32>(0.0, 0.0, 0.0, 0.0), vec… 92 indexable = x_123; 93 let x_125 : vec4<f32> = indexable[x_119];
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-pillars-volatile-nontemporal-store/ |
D | 1.wgsl | 13 var indexable : array<i32, 256u>; 27 …indexable = array<i32, 256u>(115, 133, 150, 164, 176, 184, 190, 192, 191, 187, 181, 172, 163, 153,… 28 let x_237 : i32 = indexable[x_235]; 29 let x_238 : array<i32, 256u> = indexable; 30 …indexable = array<i32, 256u>(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, … 34 indexable = x_238;
|
/third_party/boost/libs/geometry/index/test/algorithms/ |
D | minmaxdist.cpp | 23 void test(Point const& pt, Indexable const& indexable, in test() argument 26 …bg::default_distance_result<Point, Indexable>::type value = bgi::detail::minmaxdist(pt, indexable); in test() 48 Indexable indexable; in test_indexable() local 49 bg::read_wkt(wkt, indexable); in test_indexable() 50 test(pt, indexable, expected_value); in test_indexable()
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-left-shift-array-access/ |
D | 0-opt.spvasm | 13 OpName %indexable "indexable" 44 %indexable = OpVariable %_ptr_Function__arr_int_uint_2 Function 55 OpStore %indexable %33 56 %35 = OpAccessChain %_ptr_Function_int %indexable %34
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-nir-opt-large-constants-for-clamp-vector-access/ |
D | 0-opt.spvasm | 17 OpName %indexable "indexable" 18 OpName %indexable_0 "indexable" 71 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_2 Function 97 OpStore %indexable %37 98 %64 = OpAccessChain %_ptr_Function_float %indexable %63 %uint_0
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-cumulate-loops-unreachable/ |
D | 1.spvasm | 14 OpName %indexable "indexable" 47 %indexable = OpVariable %_ptr_Function__arr_int_uint_2 Function 108 OpStore %indexable %28 109 %66 = OpAccessChain %_ptr_Function_int %indexable %65
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 403.wgsl.expected.wgsl | 17 var indexable : array<vec2<f32>, 3>; 21 indexable = array<vec2<f32>, 3>(vec2<f32>(-1.0, 1.0), vec2<f32>(1.0, 1.0), vec2<f32>(-1.0, -1.0)); 22 let x_51 : vec2<f32> = indexable[x_46];
|
D | 403.wgsl | 17 var indexable : array<vec2<f32>, 3>; 21 indexable = array<vec2<f32>, 3>(vec2<f32>(-1.0, 1.0), vec2<f32>(1.0, 1.0), vec2<f32>(-1.0, -1.0)); 22 let x_51 : vec2<f32> = indexable[x_46];
|
D | 403.wgsl.expected.spvasm | 20 OpName %indexable "indexable" 80 %indexable = OpVariable %_ptr_Function__arr_v2float_uint_3 Function %28 85 OpStore %indexable %40 86 %42 = OpAccessChain %_ptr_Function_v2float %indexable %gl_VertexIndex
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-composite2/ |
D | 0.spvasm | 13 OpName %indexable "indexable" 69 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 99 OpStore %indexable %47 100 %77 = OpAccessChain %_ptr_Function_v4float %indexable %76
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-return-partly-undefined-vector-from-array/ |
D | 0-opt.spvasm | 14 OpName %indexable "indexable" 101 %indexable = OpVariable %_ptr_Function__arr_v2float_uint_3 Function 116 OpStore %indexable %76 117 %78 = OpAccessChain %_ptr_Function_v2float %indexable %77
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-increment-int-loop-counter-mod-array/ |
D | 0-opt.spvasm | 13 OpName %indexable "indexable" 55 %indexable = OpVariable %_ptr_Function__arr_int_uint_9 Function 77 OpStore %indexable %31 78 %54 = OpAccessChain %_ptr_Function_int %indexable %53
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-stable-orbit-Os-access-chain-mutate-pointer/ |
D | 2.spvasm | 13 OpName %indexable "indexable" 75 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 84 %66 = OpAccessChain %_ptr_Function__arr_v4float_uint_16 %indexable 159 OpStore %indexable %51 160 %123 = OpAccessChain %_ptr_Function_v4float %indexable %119
|
D | 1.spvasm | 13 OpName %indexable "indexable" 75 %indexable = OpVariable %_ptr_Function__arr_v4float_uint_16 Function 84 %66 = OpAccessChain %_ptr_Function__arr_v4float_uint_16 %indexable 159 OpStore %indexable %51 160 %123 = OpAccessChain %_ptr_Function_v4float %indexable %119
|