Home
last modified time | relevance | path

Searched refs:base8 (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp997 "%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${base8}arr\n" in addCompute8bitStorage32To8Group()
1011 "%val8 = ${convert} %${base8} %val32\n" in addCompute8bitStorage32To8Group()
1012 "%outloc = OpAccessChain %${base8}ptr %ssbo8 %zero %x ${index0:opt}\n" in addCompute8bitStorage32To8Group()
1051 const char* base8; in addCompute8bitStorage32To8Group() member
1081 specs["base8"] = cTypes[tyIdx].base8; in addCompute8bitStorage32To8Group()
1153 "%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${base8}arr\n" in addCompute8bitUniform8To32Group()
1165 "%inloc = OpAccessChain %${base8}ptr %ssbo8 %zero %x ${index0:opt}\n" in addCompute8bitUniform8To32Group()
1166 "%val8 = OpLoad %${base8} %inloc\n" in addCompute8bitUniform8To32Group()
1205 const char* base8; in addCompute8bitUniform8To32Group() member
1358 const char* base8; addCompute8bitStoragePushConstant8To32Group() member
1526 const char* base8; addCompute8bitStorage16To8Group() member
1687 const char* base8; addCompute8bitUniform8To16Group() member
1844 const char* base8; addCompute8bitStoragePushConstant8To16Group() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp997 "%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${base8}arr\n" in addCompute8bitStorage32To8Group()
1011 "%val8 = ${convert} %${base8} %val32\n" in addCompute8bitStorage32To8Group()
1012 "%outloc = OpAccessChain %${base8}ptr %ssbo8 %zero %x ${index0:opt}\n" in addCompute8bitStorage32To8Group()
1051 const char* base8; in addCompute8bitStorage32To8Group() member
1081 specs["base8"] = cTypes[tyIdx].base8; in addCompute8bitStorage32To8Group()
1153 "%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${base8}arr\n" in addCompute8bitUniform8To32Group()
1165 "%inloc = OpAccessChain %${base8}ptr %ssbo8 %zero %x ${index0:opt}\n" in addCompute8bitUniform8To32Group()
1166 "%val8 = OpLoad %${base8} %inloc\n" in addCompute8bitUniform8To32Group()
1205 const char* base8; in addCompute8bitUniform8To32Group() member
1358 const char* base8; addCompute8bitStoragePushConstant8To32Group() member
1526 const char* base8; addCompute8bitStorage16To8Group() member
1687 const char* base8; addCompute8bitUniform8To16Group() member
1844 const char* base8; addCompute8bitStoragePushConstant8To16Group() member
[all...]
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp1722 struct base8: base<simd8<T>> { struct
1726 simdutf_really_inline base8() : base<simd8<T>>() {} in base8() function
1727 simdutf_really_inline base8(const __m256i _value) : base<simd8<T>>(_value) {} in base8() function
1742 struct simd8<bool>: base8<bool> {
1745 simdutf_really_inline simd8<bool>() : base8() {} in simd8()
1746 simdutf_really_inline simd8<bool>(const __m256i _value) : base8<bool>(_value) {} in simd8()
1748 simdutf_really_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {} in simd8()
1758 struct base8_numeric: base8<T> {
1777 simdutf_really_inline base8_numeric() : base8<T>() {} in base8_numeric()
1778 simdutf_really_inline base8_numeric(const __m256i _value) : base8< in base8_numeric()
2627 struct base8: base<simd8<T>> { global() struct
2633 simdutf_really_inline base8() : base<simd8<T>>() {} base8() function
2634 simdutf_really_inline base8(const __m128i _value) : base<simd8<T>>(_value) {} base8() function
3521 struct base8 : base<simd8<T>> { global() struct
3525 simdutf_really_inline base8() : base<simd8<T>>() {} base8() function
3526 simdutf_really_inline base8(const __m128i _value) : base<simd8<T>>(_value) {} base8() function
[all...]

Completed in 17 milliseconds