Home
last modified time | relevance | path

Searched refs:m_p (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/
Dmesh.adoc187 per-primitive attributes dependent on code:ViewIndex, latexmath:[m_p] be the
195 (n_p + (n_{ppv} \times v)) \times 4 \times \mathrm{align}(m_p, g_p)
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4777 void *m_p; member
4795 ((element_type *)((array_ptr)->m_p))[index]
4799 pZip->m_pFree(pZip->m_pAlloc_opaque, pArray->m_p); in mz_zip_array_clear()
4815 if (NULL == (pNew_p = pZip->m_pRealloc(pZip->m_pAlloc_opaque, pArray->m_p, in mz_zip_array_ensure_capacity()
4818 pArray->m_p = pNew_p; in mz_zip_array_ensure_capacity()
4859 memcpy((mz_uint8 *)pArray->m_p + orig_size * pArray->m_element_size, in mz_zip_array_push_back()
5119 pZip->m_pState->m_central_dir.m_p, in mz_zip_reader_read_central_dir()
5126 p = (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p; in mz_zip_reader_read_central_dir()
5134 (mz_uint32)(p - (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p); in mz_zip_reader_read_central_dir()
6803 pState->m_central_dir.m_p, in mz_zip_writer_finalize_archive()