Searched refs:ELEMENTS (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Context11.cpp | 597 MULTI_DRAW_BLOCK(ELEMENTS, _, _, 1, 0, 0) in multiDrawElements() 601 MULTI_DRAW_BLOCK(ELEMENTS, _, _, 0, 0, 0) in multiDrawElements() 619 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _, 1, 0, 0) in multiDrawElementsInstanced() 623 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _, 0, 0, 0) in multiDrawElementsInstanced() 696 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 1, 1) in multiDrawElementsInstancedBaseVertexBaseInstance() 700 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 1, 0) in multiDrawElementsInstancedBaseVertexBaseInstance() 707 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 0, 1) in multiDrawElementsInstancedBaseVertexBaseInstance() 711 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 0, 0) in multiDrawElementsInstancedBaseVertexBaseInstance() 721 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 0, 1, 1) in multiDrawElementsInstancedBaseVertexBaseInstance() 725 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCE in multiDrawElementsInstancedBaseVertexBaseInstance() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 1122 MULTI_DRAW_BLOCK(ELEMENTS, _, _, 1, 0, 0) in MultiDrawElementsGeneral() 1126 MULTI_DRAW_BLOCK(ELEMENTS, _, _, 0, 0, 0) in MultiDrawElementsGeneral() 1173 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _, 1, 0, 0) in MultiDrawElementsInstancedGeneral() 1177 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _, 0, 0, 0) in MultiDrawElementsInstancedGeneral() 1240 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 1, 1) in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() 1244 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 1, 0) in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() 1251 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 0, 1) in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() 1255 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 1, 0, 0) in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() 1265 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCED, _BASE_VERTEX_BASE_INSTANCE, 0, 1, 1) in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() 1269 MULTI_DRAW_BLOCK(ELEMENTS, _INSTANCE in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() [all...] |
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 2083 static const int ELEMENTS = SIZE / sizeof(T); member 22103 input += simd16<uint16_t>::ELEMENTS * 2; 22105 input += simd16<uint16_t>::ELEMENTS * 2 - 1; 22110 while (input + simd16<uint16_t>::ELEMENTS * 2 < end16) { 22112 const auto in1 = simd16<uint16_t>(input + simd16<uint16_t>::ELEMENTS); 22122 input += simd16<uint16_t>::ELEMENTS * 2; 22138 input += simd16<uint16_t>::ELEMENTS * 2; 22140 input += simd16<uint16_t>::ELEMENTS * 2 - 1; 22281 while (input + simd16<uint16_t>::ELEMENTS * 2 < end) { 22286 auto in1 = simd16<uint16_t>(input + simd16<uint16_t>::ELEMENTS); [all...] |
Completed in 34 milliseconds