Home
last modified time | relevance | path

Searched refs:type16 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c345 struct lp_type type, type16, type8; in color_expand2_565_to_8888() local
353 memset(&type16, 0, sizeof type16); in color_expand2_565_to_8888()
354 type16.width = 16; in color_expand2_565_to_8888()
355 type16.length = 2 * n; in color_expand2_565_to_8888()
361 rgblomask = lp_build_const_int_vec(gallivm, type16, 0x0707); in color_expand2_565_to_8888()
363 lp_build_vec_type(gallivm, type16), ""); in color_expand2_565_to_8888()
366 r = LLVMBuildLShr(builder, colors, lp_build_const_int_vec(gallivm, type16, 11), ""); in color_expand2_565_to_8888()
367 r = LLVMBuildShl(builder, r, lp_build_const_int_vec(gallivm, type16, 3), ""); in color_expand2_565_to_8888()
368 b = LLVMBuildShl(builder, colors, lp_build_const_int_vec(gallivm, type16, 11), ""); in color_expand2_565_to_8888()
370 rblo = LLVMBuildLShr(builder, rb, lp_build_const_int_vec(gallivm, type16, 5), ""); in color_expand2_565_to_8888()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp2016 const char* type16; in addGraphics16BitStorageUniformInt32To16Group() member
2164 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
2213 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
4388 const char* type16; in addGraphics16BitStorageInputOutputInt32To16Group() member
4412 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
4420 fragments["output_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
4525 const char* type16; in addGraphics16BitStorageInputOutputInt16To32Group() member
4549 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
4556 fragments["input_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
4650 const char* type16; in addGraphics16BitStorageInputOutputInt16To16Group() member
[all …]
DvktSpvAsm8bitStorageTests.cpp3504 const char* type16; in addGraphics8BitStorageUniformInt16To8Group() member
3687 specs["itype16"] = intFacts[factIdx].type16; in addGraphics8BitStorageUniformInt16To8Group()
3688 specs["v4itype16"] = "%v4" + string(intFacts[factIdx].type16).substr(1); in addGraphics8BitStorageUniformInt16To8Group()
3732 const char* type16; in addGraphics8BitStorageUniformInt8To16Group() member
3914 specs["itype16"] = intFacts[factIdx].type16; in addGraphics8BitStorageUniformInt8To16Group()
3915 specs["v2itype16"] = "%v2" + string(intFacts[factIdx].type16).substr(1); in addGraphics8BitStorageUniformInt8To16Group()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1439 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
1461 type16 = type; in fs_twiddle_transpose()
1462 type16.length /= 2; in fs_twiddle_transpose()
1463 type16.width *= 2; in fs_twiddle_transpose()
1464 type16_t = lp_build_vec_type(gallivm, type16); in fs_twiddle_transpose()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ft.c143 le16 type16; in wpa_ft_rrb_get_tlv() local
147 type16 = host_to_le16(type); in wpa_ft_rrb_get_tlv()
161 if (f->type == type16) { in wpa_ft_rrb_get_tlv()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ft.c142 le16 type16; in wpa_ft_rrb_get_tlv() local
146 type16 = host_to_le16(type); in wpa_ft_rrb_get_tlv()
160 if (f->type == type16) { in wpa_ft_rrb_get_tlv()