Home
last modified time | relevance | path

Searched refs:staticOffsets (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp858 , staticOffsets{} in Pointer()
868 , staticOffsets{} in Pointer()
878 , staticOffsets{} in Pointer()
888 , staticOffsets{} in Pointer()
903 staticOffsets = {}; in operator *=()
923 for(int el = 0; el < SIMD::Width; el++) { staticOffsets[el] += i; } in operator +=()
929 for(int el = 0; el < SIMD::Width; el++) { staticOffsets[el] *= i; } in operator *=()
953 return dynamicOffsets + SIMD::Int(staticOffsets[0], staticOffsets[1], staticOffsets[ in offsets()
[all...]
H A DShaderCore.hpp159 std::array<int32_t, SIMD::Width> staticOffsets; member
328 return rr::Load(rr::Pointer<T>(base + staticOffsets[0]), alignment, atomic, order); in Load()
334 return T(*rr::Pointer<EL>(base + staticOffsets[0], alignment)); in Load()
364 EL el = *rr::Pointer<EL>(base + staticOffsets[0], alignment); in Load()
454 *rr::Pointer<EL>(base + staticOffsets[0], alignment) = As<EL>(scalarVal); in Store()
463 auto p = rr::Pointer<SIMD::Int>(base + staticOffsets[0], alignment); in Store()
H A DSpirvShaderMemory.cpp475 p.staticOffsets[0] += 0 * sizeof(float); in InterleaveByLane()
476 p.staticOffsets[1] += 1 * sizeof(float); in InterleaveByLane()
477 p.staticOffsets[2] += 2 * sizeof(float); in InterleaveByLane()
478 p.staticOffsets[3] += 3 * sizeof(float); in InterleaveByLane()
H A DSpirvShaderGLSLstd450.cpp1055 Int offset = ((Extract(ptr.dynamicOffsets, 0) + ptr.staticOffsets[0]) >> 2) + component; in Interpolate()
1063 uint32_t offset = (ptr.staticOffsets[0] >> 2) + component; in Interpolate()
/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp76 static const uint32_t staticOffsets[8]={ variable
405 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
725 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()
1200 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicodeWithOffsets()
1202 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicodeWithOffsets()
1683 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicode()
1685 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicode()
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp76 static const uint32_t staticOffsets[8]={ variable
405 *target++=(char16_t)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
725 *target++=(char16_t)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()
1200 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicodeWithOffsets()
1202 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicodeWithOffsets()
1683 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicode()
1685 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicode()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp76 static const uint32_t staticOffsets[8]={ variable
405 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
725 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicode()
1200 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicodeWithOffsets()
1202 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicodeWithOffsets()
1683 } else if((window=getWindow(staticOffsets, c))>=0) { in _SCSUFromUnicode()
1685 c=((uint32_t)(SQ0+window)<<8)|(c-staticOffsets[window]); in _SCSUFromUnicode()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java68 private static final int staticOffsets[]={ field in CharsetSCSU
431 target.put((char)(staticOffsets[quoteWindow] + b)); in singleByteMode()
914 } else if((window = getWindow(staticOffsets))>=0){ in loop()
916 c = ((SQ0+window)<<8) | (c - staticOffsets[window]); in loop()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2815 const deUint32 staticOffsets[] =
2830 const deUint32 dataOffset = ((isDynamicCase) ? (bindTimeOffsets.back()) : 0) + ((m_setViewOffset) ? (staticOffsets[parity]) : (0u));
2831 const deUint32 viewOffset = ((m_setViewOffset) ? (staticOffsets[parity]) : (0u));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp2815 const deUint32 staticOffsets[] =
2830 const deUint32 dataOffset = ((isDynamicCase) ? (bindTimeOffsets.back()) : 0) + ((m_setViewOffset) ? (staticOffsets[parity]) : (0u));
2831 const deUint32 viewOffset = ((m_setViewOffset) ? (staticOffsets[parity]) : (0u));

Completed in 38 milliseconds