Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp2015 const char* type16; in addGraphics16BitStorageUniformInt32To16Group() member
2163 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
2205 specs["itype16"] = intFacts[factIdx].type16; in addGraphics16BitStorageUniformInt32To16Group()
4390 const char* type16; in addGraphics16BitStorageInputOutputInt32To16Group() member
4413 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
4420 fragments["output_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt32To16Group()
4530 const char* type16; in addGraphics16BitStorageInputOutputInt16To32Group() member
4553 specs["type16"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
4559 fragments["input_type"] = cases[caseIdx].type16; in addGraphics16BitStorageInputOutputInt16To32Group()
4658 const char* type16; in addGraphics16BitStorageInputOutputInt16To16Group() member
[all …]
DvktSpvAsm8bitStorageTests.cpp3488 const char* type16; in addGraphics8BitStorageUniformInt16To8Group() member
3670 specs["itype16"] = intFacts[factIdx].type16; in addGraphics8BitStorageUniformInt16To8Group()
3671 specs["v4itype16"] = "%v4" + string(intFacts[factIdx].type16).substr(1); in addGraphics8BitStorageUniformInt16To8Group()
3710 const char* type16; in addGraphics8BitStorageUniformInt8To16Group() member
3891 specs["itype16"] = intFacts[factIdx].type16; in addGraphics8BitStorageUniformInt8To16Group()
3892 specs["v2itype16"] = "%v2" + string(intFacts[factIdx].type16).substr(1); in addGraphics8BitStorageUniformInt8To16Group()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1249 String type16 = type.get(); in GetResourceId() local
1270 int resid = package_.FindEntryByName(type16, entry16); in GetResourceId()
1271 if (resid == 0 && Objects.equals(kAttr16, type16)) { in GetResourceId()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c809 struct lp_type type64, type16, type32; in fs_twiddle_transpose() local
831 type16 = type; in fs_twiddle_transpose()
832 type16.length /= 2; in fs_twiddle_transpose()
833 type16.width *= 2; in fs_twiddle_transpose()
834 type16_t = lp_build_vec_type(gallivm, type16); in fs_twiddle_transpose()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c141 le16 type16; in wpa_ft_rrb_get_tlv() local
145 type16 = host_to_le16(type); in wpa_ft_rrb_get_tlv()
159 if (f->type == type16) { in wpa_ft_rrb_get_tlv()