Searched defs:vConstMask (Results  1 – 2 of 2) sorted by relevance
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ | 
| D | builder_mem.cpp | 443             Value* vConstMask = C<char>({0, 1, 4, 5, 8, 9, 12, 13, 2, 3, 6, 7, 10, 11, 14, 15,  in Shuffle16bpcGather4()  local491             Value* vConstMask[2];  in Shuffle16bpcGather4()  local
 543             Value* vConstMask = C<char>({0, 4, 8, 12, 1, 5, 9, 13, 2, 6, 10, 14, 3, 7, 11, 15,  in Shuffle8bpcGather4()  local
 603                 Value* vConstMask;  in Shuffle8bpcGather4()  local
 
 | 
| D | fetch_jit.cpp | 1329         Value*     vConstMask = C<char>(  in Shuffle8bpcGatherd16()  local1486                     Value* vConstMask;  in Shuffle8bpcGatherd16()  local
 1706         Value* vConstMask = C<uint8_t>({0, 1, 4, 5, 8, 9, 12, 13, 2, 3, 6, 7, 10, 11, 14, 15,  in Shuffle16bpcGather16()  local
 1844         Value* vConstMask[2];  in Shuffle16bpcGather16()  local
 1976         Value* vConstMask = C<char>({0, 1, 4, 5, 8, 9, 12, 13, 2, 3, 6, 7, 10, 11, 14, 15,  in Shuffle16bpcGather()  local
 2082         Value* vConstMask[2];  in Shuffle16bpcGather()  local
 
 |