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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 78 newWorkDesc.pAttribs = &newAttribBuffer[0];
118 __m128 vAttrib0 = _mm_load_ps(&workDesc.pAttribs[a * 12 + 0]);
119 __m128 vAttrib1 = _mm_load_ps(&workDesc.pAttribs[a * 12 + 4]);
203 __m128 vAttrib0 = _mm_load_ps(&workDesc.pAttribs[a * 12 + 0]);
204 __m128 vAttrib1 = _mm_load_ps(&workDesc.pAttribs[a * 12 + 4]);
299 triDesc.pAttribs = triDesc.pPerspAttribs = workDesc.pAttribs;
336 newWorkDesc.pAttribs = &newAttribBuffer[0];
372 memcpy(&newAttribBuffer[0], workDesc.pAttribs, 4 * 3 * workDesc.numAttribs * sizeof(float));
373 newWorkDesc.pAttribs = &newAttribBuffer[0]
    [all...]
binner.cpp     [all...]
context.h 81 float *pAttribs;
96 float *pAttribs;
rasterizer_impl.h     [all...]
state.h 344 const float* pAttribs; // IN: pointer to attribute barycentric coefficients
    [all...]
backend_impl.h 503 psContext->pAttribs = work.pAttribs;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 515 VkVertexInputAttributeDescription* pAttribs = attributeDesc.push_back_n(totalAttributeCnt);
516 setup_vertex_input_state(primProc, &vertexInputInfo, &bindingDescs, pAttribs);
  /external/skqp/src/gpu/vk/
GrVkPipeline.cpp 511 VkVertexInputAttributeDescription* pAttribs = attributeDesc.push_back_n(totalAttributeCnt);
512 setup_vertex_input_state(primProc, &vertexInputInfo, &bindingDescs, pAttribs);

Completed in 176 milliseconds