Searched refs:indicies (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | ELFAttributeParser.cpp | 155 SmallVector<uint8_t, 8> indicies; in parseSubsection() local 163 parseIndexList(indicies); in parseSubsection() 168 parseIndexList(indicies); in parseSubsection() 179 if (!indicies.empty()) in parseSubsection() 180 sw->printList(indexName, indicies); in parseSubsection()
|
/external/angle/src/tests/gl_tests/ |
D | RobustBufferAccessBehaviorTest.cpp | 205 const std::array<GLushort, 12> indicies{ in TEST_P() local 212 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indicies), indicies.data(), GL_STATIC_DRAW); in TEST_P()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 313 std::vector<glw::GLuint> indicies(n_active_uniforms); in iterate() local 318 indicies[i] = i; in iterate() 321 gl.getActiveUniformsiv(m_po_id, n_active_uniforms, &indicies[0], GL_UNIFORM_TYPE, &types[0]); in iterate()
|
D | esextcTextureBufferOperations.cpp | 257 …glw::GLfloat indicies[] = { 0.f, 0.f, static_cast<glw::GLfloat>(m_n_vectors_in_buffer_texture) * 1… in initSecondPhase() local 267 gl.bufferData(GL_ARRAY_BUFFER, sizeof(indicies), indicies, GL_STATIC_DRAW); in initSecondPhase()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | phi-of-extractvalues.ll | 134 ; But the indicies must match 165 ; More complex aggregates are fine, too, as long as indicies match. 195 ; The indicies must fully match, on all levels. 285 ; can have different types, and just checking the indicies is not enough.
|
D | phi-of-insertvalues.ll | 195 ; But the indicies must match 226 ; More complex aggregates are fine, too, as long as indicies match. 256 ; The indicies must fully match, on all levels.
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 707 const rr::DrawIndices indicies(m_indexes.data()); in iterate() local 709 …es = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies); in iterate()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 1848 Gathers slices from params according to indicies. 1859 %output = tosa.GATHER(%params, %indicies) {axis=0} (tensor<%params.type>, tensor<%indicies.type>) -… 1864 Gathers slices from params axis according to indicies. 1875 %output = tosa.GATHER(%params, %indicies) {axis=%axis.to_constant()} (tensor<%params.type>, tensor<…
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 4224 const std::vector<uint32_t> indicies = {0, 1, 2}; in TEST_F() local 4233 …std::memcpy(mapped_ibo_buffer_data, (uint8_t *)indicies.data(), sizeof(uint32_t) * indicies.size()… in TEST_F()
|
/external/llvm/test/CodeGen/X86/ |
D | avx-vperm2x128.ll | 218 ;;;; Cases with undef indicies mixed in the mask
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx-vperm2x128.ll | 248 ;;;; Cases with undef indicies mixed in the mask
|