Searched refs:dstValue (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndex.comp | 91 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/ |
D | ConvertIndex.comp.00000000.inc | 99 // 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;
|
D | ConvertIndex.comp.00000001.inc | 105 // 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;
|
D | ConvertIndex.comp.00000002.inc | 133 // 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;
|
D | ConvertIndex.comp.00000003.inc | 140 // 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/ |
D | Overlay_font_autogen.cpp | 2715 uint8_t dstValue = src ? 255 : 0; in initFontData() local 2716 fontData[y * kFontImageWidth + x] = dstValue; in initFontData()
|
/external/deqp/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 108 ExecValueAccess dstValue = m_value.getValue(m_inValueRange.getType()); in evaluate() local 113 ExecValueAccess dstComp = dstValue.component(elemNdx); in evaluate()
|
D | rsgBinaryOps.cpp | 94 ExecValueAccess dstValue = m_value.getValue(m_type); in evaluate() local 99 ExecValueAccess dstComp = dstValue.component(elemNdx); in evaluate()
|