OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swizzleIndices
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles2/scripts/
gen-swizzles.py
233
for
swizzleIndices
in getSwizzlesForWidth(scalarSize):
234
swizzle = "".join(map(lambda x: swizzleComponents[x],
swizzleIndices
))
238
outputs = map(lambda x: x.swizzle(
swizzleIndices
), inputs)
246
# for
swizzleIndices
in getSwizzlesForWidth(scalarSize):
247
# swizzle = "".join(map(lambda x: "xyzw"[x],
swizzleIndices
))
251
# outputs = map(lambda x: x.swizzle(
swizzleIndices
), inputs)
/external/deqp/modules/gles3/scripts/
gen-swizzles.py
237
for
swizzleIndices
in getSwizzlesForWidth(scalarSize):
238
swizzle = "".join(map(lambda x: swizzleComponents[x],
swizzleIndices
))
242
outputs = map(lambda x: x.swizzle(
swizzleIndices
), inputs)
250
# for
swizzleIndices
in getSwizzlesForWidth(scalarSize):
251
# swizzle = "".join(map(lambda x: "xyzw"[x],
swizzleIndices
))
255
# outputs = map(lambda x: x.swizzle(
swizzleIndices
), inputs)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.cpp
442
unsigned int *
swizzleIndices
= reinterpret_cast<unsigned int*>(mappedResource.pData);
443
swizzleIndices
[0] = GetSwizzleIndex(swizzleRed);
444
swizzleIndices
[1] = GetSwizzleIndex(swizzleGreen);
445
swizzleIndices
[2] = GetSwizzleIndex(swizzleBlue);
446
swizzleIndices
[3] = GetSwizzleIndex(swizzleAlpha);
[
all
...]
Completed in 104 milliseconds