Home
last modified time | relevance | path

Searched refs:base16 (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1205 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute16bitStorageUniform16To32Group()
1217 "%inloc = OpAccessChain %${base16}ptr %ssbo16 %zero %${arrayindex} ${index0:opt}\n" in addCompute16bitStorageUniform16To32Group()
1218 "%val16 = OpLoad %${base16} %inloc\n" in addCompute16bitStorageUniform16To32Group()
1242 const char* base16; in addCompute16bitStorageUniform16To32Group() member
1279 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group()
1385 const char* base16; in addCompute16bitStorageUniform16To32Group() member
1467 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group()
1748 "%PC16 = OpTypeStruct %${matrix_prefix:opt}${base16}ar in addCompute16bitStoragePushConstant16To32Group()
1786 const char* base16; addCompute16bitStoragePushConstant16To32Group() member
1899 const char* base16; addCompute16bitStoragePushConstant16To32Group() member
2421 const char* base16; addCompute16bitStorageUniform32To16Group() member
2533 const char* base16; addCompute16bitStorageUniform32To16Group() member
7513 const char* base16; addCompute16bitStorageUniform64To16Group() member
8233 const char* base16; addCompute16bitStorageUniform16To64Group() member
8459 const char* base16; addCompute16bitStoragePushConstant16To64Group() member
[all...]
H A DvktSpvAsm8bitStorageTests.cpp1470 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute8bitStorage16To8Group()
1483 "%inloc = OpAccessChain %${base16}ptr %ssbo16 %zero %x ${index0:opt}\n" in addCompute8bitStorage16To8Group()
1484 "%val16 = OpLoad %${base16} %inloc\n" in addCompute8bitStorage16To8Group()
1525 const char* base16; in addCompute8bitStorage16To8Group() member
1556 specs["base16"] = cTypes[tyIdx].base16; in addCompute8bitStorage16To8Group()
1630 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute8bitUniform8To16Group()
1645 "%val16 = ${convert} %${base16} %val8\n" in addCompute8bitUniform8To16Group()
1646 "%outloc = OpAccessChain %${base16}ptr %ssbo16 %zero %x ${index0:opt}\n" in addCompute8bitUniform8To16Group()
1686 const char* base16; in addCompute8bitUniform8To16Group() member
1843 const char* base16; addCompute8bitStoragePushConstant8To16Group() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1205 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute16bitStorageUniform16To32Group()
1217 "%inloc = OpAccessChain %${base16}ptr %ssbo16 %zero %${arrayindex} ${index0:opt}\n" in addCompute16bitStorageUniform16To32Group()
1218 "%val16 = OpLoad %${base16} %inloc\n" in addCompute16bitStorageUniform16To32Group()
1242 const char* base16; in addCompute16bitStorageUniform16To32Group() member
1279 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group()
1385 const char* base16; in addCompute16bitStorageUniform16To32Group() member
1467 specs["base16"] = cTypes[capIdx][tyIdx].base16; in addCompute16bitStorageUniform16To32Group()
1748 "%PC16 = OpTypeStruct %${matrix_prefix:opt}${base16}ar in addCompute16bitStoragePushConstant16To32Group()
1786 const char* base16; addCompute16bitStoragePushConstant16To32Group() member
1899 const char* base16; addCompute16bitStoragePushConstant16To32Group() member
2421 const char* base16; addCompute16bitStorageUniform32To16Group() member
2533 const char* base16; addCompute16bitStorageUniform32To16Group() member
7511 const char* base16; addCompute16bitStorageUniform64To16Group() member
8229 const char* base16; addCompute16bitStorageUniform16To64Group() member
8455 const char* base16; addCompute16bitStoragePushConstant16To64Group() member
[all...]
H A DvktSpvAsm8bitStorageTests.cpp1470 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute8bitStorage16To8Group()
1483 "%inloc = OpAccessChain %${base16}ptr %ssbo16 %zero %x ${index0:opt}\n" in addCompute8bitStorage16To8Group()
1484 "%val16 = OpLoad %${base16} %inloc\n" in addCompute8bitStorage16To8Group()
1525 const char* base16; in addCompute8bitStorage16To8Group() member
1556 specs["base16"] = cTypes[tyIdx].base16; in addCompute8bitStorage16To8Group()
1630 "%SSBO16 = OpTypeStruct %${matrix_prefix:opt}${base16}arr\n" in addCompute8bitUniform8To16Group()
1645 "%val16 = ${convert} %${base16} %val8\n" in addCompute8bitUniform8To16Group()
1646 "%outloc = OpAccessChain %${base16}ptr %ssbo16 %zero %x ${index0:opt}\n" in addCompute8bitUniform8To16Group()
1686 const char* base16; in addCompute8bitUniform8To16Group() member
1843 const char* base16; addCompute8bitStoragePushConstant8To16Group() member
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp804 struct base16: base_u16<T> { struct
808 simdutf_really_inline base16() : base_u16<T>() {} in base16() function
809 simdutf_really_inline base16(const uint16x8_t _value) : base_u16<T>(_value) {} in base16() function
811 simdutf_really_inline base16(const Pointer* ptr) : base16(vld1q_u16(ptr)) {} in base16() function
823 struct simd16<bool>: base16<bool> {
826 simdutf_really_inline simd16<bool>() : base16() {} in simd16()
827 simdutf_really_inline simd16<bool>(const uint16x8_t _value) : base16<bool>(_value) {} in simd16()
829 simdutf_really_inline simd16<bool>(bool _value) : base16<bool>(splat(_value)) {} in simd16()
834 struct base16_numeric: base16<
2070 struct base16: base<simd16<T>> { global() struct
2073 simdutf_really_inline base16() : base<simd16<T>>() {} base16() function
2074 simdutf_really_inline base16(const __m256i _value) : base<simd16<T>>(_value) {} base16() function
2076 simdutf_really_inline base16(const Pointer* ptr) : base16(_mm256_loadu_si256(reinterpret_cast<const __m256i*>(ptr))) {} base16() function
3021 struct base16: base<simd16<T>> { global() struct
3025 simdutf_really_inline base16() : base<simd16<T>>() {} base16() function
3026 simdutf_really_inline base16(const __m128i _value) : base<simd16<T>>(_value) {} base16() function
3028 simdutf_really_inline base16(const Pointer* ptr) : base16(_mm_loadu_si128(reinterpret_cast<const __m128i*>(ptr))) {} base16() function
[all...]

Completed in 27 milliseconds