HomeSort by relevance Sort by last modified time
    Searched refs:pBase (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 39 AttributeBase(const AttributeBase& pBase)
40 : m_WholeArchive(pBase.m_WholeArchive),
41 m_AsNeeded(pBase.m_AsNeeded),
42 m_AddNeeded(pBase.m_AddNeeded),
43 m_Static(pBase.m_Static) {}
152 const Attribute& pBase,
180 AttributeProxy& assign(Attribute* pBase);
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 52 const Attribute& pBase,
54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
96 const Attribute*& pBase,
101 pBase = pCopy;
104 pBase = result;
156 AttributeProxy& AttributeProxy::assign(Attribute* pBase) {
157 m_pBase = pBase;
  /hardware/qcom/display/msm8084/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, size_t size,
memalloc.h 68 virtual int map_buffer(void **pBase, size_t size,
ionalloc.cpp 139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd)
151 *pBase = base;
  /hardware/qcom/display/msm8226/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, unsigned int size,
memalloc.h 68 virtual int map_buffer(void **pBase, unsigned int size,
ionalloc.cpp 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
153 *pBase = base;
  /hardware/qcom/display/msm8909/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, unsigned int size,
memalloc.h 68 virtual int map_buffer(void **pBase, unsigned int size,
ionalloc.cpp 144 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
158 *pBase = base;
  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, size_t size,
memalloc.h 68 virtual int map_buffer(void **pBase, size_t size,
ionalloc.cpp 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd)
155 *pBase = base;
  /hardware/qcom/display/msm8994/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, unsigned int size,
memalloc.h 68 virtual int map_buffer(void **pBase, unsigned int size,
ionalloc.cpp 150 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
164 *pBase = base;
  /hardware/qcom/display/msm8996/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, unsigned int size,
memalloc.h 69 virtual int map_buffer(void **pBase, unsigned int size,
ionalloc.cpp 140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
154 *pBase = base;
  /hardware/qcom/display/sdm845/libgralloc/
ionalloc.h 47 virtual int map_buffer(void **pBase, unsigned int size,
memalloc.h 69 virtual int map_buffer(void **pBase, unsigned int size,
ionalloc.cpp 141 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset,
155 *pBase = base;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.h 401 uint8_t* pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_POSITION_SLOT]) + sizeof(float) * inputPrim;
404 transposedPrims[0].attrib[VERTEX_POSITION_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
405 pBase += sizeof(simdscalar);
409 pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_ATTRIB_START_SLOT]) + sizeof(float) * inputPrim;
415 transposedPrims[0].attrib[attribSlot][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
416 pBase += sizeof(simdscalar);
423 pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_CLIPCULL_DIST_LO_SLOT]) + sizeof(float) * inputPrim;
426 transposedPrims[0].attrib[VERTEX_CLIPCULL_DIST_LO_SLOT][c] = _simd_mask_i32gather_ps(_mm256_undefined_ps(), (const float*)pBase, vOffsets, vMask, 1);
427 pBase += sizeof(simdscalar);
433 pBase = (uint8_t*)(&vertices[0].attrib[VERTEX_CLIPCULL_DIST_HI_SLOT]) + sizeof(float) * inputPrim
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 108 Value *GATHERPS(Value* src, Value* pBase, Value* indices, Value* mask, Value* scale);
112 Value *GATHERDD(Value* src, Value* pBase, Value* indices, Value* mask, Value* scale);
116 Value *GATHERPD(Value* src, Value* pBase, Value* indices, Value* mask, Value* scale);

Completed in 910 milliseconds

1 2