HomeSort by relevance Sort by last modified time
    Searched refs:pAttribs (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eapmethodauthenticatorapis.h 50 EapAttributes pAttribs,
54 EapAttributes pAttribs,
110 EapAttributes *pAttribs,
157 const EapAttributes *pAttribs,
eappapis.h 54 EapAttributes *pAttribs,
74 const EapAttributes *pAttribs,
eapmethodpeerapis.h 148 EapAttributes *pAttribs,
154 EapAttributes *pAttribs,
eaptypes.h 146 EAP_ATTRIBUTE *pAttribs;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.cpp 162 void Clip(const float *pTriangle, const float *pAttribs, int numAttribs, float *pOutTriangles, int *numVerts, float *pOutAttribs)
169 int NumOutPts = ClipTriToPlane<FRUSTUM_NEAR>(pTriangle, 3, pAttribs, numAttribs, tempPts, tempAttribs);
rasterizer.cpp     [all...]
binner.cpp     [all...]
context.h 82 float *pAttribs;
97 float *pAttribs;
state.h 316 const float* pAttribs; // IN: pointer to attribute barycentric coefficients
    [all...]
backend.h 490 psContext->pAttribs = work.pAttribs;
    [all...]
clip.h 62 void Clip(const float *pTriangle, const float *pAttribs, int numAttribs, float *pOutTriangles,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 422 // load *pAttribs, *pPerspAttribs
457 Value *vw = nullptr, *pAttribs;
460 pAttribs = pPerspAttribs;
473 pAttribs = pRawAttribs;
583 Value *va = VBROADCAST(LOAD(GEP(pAttribs, indexA)));
584 Value *vb = VBROADCAST(LOAD(GEP(pAttribs, indexB)));
585 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC)));
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 430 VkVertexInputAttributeDescription* pAttribs = attributeDesc.push_back_n(primProc.numAttribs());
431 setup_vertex_input_state(primProc, &vertexInputInfo, &bindingDescs, pAttribs);

Completed in 122 milliseconds