| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | simdintrin.h | 225 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 230 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; 231 const float* pInterpB = &pInterpBuffer[Attrib * 3 * numComponents + numComponents + Comp]; 232 const float* pInterpC = &pInterpBuffer[Attrib * 3 * numComponents + numComponents * 2 + Comp]; 254 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 257 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; 267 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 270 const uint32_t interpA = pInterpBuffer[Attrib * 3 * numComponents [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | simdintrin.h | 276 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 281 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; 282 const float* pInterpB = &pInterpBuffer[Attrib * 3 * numComponents + numComponents + Comp]; 283 const float* pInterpC = &pInterpBuffer[Attrib * 3 * numComponents + numComponents * 2 + Comp]; 298 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 301 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; 311 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 314 const uint32_t interpA = pInterpBuffer[Attrib * 3 * numComponents [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | render2.c | 178 GLint numComponents = hdr->numComponents; local in function:__glXDisp_DrawArrays 187 for (i = 0; i < numComponents; i++) { 194 pc += numComponents * sizeof(__GLXdispatchDrawArraysComponentHeader); 197 for (i = 0; i < numComponents; i++) {
|
| H A D | render2swap.c | 273 GLint numComponents = hdr->numComponents; local in function:__glXDispSwap_DrawArrays 280 __GLX_SWAP_INT(&numComponents); 287 for (i=0; i<numComponents; i++) { 299 pc += numComponents * sizeof(__GLXdispatchDrawArraysComponentHeader); 302 for (i=0; i<numComponents; i++) {
|
| H A D | rensize.c | 347 GLint numComponents = hdr->numComponents; local in function:__glXDrawArraysReqSize 354 numComponents = SWAPL( numComponents ); 361 numComponents); 367 for (i=0; i<numComponents; i++) {
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | render2.c | 184 GLint numComponents = hdr->numComponents; local in function:__glXDisp_DrawArrays 193 for (i = 0; i < numComponents; i++) { 200 pc += numComponents * sizeof(__GLXdispatchDrawArraysComponentHeader); 203 for (i = 0; i < numComponents; i++) {
|
| H A D | render2swap.c | 289 GLint numComponents = hdr->numComponents; local in function:__glXDispSwap_DrawArrays 297 __GLX_SWAP_INT(&numComponents); 304 for (i = 0; i < numComponents; i++) { 316 pc += numComponents * sizeof(__GLXdispatchDrawArraysComponentHeader); 319 for (i = 0; i < numComponents; i++) {
|
| H A D | rensize.c | 368 GLint numComponents = hdr->numComponents; local in function:__glXDrawArraysReqSize 375 numComponents = SWAPL(numComponents); 382 numComponents); 388 for (i = 0; i < numComponents; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_streamout.c | 217 unsigned numComponents = info->output[i].dst_offset - local in function:svga_create_stream_output 225 numComponents = numComponents > 4 ? 4 : numComponents; 230 decls[numDecls].registerMask = (1 << numComponents) - 1; 232 dstOffset[buf_idx] += numComponents;
|
| H A D | svga_tgsi_vgpu10.c | 1044 operand.numComponents = VGPU10_OPERAND_0_COMPONENT; 1170 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1260 operand0.numComponents = VGPU10_OPERAND_1_COMPONENT; 1269 operand0.numComponents = VGPU10_OPERAND_1_COMPONENT; 1410 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1539 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1555 operand0.numComponents = VGPU10_OPERAND_0_COMPONENT; 1563 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1614 operand0.numComponents = VGPU10_OPERAND_1_COMPONENT; 1637 operand0.numComponents [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 133 uint32_t numComponents = _mm_popcnt_u32(decl.componentMask); local in function:StreamOutJit::buildDecl 134 uint32_t packedMask = (1 << numComponents) - 1; 162 pOutBuffers[decl.bufferIndex] = GEP(pOutBuffers[decl.bufferIndex], C(numComponents));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 133 uint32_t numComponents = _mm_popcnt_u32(decl.componentMask); local in function:StreamOutJit::buildDecl 134 uint32_t packedMask = (1 << numComponents) - 1; 162 pOutBuffers[decl.bufferIndex] = GEP(pOutBuffers[decl.bufferIndex], C(numComponents));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | render2swap.c | 272 __GLX_SWAP_INT(&hdr->numComponents); 279 for (i=0; i<hdr->numComponents; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | VGPU10ShaderTokens.h | 414 unsigned int numComponents : 2; /* VGPU10_OPERAND_NUM_COMPONENTS */ member in struct:__anon567b0b48230a::__anon567b0b482408
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 721 operand.numComponents = VGPU10_OPERAND_0_COMPONENT; 853 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 923 operand0.numComponents = VGPU10_OPERAND_1_COMPONENT; 932 operand0.numComponents = VGPU10_OPERAND_1_COMPONENT; 963 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1090 operand0.numComponents = VGPU10_OPERAND_0_COMPONENT; 1094 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1186 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1235 operand0.numComponents = VGPU10_OPERAND_4_COMPONENT; 1262 operand0.numComponents [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_exec_api.c | 134 unsigned numComponents; local in function:vbo_exec_vtx_wrap 150 numComponents = exec->vtx.copied.nr * exec->vtx.vertex_size; 153 numComponents * sizeof(fi_type)); 154 exec->vtx.buffer_ptr += numComponents;
|
| H A D | vbo_save_api.c | 758 unsigned numComponents; local in function:wrap_filled_vertex 768 numComponents = save->copied.nr * save->vertex_size; 771 numComponents * sizeof(fi_type)); 772 save->buffer_ptr += numComponents;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | VGPU10ShaderTokens.h | 709 unsigned int numComponents : 2; /* VGPU10_OPERAND_NUM_COMPONENTS */ member in struct:__anon4601d9fb2f0a::__anon4601d9fb3008
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_exec_api.c | 145 unsigned numComponents; local in function:vbo_exec_vtx_wrap 161 numComponents = exec->vtx.copied.nr * exec->vtx.vertex_size; 164 numComponents * sizeof(fi_type)); 165 exec->vtx.buffer_ptr += numComponents;
|
| H A D | vbo_save_api.c | 1016 unsigned numComponents; local in function:wrap_filled_vertex 1026 numComponents = save->copied.nr * save->vertex_size; 1029 if (numComponents) { 1033 numComponents * sizeof(fi_type)); 1037 save->vertex_store->used = numComponents;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | state.h | 1148 uint8_t numComponents[32]; // number of components to setup per attribute, this reduces some member in struct:SWR_BACKEND_STATE
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_state.cpp | 1776 for (unsigned i = 0; i < sizeof(backendState.numComponents); i++) { 1788 sizeof(backendState.numComponents)); 1790 backendState.numComponents[i] = 4;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_state.cpp | 2060 for (unsigned i = 0; i < sizeof(backendState.numComponents); i++) { 2072 sizeof(backendState.numComponents)); 2074 backendState.numComponents[i] = 4;
|
| /xsrc/external/mit/xorgproto/dist/include/GL/ |
| H A D | glxproto.h | 1995 CARD32 numComponents; \
|