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

  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 255 for swizzleIndices in getSwizzlesForWidth(scalarSize):
256 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices))
260 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
268 # for swizzleIndices in getSwizzlesForWidth(scalarSize):
269 # swizzle = "".join(map(lambda x: "xyzw"[x], swizzleIndices))
273 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 259 for swizzleIndices in getSwizzlesForWidth(scalarSize):
260 swizzle = "".join(map(lambda x: swizzleComponents[x], swizzleIndices))
264 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
272 # for swizzleIndices in getSwizzlesForWidth(scalarSize):
273 # swizzle = "".join(map(lambda x: "xyzw"[x], swizzleIndices))
277 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)

Completed in 3012 milliseconds