Searched refs:m_indexes (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSIndexPath.cpp | 107 m_impl.m_outsourced.m_indexes = in Update() 117 if (m_impl.m_outsourced.m_indexes) in Update() 171 m_indexes = value; in SetIndexes() 206 m_indexes = 0; in Clear() 213 : m_indexes(0), m_count(0), m_ptr_size(0), m_process(nullptr) {} in InlinedIndexes() 216 uint64_t m_indexes; member 225 m_count = ((m_indexes >> 3) & 0x7); in _lengthForInlinePayload() 227 m_count = ((m_indexes >> 3) & 0x3); in _lengthForInlinePayload() 239 return {(m_indexes >> PACKED_INDEX_SHIFT_64(pos)) & in _indexAtPositionForInlinePayload() 249 return {(m_indexes >> PACKED_INDEX_SHIFT_32(pos)) & in _indexAtPositionForInlinePayload() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndexedTest.cpp | 60 std::vector<deUint32> m_indexes; member in vkt::Draw::__anon5f0aaae70211::DrawIndexed 77 m_indexes.push_back(0); in DrawIndexed() 78 m_indexes.push_back(0); in DrawIndexed() 79 m_indexes.push_back(2); in DrawIndexed() 80 m_indexes.push_back(0); in DrawIndexed() 81 m_indexes.push_back(6); in DrawIndexed() 82 m_indexes.push_back(6); in DrawIndexed() 83 m_indexes.push_back(0); in DrawIndexed() 84 m_indexes.push_back(7); in DrawIndexed() 87 m_indexes.push_back(0); in DrawIndexed() [all …]
|
D | vktDrawInstancedTests.cpp | 247 std::vector<deUint32> m_indexes; member in vkt::Draw::__anon32cab5d20111::InstancedDrawInstance 593 …indexBuffer = createAndUploadBuffer(m_indexes, m_vk, m_context, vk::VK_BUFFER_USAGE_INDEX_BUFFER_B… in iterate() 623 …m_vk.cmdDrawIndexed(*m_cmdBuffer, (deUint32)m_indexes.size(), instanceCount, 0u, 0u, firstInstance… in iterate() 646 (deUint32)m_indexes.size(), // uint32_t indexCount; in iterate() 707 const rr::DrawIndices indicies(m_indexes.data()); in iterate() 709 …ves = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies… in iterate() 752 m_indexes.clear(); in prepareVertexData() 802 m_indexes.push_back((deUint16)ndx00); in prepareVertexData() 803 m_indexes.push_back((deUint16)ndx10); in prepareVertexData() 804 m_indexes.push_back((deUint16)ndx01); in prepareVertexData() [all …]
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompactUnwindInfo.cpp | 164 m_section_contents_if_encrypted(), m_mutex(), m_indexes(), in CompactUnwindInfo() 366 if (m_indexes.size() > 0) { in ScanIndex() 367 m_indexes[m_indexes.size() - 1].lsda_array_end = lsda_offset; in ScanIndex() 374 m_indexes.push_back(this_index); in ScanIndex() 518 it = std::lower_bound(m_indexes.begin(), m_indexes.end(), key); in GetCompactUnwindInfoForFunction() 519 if (it == m_indexes.end()) { in GetCompactUnwindInfoForFunction() 524 if (it != m_indexes.begin()) in GetCompactUnwindInfoForFunction() 533 if (next_it != m_indexes.end()) { in GetCompactUnwindInfoForFunction()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawTests.cpp | 106 std::vector<deUint32> m_indexes; member in vkt::conditional::__anonbdf094b00111::ConditionalDraw 149 m_indexes.push_back(index); in ConditionalDraw() 159 const vk::VkDeviceSize indexDataSize = m_indexes.size() * sizeof(deUint32); in createAndBindIndexBuffer() 167 deMemcpy(indexBufferPtr, &m_indexes[0], static_cast<size_t>(indexDataSize)); in createAndBindIndexBuffer()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompactUnwindInfo.h | 151 std::vector<UnwindIndex> m_indexes; variable
|