| /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 + 0 + Comp]; 282 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 287 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; [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 + 0 + Comp]; 326 template <UINT Attrib, UINT Comp, UINT numComponents = 4> 331 const float* pInterpA = &pInterpBuffer[Attrib * 3 * numComponents + 0 + Comp]; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 149 template <class T, class Comp> 163 iterator I = std::upper_bound(begin(), end(), t, Comp()); 174 std::equal_range(begin(), end(), t, Comp());
|
| H A D | sb_ir.h | 109 template <typename V, typename Comp = std::less<V> > 130 std::inserter(t, t.begin()), Comp()); 135 return std::lower_bound(vec.begin(), vec.end(), v, Comp()); 158 return !Comp()(v1, v2) && !Comp()(v2, v1); 174 struct Comp { struct in class:r600_sb::sb_map 180 typedef sb_set<datatype, Comp> dataset;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 149 template <class T, class Comp> 163 iterator I = std::upper_bound(begin(), end(), t, Comp()); 174 std::equal_range(begin(), end(), t, Comp());
|
| H A D | sb_ir.h | 109 template <typename V, typename Comp = std::less<V> > 130 std::inserter(t, t.begin()), Comp()); 135 return std::lower_bound(vec.begin(), vec.end(), v, Comp()); 158 return !Comp()(v1, v2) && !Comp()(v2, v1); 174 struct Comp { struct in class:r600_sb::sb_map 180 typedef sb_set<datatype, Comp> dataset;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 504 prog->Comp.SharedSize = v.shared_size; 514 if (prog->Comp.SharedSize > ctx->Const.MaxComputeSharedMemorySize) { 516 prog->Comp.SharedSize,
|
| H A D | glsl_parser_extras.cpp | 1895 shader->info.Comp.LocalSize[i] = state->cs_input_local_size[i]; 1898 shader->info.Comp.LocalSize[i] = 0; 1901 shader->info.Comp.LocalSizeVariable = 1904 shader->info.Comp.DerivativeGroup = state->cs_derivative_group; 1911 if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_QUADS) { 1912 if (shader->info.Comp.LocalSize[0] % 2 != 0) { 1917 if (shader->info.Comp.LocalSize[1] % 2 != 0) { 1922 } else if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_LINEAR) { 1923 if ((shader->info.Comp.LocalSize[0] * 1924 shader->info.Comp [all...] |
| H A D | linker.cpp | 2286 if (shader->info.Comp.LocalSize[0] != 0) { 2290 shader->info.Comp.LocalSize[i]) { 2299 shader->info.Comp.LocalSize[i]; 2301 } else if (shader->info.Comp.LocalSizeVariable) { 2317 enum gl_derivative_group group = shader->info.Comp.DerivativeGroup;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_shared_reference.cpp | 502 prog->Comp.SharedSize = v.shared_size; 512 if (prog->Comp.SharedSize > ctx->Const.MaxComputeSharedMemorySize) { 514 prog->Comp.SharedSize,
|
| H A D | glsl_parser_extras.cpp | 1848 shader->info.Comp.LocalSize[i] = state->cs_input_local_size[i]; 1851 shader->info.Comp.LocalSize[i] = 0; 1854 shader->info.Comp.LocalSizeVariable = 1857 shader->info.Comp.DerivativeGroup = state->cs_derivative_group; 1864 if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_QUADS) { 1865 if (shader->info.Comp.LocalSize[0] % 2 != 0) { 1870 if (shader->info.Comp.LocalSize[1] % 2 != 0) { 1875 } else if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_LINEAR) { 1876 if ((shader->info.Comp.LocalSize[0] * 1877 shader->info.Comp [all...] |
| H A D | linker.cpp | 2209 if (shader->info.Comp.LocalSize[0] != 0) { 2213 shader->info.Comp.LocalSize[i]) { 2222 shader->info.Comp.LocalSize[i]; 2224 } else if (shader->info.Comp.LocalSizeVariable) { 2240 enum gl_derivative_group group = shader->info.Comp.DerivativeGroup;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | mtypes.h | 2525 } Comp; member in struct:gl_shader_info 3030 } Comp; member in struct:gl_shader_program
|
| H A D | shaderapi.c | 2508 dst->info.cs.shared_size = src->Comp.SharedSize;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | mtypes.h | 2590 } Comp; member in struct:gl_shader_info 3109 } Comp; member in struct:gl_shader_program
|
| H A D | shaderapi.c | 2691 dst->info.shared_size = src->Comp.SharedSize;
|