Home
last modified time | relevance | path

Searched refs:dstValue (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndex.comp91 void PackIndexValue(uint srcValue, uint indexIndex, inout uint dstValue)
94 dstValue |= srcValue << (indexIndex << 4);
119 uint dstValue = 0;
125 PackIndexValue(srcValue, 0, dstValue);
132 PackIndexValue(srcValue, 1, dstValue);
135 dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID.x] = dstValue;
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/
DConvertIndex.comp.00000000.inc99 // void PackIndexValue(uint srcValue, uint indexIndex, inout uint dstValue)
102 // dstValue |= srcValue <<(indexIndex << 4);
116 // uint dstValue = 0;
121 // PackIndexValue(srcValue, 0, dstValue);
127 // PackIndexValue(srcValue, 1, dstValue);
130 // dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID . x]= dstValue;
DConvertIndex.comp.00000001.inc105 // void PackIndexValue(uint srcValue, uint indexIndex, inout uint dstValue)
108 // dstValue |= srcValue <<(indexIndex << 4);
122 // uint dstValue = 0;
127 // PackIndexValue(srcValue, 0, dstValue);
133 // PackIndexValue(srcValue, 1, dstValue);
136 // dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID . x]= dstValue;
DConvertIndex.comp.00000002.inc133 // void PackIndexValue(uint srcValue, uint indexIndex, inout uint dstValue)
136 // dstValue |= srcValue <<(indexIndex << 4);
151 // uint dstValue = 0;
156 // PackIndexValue(srcValue, 0, dstValue);
162 // PackIndexValue(srcValue, 1, dstValue);
165 // dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID . x]= dstValue;
DConvertIndex.comp.00000003.inc140 // void PackIndexValue(uint srcValue, uint indexIndex, inout uint dstValue)
143 // dstValue |= srcValue <<(indexIndex << 4);
158 // uint dstValue = 0;
163 // PackIndexValue(srcValue, 0, dstValue);
169 // PackIndexValue(srcValue, 1, dstValue);
172 // dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID . x]= dstValue;
/external/angle/src/libANGLE/
DOverlay_font_autogen.cpp2715 uint8_t dstValue = src ? 255 : 0; in initFontData() local
2716 fontData[y * kFontImageWidth + x] = dstValue; in initFontData()
/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp108 ExecValueAccess dstValue = m_value.getValue(m_inValueRange.getType()); in evaluate() local
113 ExecValueAccess dstComp = dstValue.component(elemNdx); in evaluate()
DrsgBinaryOps.cpp94 ExecValueAccess dstValue = m_value.getValue(m_type); in evaluate() local
99 ExecValueAccess dstComp = dstValue.component(elemNdx); in evaluate()